diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-26 03:29:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-26 03:29:59 +0000 |
commit | e2b42b87300482018ad49a00ee7e5e9dd45fb3b6 (patch) | |
tree | 12f62550cdb330f99962727c64cdf638a9b372a2 /usr.bin/find/find.1 | |
parent | 4801018862b93cc4df64bbe3b23be4bdee2e0681 (diff) |
arguments to -perm option are `[-]mode', not `[-mode]'; from NetBSD
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 44576d90e70..b80046ee63e 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.20 1999/05/02 16:34:33 aaron Exp $ +.\" $OpenBSD: find.1,v 1.21 1999/05/26 03:29:58 aaron Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -264,7 +264,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 |