Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find Obey preceding - and + on -user when a numeric ...



details:   https://anonhg.NetBSD.org/src/rev/6c4d14bd2875
branches:  trunk
changeset: 542476:6c4d14bd2875
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jan 30 10:49:18 2003 +0000

description:
Obey preceding - and + on -user when a numeric uid is specified (only).
Our behavior is now consistent with Solaris, and more useful than previous.

diffstat:

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

diffs (27 lines):

diff -r 62b249612d4c -r 6c4d14bd2875 usr.bin/find/find.1
--- a/usr.bin/find/find.1       Thu Jan 30 10:49:05 2003 +0000
+++ b/usr.bin/find/find.1       Thu Jan 30 10:49:18 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.40 2003/01/26 07:07:31 matt Exp $
+.\"    $NetBSD: find.1,v 1.41 2003/01/30 10:49:18 jhawk Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -36,7 +36,7 @@
 .\"
 .\"    from: @(#)find.1        8.7 (Berkeley) 5/9/95
 .\"
-.Dd September 27, 2002
+.Dd January 30, 2003
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -507,7 +507,7 @@
 .Ar uname
 is numeric and there is no such user name, then
 .Ar uname
-is treated as a user id.
+is treated as a user id (and considered a numeric argument).
 .El
 .Pp
 All primaries which take a numeric argument allow the number to be



Home | Main Index | Thread Index | Old Index