[PATCH 39/40] xargs/xargs.1: Fix markup nit.
"G. Branden Robinson" <[email protected]> Thu, 13 Nov 2025 10:51:37 -0600
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <20251113165137.4wy2npu2ewje4nmb@illithid> |
Consistently use empty request before paragraphing macros to aid document maintainers. This was already done, inconsistently. --- xargs/xargs.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/xargs/xargs.1 b/xargs/xargs.1 index 859d3033..bec8efc8 100644 --- a/xargs/xargs.1 +++ b/xargs/xargs.1 @@ -131,6 +131,7 @@ .SH OPTIONS nor .B \-e is used, no end-of-file string is used. +. .TP .BR \-e "[\fIeof-str\fR], " "\-\-eof" [\fI=eof-str\fR] This option is a synonym for the @@ -148,6 +149,7 @@ .SH OPTIONS nor .B \-e is used, no end-of-file string is used. +. .TP .BI \-I " replace-str" Replace occurrences of @@ -181,6 +183,7 @@ .SH OPTIONS option is deprecated; use .B \-I instead. +. .TP .BI \-L " max-lines" Use at most @@ -190,6 +193,7 @@ .SH OPTIONS next input line. Implies .BR \-x . +. .TP .BR \-l "[\fImax-lines\fR], " \-\-max-lines "[=\fImax-lines\fR]" Synonym for the @@ -208,6 +212,7 @@ .SH OPTIONS option is deprecated since the POSIX standard specifies .B \-L instead. +. .TP .BI \-n " max-args\fR, \fI" "\-\-max\-args" \fR=\fImax-args Use at most @@ -222,6 +227,7 @@ .SH OPTIONS option is given, in which case .B xargs will exit. +. .TP .BI \-P " max-procs\fR, \fI" \-\-max\-procs "\fR=\fImax-procs" Run up to @@ -278,6 +284,7 @@ .SH OPTIONS If you don't want to tolerate the performance difference, simply arrange for each process to produce a separate output file (or otherwise use separate resources). +. .TP .B \-o, \-\-open\-tty Reopen stdin as @@ -286,6 +293,7 @@ .SH OPTIONS This is useful if you want .B xargs to run an interactive application. +. .TP .B \-p, \-\-interactive Prompt the user about whether to run each command line and read a line @@ -293,6 +301,7 @@ .SH OPTIONS Only run the command line if the response starts with `y' or `Y'. Implies .BR \-t . +. .TP .BR \-\-process\-slot\-var "=\fIname\fR" Set the environment variable @@ -300,12 +309,14 @@ .SH OPTIONS to a unique value in each running child process. Values are reused once child processes exit. This can be used in a rudimentary load distribution scheme, for example. +. .TP .B \-r, \-\-no\-run\-if\-empty If the standard input does not contain any nonblanks, do not run the command. Normally, the command is run once even if there is no input. This option is a GNU extension. +. .TP .BI \-s " max-chars\fR, \fI" \-\-max\-chars "=\fImax-chars\fR" Use at most @@ -321,6 +332,7 @@ .SH OPTIONS 1\*(~~KiB is 1024 bytes. .B xargs automatically adapts to tighter constraints. +. .TP .B "\-\-show\-limits" Display the limits on the command-line length which are imposed by the @@ -336,15 +348,18 @@ .SH OPTIONS if you don't want .B xargs to do anything. +. .TP .B \-t, \-\-verbose Print the command line on the standard error output before executing it. +. .TP .B \-x, \-\-exit Exit if the size (see the .B \-s option) is exceeded. +. .TP .B \-\- Delimit the option list. @@ -365,11 +380,13 @@ .SH OPTIONS runs the command .I \-\-mycommand instead of rejecting this as unrecognized option. +. .TP .B \-\-help Print a summary of the options to .B xargs and exit. +. .TP .B \-\-version Print the version number of -- 2.30.2
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEh3PWHWjjDgcrENwa0Z6cfXEmbc4FAmkWDJkACgkQ0Z6cfXEm bc7qyw/+LiJpZN9urLrnOxLLGcYWTI9S4J9l8dWxAay9B5B/9Y4lojwH+UTO6riV aDbI4xdfECiX7ZAtCfKviSTgIiGzoE6BEBBR3SurCGrsZ+LeSyVGs3ZzU5zugrJw fh8oXwlBbVH9xCmPeYOxFD7loDaVcYNm7C2R+6RHNODIOcUvWk5Fx2V2Tw60dXvg EuR92vlEibmJaBIH58yqw4W1OI1JT4/IKUL+fGlVtGKCT9RZdQohTUWNu/h0brQ2 qreOXoJC71C9Z6w8sIFUxU6CD+ByZbs2hoGqwvxILhqdfdkIB5WEkF75WRpQlOFT E5XblxF7LnbR4WZqHA0QXcFWINMOm3pUrmr9VAF3m5jeATYf3Ms0sEHGOqRVZzxp auK13YNpN5rvoW5tvQorj+7mSDUDiuUPZSg2/m+WHFKFHEqXrOC3KTpESCgVipX5 STjdLhiHu5hVvxFAw/pAAd9sIBn9ziLH5Uqhbmf3DwQYI2gRhgWrtlUUhUJRgQTO +FqhjcUJmoRXPVHOhfteA/8N2fPvZHHOGxnoJ4XkRF5gRRVblMtfEaDdAK1x9IxJ ///o9K+eunnuysMh4WEIf+Vu+u7e45bOec/jMKbBScXfpUPNS4yqYIMtmvEAdPzc +VyGiy+LpYRjnJVKOPdsWpXPyBZWlJI9A9lm416EgqYNn7SO6GY= =vHE0 -----END PGP SIGNATURE-----