diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-10 12:20:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-10 12:20:02 +0000 |
commit | 95bc9518dc9d5fdd379463bd5b76fe90b681928b (patch) | |
tree | 149229908308954c294424fc0b2c4c5d5e851866 /usr.bin/find/find.1 | |
parent | debd0b04a5118413ea82c4efd6e97d34742675af (diff) |
get the spacing right for -ok too; i missed this in my previous commit.
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 08cdc8fe110..2442467a753 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.59 2006/10/10 10:55:05 jmc Exp $ +.\" $OpenBSD: find.1,v 1.60 2006/10/10 12:20:01 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -305,7 +305,11 @@ True if the current file has a more recent last modification time than True if the file belongs to an unknown group. .It Ic -nouser True if the file belongs to an unknown user. -.It Ic -ok Ar utility Op argument ... ; +.It Xo +.Ic -ok Ar utility +.Op argument ... +.No ; +.Xc Identical to the .Ic -exec primary with the exception that |