diff options
author | 2006-10-10 12:20:01 +0000 | |
---|---|---|
committer | 2006-10-10 12:20:01 +0000 | |
commit | cbb56838ec8a2ba43d8bd45d68951aa435b2d7e2 (patch) | |
tree | 7a842cf9b50ce14883d26efacb0e6851c728a51b | |
parent | get the spacing right for -exec and -execdir; ok otto (diff) | |
download | wireguard-openbsd-cbb56838ec8a2ba43d8bd45d68951aa435b2d7e2.tar.xz wireguard-openbsd-cbb56838ec8a2ba43d8bd45d68951aa435b2d7e2.zip |
get the spacing right for -ok too; i missed this in my previous commit.
-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 |