Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find Further clarification of the treatment of numer...



details:   https://anonhg.NetBSD.org/src/rev/fbb7453f4925
branches:  trunk
changeset: 816021:fbb7453f4925
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jun 12 22:17:18 2016 +0000

description:
Further clarification of the treatment of numeric user and group names.

diffstat:

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

diffs (23 lines):

diff -r 7235e9f9e4a3 -r fbb7453f4925 usr.bin/find/find.1
--- a/usr.bin/find/find.1       Sun Jun 12 20:50:10 2016 +0000
+++ b/usr.bin/find/find.1       Sun Jun 12 22:17:18 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.83 2016/06/12 20:50:10 dholland Exp $
+.\"    $NetBSD: find.1,v 1.84 2016/06/12 22:17:18 pgoyette Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -170,6 +170,13 @@
 .Dq less than Ar n ,
 and neither means
 .Dq exactly Ar n .
+(The argument specified for the
+.Fl user
+and 
+.Fl group
+primaries
+are similarly treated if the value is numeric and does not correspond to a
+valid user or group name.)
 .Pp
 .Bl -tag -width Ds -compact
 .It Ic -amin Ar n



Home | Main Index | Thread Index | Old Index