Added missing FormatFlag.NoSlashReplace condition.
[mono.git] / man / monolinker.1
index ed207770aa96b2a02be77d5b0fc2d26a90fb3f40..cf49920a39c02ae96677203deac994d871954644 100644 (file)
@@ -111,6 +111,7 @@ Here is an example that shows all the possibilities of this format:
                <type fullname="Gazonk">
                        <method signature="System.Void .ctor(System.String)" />
                        <field signature="System.String _blah" />
+                       <field name="someFieldName" />
                </type>
        </assembly>
 </linker>
@@ -142,7 +143,7 @@ is necessary for this assembly to run.
 use a .info xml file as a source for the linker.
 .Sp
 An info file is a file produced by the tool mono-api-info. The linker will use it to
-generate an assembly that contains only what the public API defined in he info file
+generate an assembly that contains only what the public API defined in the info file
 needs.
 .TP
 .I "-s [StepBefore:]StepFullName,StepAssembly[:StepAfter]"