diff options
author | Matthias Kilian <kili@cvs.openbsd.org> | 2008-09-29 18:16:30 +0000 |
---|---|---|
committer | Matthias Kilian <kili@cvs.openbsd.org> | 2008-09-29 18:16:30 +0000 |
commit | b9d8e403b6c81a1ff272ceeb8d62bc58f9ff5f61 (patch) | |
tree | 66275deb32cff154e40f0c3b5a08404d5b085db5 /usr.bin | |
parent | 292dc4f6dc55ce3effae71fddf2269974317e20b (diff) |
Add a missing `|' to the description of -perm.
ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/find/find.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index c0eaed11703..f91adf1e2a6 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.69 2007/05/31 19:20:10 jmc Exp $ +.\" $OpenBSD: find.1,v 1.70 2008/09/29 18:16:29 kili Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 29 2008 $ .Dt FIND 1 .Os .Sh NAME @@ -376,7 +376,7 @@ mode sets or clears permissions without regard to the process's file mode creation mask. If the mode is octal, only bits 07777 .Po -.Dv S_ISUID \*(Ba S_ISGID \*(Ba S_ISTXT +.Dv S_ISUID \*(Ba S_ISGID \*(Ba S_ISTXT \*(Ba .Dv S_IRWXU \*(Ba S_IRWXG \*(Ba S_IRWXO .Pc of the file's mode bits participate |