xargs.1: dont justify text, remove " "
This commit is contained in:
parent
e57c3505cc
commit
3b4a366ffd
8
xargs.1
8
xargs.1
|
@ -24,10 +24,10 @@ stdin. The command is repeatedly executed one or more times until stdin
|
||||||
is exhausted.
|
is exhausted.
|
||||||
.Pp
|
.Pp
|
||||||
Spaces, tabs and newlines may be embedded in arguments using single (`'')
|
Spaces, tabs and newlines may be embedded in arguments using single (`'')
|
||||||
or double (`"') quotes or backslashes ('\\'). Single quotes escape all
|
or double (`"') quotes or backslashes ('\\'). Single quotes escape all
|
||||||
non-single quote characters, excluding newlines, up to the matching single
|
non-single quote characters, excluding newlines, up to the matching single
|
||||||
quote. Double quotes escape all non-double quote characters, excluding
|
quote. Double quotes escape all non-double quote characters, excluding
|
||||||
newlines, up to the matching double quote. Any single character, including
|
newlines, up to the matching double quote. Any single character, including
|
||||||
newlines, may be escaped by a backslash.
|
newlines, may be escaped by a backslash.
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
|
@ -36,7 +36,7 @@ Use at most
|
||||||
.Ar maxargs
|
.Ar maxargs
|
||||||
arguments per command line.
|
arguments per command line.
|
||||||
.It Fl r
|
.It Fl r
|
||||||
Do not run the command if there are no arguments. Normally the command is
|
Do not run the command if there are no arguments. Normally the command is
|
||||||
executed at least once even if there are no arguments.
|
executed at least once even if there are no arguments.
|
||||||
.It Fl E Ar eofstr
|
.It Fl E Ar eofstr
|
||||||
Use
|
Use
|
||||||
|
|
Loading…
Reference in New Issue
Block a user