diff options
author | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
commit | e6cfc0711d42b788dfda52afaa34dfa1d8d0c836 (patch) | |
tree | 3e3e99138c29467e2987054a0115836dd1c5912b /usr.bin/xargs | |
parent | 4d68e37482c9f0a699a5289ec9e03c9d8eb0b2ec (diff) | |
download | FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.zip FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r-- | usr.bin/xargs/xargs.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 3a4134c..3b993ec 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -71,7 +71,6 @@ is repeatedly executed until standard input is exhausted. .Pp Spaces, tabs and newlines may be embedded in arguments using single (``\ '\ '') -.Ek or double (``"'') quotes or backslashes (``\e''). Single quotes escape all non-single quote characters, excluding newlines, up to the matching single quote. |