diff options
author | kris <kris@FreeBSD.org> | 1999-06-06 07:37:18 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-06-06 07:37:18 +0000 |
commit | 562e26b9ea92407f6681ed11abbf63c64cbf5a84 (patch) | |
tree | 0e1e34bfdc4f3e3b52f949b83811e9ff6c33dc00 /usr.bin | |
parent | 951fba952cce980872ee2be2a75ebdba2a28b643 (diff) | |
download | FreeBSD-src-562e26b9ea92407f6681ed11abbf63c64cbf5a84.zip FreeBSD-src-562e26b9ea92407f6681ed11abbf63c64cbf5a84.tar.gz |
The -perm option takes argument [-]mode, not [-mode]
Obtained from: NetBSD, by way of OpenBSD
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/find/find.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index dc612d5..a2de73f 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,3 @@ -.\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" This code is derived from software contributed to Berkeley by @@ -33,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $Id: find.1,v 1.18 1998/12/31 16:21:51 billf Exp $ +.\" $Id: find.1,v 1.19 1999/04/19 08:26:00 jkoshy Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 @@ -296,7 +295,11 @@ These characters may be matched explicitly by escaping them with a backslash (``\e''). Slashes (``/'') are treated as normal characters and do not have to be matched explicitly. -.It Ic -perm Op Fl Ns Ar mode +.It Xo +.Ic -perm +.Op Fl +.Ar mode +.Xc The .Ar mode may be either symbolic (see |