mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
*** empty log message ***
This commit is contained in:
parent
4088c6bbe5
commit
a01c758f1c
@ -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}.
|
||||
|
||||
|
@ -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}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user