diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-11 16:10:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-11 16:10:33 +0000 |
commit | 2570617f4e76e45a2a05ba9b09d4dfd2e965dd19 (patch) | |
tree | 854e776065c758d70133b7224b2888781fce7ad5 /usr.bin/find/find.1 | |
parent | 4f8596ba2d2a2f44915e24fc9187468619899b6c (diff) |
improve markup a wee bit;
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. |