*** empty log message ***

This commit is contained in:
Richard M. Stallman 1998-08-26 21:01:17 +00:00
parent 4088c6bbe5
commit a01c758f1c
2 changed files with 28 additions and 0 deletions

View File

@ -747,6 +747,9 @@ and @code{unexpand}.
@item avoid-wraps
@samp{-n} in @code{wdiff}.
@item background
For server programs, run in the background.
@item backward-search
@samp{-B} in @code{ctags}.
@ -1003,6 +1006,11 @@ Used in @code{makeinfo}.
@item force-prefix
@samp{-F} in @code{shar}.
@item foreground
For server programs, run in the foreground;
in other words, don't do anything special to run the server
in the background.
@item format
Used in @code{ls}, @code{time}, and @code{ptx}.
@ -1573,6 +1581,12 @@ Used in many programs to inhibit the usual output.
@item size
@samp{-s} in @code{ls}.
@item socket
Specify a file descriptor for a network server to use for its socket,
instead of opening and binding a new socket. This provides a way to
run, in a nonpriveledged process, a server that normally needs a
reserved port number.
@item sort
Used in @code{ls}.

View File

@ -747,6 +747,9 @@ and @code{unexpand}.
@item avoid-wraps
@samp{-n} in @code{wdiff}.
@item background
For server programs, run in the background.
@item backward-search
@samp{-B} in @code{ctags}.
@ -1003,6 +1006,11 @@ Used in @code{makeinfo}.
@item force-prefix
@samp{-F} in @code{shar}.
@item foreground
For server programs, run in the foreground;
in other words, don't do anything special to run the server
in the background.
@item format
Used in @code{ls}, @code{time}, and @code{ptx}.
@ -1573,6 +1581,12 @@ Used in many programs to inhibit the usual output.
@item size
@samp{-s} in @code{ls}.
@item socket
Specify a file descriptor for a network server to use for its socket,
instead of opening and binding a new socket. This provides a way to
run, in a nonpriveledged process, a server that normally needs a
reserved port number.
@item sort
Used in @code{ls}.