Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/find markup: the "; " for -exec, -ok, and -execdir is...



details:   https://anonhg.NetBSD.org/src/rev/4cdd09529e53
branches:  trunk
changeset: 543347:4cdd09529e53
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun Feb 23 20:01:31 2003 +0000

description:
markup: the ";" for -exec, -ok, and -execdir is a seperate word from
the last argument

diffstat:

 usr.bin/find/find.1 |  14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 094d56f8015d -r 4cdd09529e53 usr.bin/find/find.1
--- a/usr.bin/find/find.1       Sun Feb 23 19:35:14 2003 +0000
+++ b/usr.bin/find/find.1       Sun Feb 23 20:01:31 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.41 2003/01/30 10:49:18 jhawk Exp $
+.\"    $NetBSD: find.1,v 1.42 2003/02/23 20:01:31 jhawk Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -204,7 +204,9 @@
 24-hour periods.
 .It Ic -empty
 True if the current file or directory is empty.
-.It Ic -exec Ar utility Op argument ... ;
+.It Xo Ic -exec Ar utility Op argument ...
+.No ;
+.Xc
 True if the program named
 .Ar utility
 returns a zero value as its exit status.
@@ -219,7 +221,9 @@
 will be executed from the directory from which
 .Nm
 was executed.
-.It Ic -execdir Ar utility Op argument ... ;
+.It Xo Ic -execdir Ar utility Op argument ...
+.No ;
+.Xc
 The
 .Ic -execdir
 primary is identical to the
@@ -332,7 +336,9 @@
 was started, rounded up to the next full 24-hour period, is
 .Ar n
 24-hour periods.
-.It Ic -ok Ar utility Op argument ... ;
+.It Xo Ic -ok Ar utility Op argument ...
+.No ;
+.Xc
 The
 .Ic -ok
 primary is identical to the



Home | Main Index | Thread Index | Old Index