sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 3b4a366ffd63e32e54e06cd8470f4ad02e6e4eef
parent e57c3505cc2b7d32e31a3fceb6a44f3de37a9d6e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri,  6 Feb 2015 15:43:46 +0100

xargs.1: dont justify text, remove "  "

Diffstat:
Mxargs.1 | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xargs.1 b/xargs.1 @@ -24,10 +24,10 @@ stdin. The command is repeatedly executed one or more times until stdin is exhausted. .Pp 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 -quote. Double quotes escape all non-double quote characters, excluding -newlines, up to the matching double quote. Any single character, including +quote. Double quotes escape all non-double quote characters, excluding +newlines, up to the matching double quote. Any single character, including newlines, may be escaped by a backslash. .Sh OPTIONS .Bl -tag -width Ds @@ -36,7 +36,7 @@ Use at most .Ar maxargs arguments per command line. .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. .It Fl E Ar eofstr Use