Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xargs conjuction -> conjunction.



details:   https://anonhg.NetBSD.org/src/rev/977a8dd80da9
branches:  trunk
changeset: 537527:977a8dd80da9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 02 10:09:51 2002 +0000

description:
conjuction -> conjunction.

diffstat:

 usr.bin/xargs/xargs.1 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 0c8974f6d61a -r 977a8dd80da9 usr.bin/xargs/xargs.1
--- a/usr.bin/xargs/xargs.1     Wed Oct 02 10:07:05 2002 +0000
+++ b/usr.bin/xargs/xargs.1     Wed Oct 02 10:09:51 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: xargs.1,v 1.15 2002/09/30 11:09:18 grant Exp $
+.\"    $NetBSD: xargs.1,v 1.16 2002/10/02 10:09:51 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -59,8 +59,7 @@
 utility reads space, tab, newline and end-of-file delimited arguments
 from the standard input and executes the specified
 .Ar utility
-with them as
-arguments.
+with them as arguments.
 .Pp
 The utility and any arguments specified on the command line are given
 to the
@@ -86,7 +85,7 @@
 Use NUL
 (``\e0'')
 instead of whitespace as the argument separator.
-This can be used in conjuction with the
+This can be used in conjunction with the
 .Fl print0
 option of
 .Xr find 1 .



Home | Main Index | Thread Index | Old Index