=================================================================== RCS file: /cvs/djgpp/djgpp/src/stub/stubdocs.txi,v retrieving revision 1.3 retrieving revision 1.4 diff -p -u -r1.3 -r1.4 --- djgpp/src/stub/stubdocs.txi 2003/02/08 11:37:42 1.3 +++ /cvs/djgpp/djgpp/src/stub/stubdocs.txi 2003/02/08 13:39:46 1.4 @@ -31,7 +31,7 @@ will provide additional debugging output @chapter @command{stubify} @pindex stubify -Usage: @kbd{stubify [-v] [-g] [-stubparams=param[,param...]] files} +Usage: @kbd{stubify [-v] [-g] [-stubparams=param[,param@dots{}]] files} @command{stubify} is a utility that adds a DOS exectuable stub loader to the front of a @acronym{COFF} image. The input program may be @acronym{COFF} @@ -56,10 +56,10 @@ program in the same directory. This is @code{argv[0]} can be used to change program behavior or create a small alias to the other program. -@item -stubparams=param[,param...] +@item -stubparams=param[,param@dots{}] -Pass @option{param[ param...]} to @command{stubedit} to tune the stub's -parameters. Commas in @option{param[,param...]} are converted into +Pass @option{param[ param@dots{}]} to @command{stubedit} to tune the stub's +parameters. Commas in @option{param[,param@dots{}]} are converted into spaces. See the documentation of @command{stubedit} (@pxref{stubedit}) for the available parameters.