Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find Mention -iregex and -regex primaries being non-...



details:   https://anonhg.NetBSD.org/src/rev/2af921c1736f
branches:  trunk
changeset: 474779:2af921c1736f
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue Jul 20 09:02:24 1999 +0000

description:
Mention -iregex and -regex primaries being non-standard extensions.

diffstat:

 usr.bin/find/find.1 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 9e3db09dfd50 -r 2af921c1736f usr.bin/find/find.1
--- a/usr.bin/find/find.1       Tue Jul 20 08:59:15 1999 +0000
+++ b/usr.bin/find/find.1       Tue Jul 20 09:02:24 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.22 1999/07/20 01:28:41 cgd Exp $
+.\"    $NetBSD: find.1,v 1.23 1999/07/20 09:02:24 kleink Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -518,11 +518,13 @@
 .Ic -follow ,
 .Ic -fstype ,
 .Ic -inum ,
+.Ic -iregex ,
 .Ic -links ,
 .Ic -ls ,
-.Ic -mmin
+.Ic -mmin ,
+.Ic -print0
 and
-.Ic -print0
+.Ic -regex
 primaries are extensions to
 .St -p1003.2 .
 .Pp



Home | Main Index | Thread Index | Old Index