diff options
author | 2006-10-11 19:19:37 +0000 | |
---|---|---|
committer | 2006-10-11 19:19:37 +0000 | |
commit | 0640858af446ec8d61a05004c0476ca80860c5e3 (patch) | |
tree | 5e6735f485822c68e4b3f25323d1fa49da07f3c4 | |
parent | some important information about how find(1) works was tucked away (diff) | |
download | wireguard-openbsd-0640858af446ec8d61a05004c0476ca80860c5e3.tar.xz wireguard-openbsd-0640858af446ec8d61a05004c0476ca80860c5e3.zip |
hmm, slightly reword the previous to sound less like a susv3 cut/paste,
thus also avoiding a line split that was annoying me;
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index b0925bd085d..78717b3eb31 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.66 2006/10/11 19:16:27 jmc Exp $ +.\" $OpenBSD: find.1,v 1.67 2006/10/11 19:19:37 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -66,7 +66,7 @@ but none of the primaries .Ic -print , or .Ic -print0 -are specified, the given expression shall be effectively replaced by +are specified, the given expression is effectively replaced by .Cm \&( Ar given expression Cm \&) .Ic -print . .Pp |