diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-10-01 11:30:54 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-10-01 11:30:54 +0000 |
commit | 158f27f8e5c7f51c6cee3151019b090dff504a18 (patch) | |
tree | 55a0c4104418149745f25e0c36cce6d8b839e5bf /usr.bin/find/find.1 | |
parent | b54f46e3e93c2b3688fb46634eda3690516a00ad (diff) |
rewrite the piece about separate arguments to not confuse jmc@.
ok jmc@ kettenis@
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index db554584039..c14ca87ae4e 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.52 2006/09/26 18:21:28 otto Exp $ +.\" $OpenBSD: find.1,v 1.53 2006/10/01 11:30:53 otto Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -478,11 +478,10 @@ is true. The second expression is not evaluated if the first expression is true. .El .Pp -All operators and primaries must be separate arguments to -.Nm find . -Primaries which themselves take arguments expect each argument -to be a separate argument to -.Nm find . +Operators, primaries, and arguments to primaries must be separate +arguments to +.Nm find , +i.e. they should be separated by whitespace. .Sh EXAMPLES Print out a list of all the files whose names do not end in .Dq \&.c : |