X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=man%2Fmonolinker.1;h=cf49920a39c02ae96677203deac994d871954644;hb=eae326c71c117db0c492fef7d18a221d6644f44e;hp=c102614ecd9fe903499279a9ca0d3397517838fa;hpb=9e9f4d421cef194090598415725cc77434bd4dae;p=mono.git diff --git a/man/monolinker.1 b/man/monolinker.1 index c102614ecd9..cf49920a39c 100644 --- a/man/monolinker.1 +++ b/man/monolinker.1 @@ -111,6 +111,7 @@ Here is an example that shows all the possibilities of this format: + @@ -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]" @@ -193,10 +194,11 @@ This command will add the FooStep before the MarkStep: .nf monolinker -s Foo.FooStep,Foo:MarkStep -a program.exe .fi +.Sp +This command will add the FooStep before the MarkStep .TP .I "-m CustomParam ParamValue" Specify a parameter for a custom step. -.Sp .SH COPYRIGHT Copyright (C) 2007 Novell, Inc (http://www.novell.com) .SH BUGS