conjuction -> conjunction.

This commit is contained in:
wiz 2002-10-02 10:09:51 +00:00
parent 57947ac563
commit 4c79a32365
1 changed files with 3 additions and 4 deletions

View File

@ -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 @@ The
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 @@ The options are as follows:
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 .