diff options
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 914f244085b..2937d408786 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.64 2006/10/11 13:03:31 jmc Exp $ +.\" $OpenBSD: find.1,v 1.65 2006/10/11 16:10:32 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -212,8 +212,7 @@ The filename substituted for the string is not qualified. .It Xo .Ic -flags -.Op Fl -.Ar flags +.Oo - Oc Ns Ar flags .Xc The .Ar flags @@ -354,8 +353,7 @@ are treated as normal characters and do not have to be matched explicitly. .It Xo .Ic -perm -.Op Fl -.Ar mode +.Oo - Oc Ns Ar mode .Xc The .Ar mode @@ -654,10 +652,10 @@ names and the it is difficult to specify files named .Dq -xdev or -.Dq \&! . +.Sq \&! . These problems are handled by the .Fl f option and the .Xr getopt 3 -.Dq -- +.Sq -- construct. |