[hackers] [sbase] xargs.1: dont justify text, remove " " || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Fri, 6 Feb 2015 16:14:33 +0100 (CET)

commit f22e4f54d77e95caec366d00776464b56a8ba498
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Fri Feb 6 15:43:46 2015 +0100

    xargs.1: dont justify text, remove " "

diff --git a/xargs.1 b/xargs.1
index 4a0766a..04432fa 100644
--- a/xargs.1
+++ b/xargs.1
_AT_@ -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
_AT_@ -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
Received on Fri Feb 06 2015 - 16:14:33 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 06 2015 - 16:24:11 CET