Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find Bump date for previous, and sort a bit.



details:   https://anonhg.NetBSD.org/src/rev/40238ac5df60
branches:  trunk
changeset: 565157:40238ac5df60
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Mar 31 01:46:22 2004 +0000

description:
Bump date for previous, and sort a bit.

diffstat:

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

diffs (109 lines):

diff -r ed5262bd0660 -r 40238ac5df60 usr.bin/find/find.1
--- a/usr.bin/find/find.1       Wed Mar 31 01:25:46 2004 +0000
+++ b/usr.bin/find/find.1       Wed Mar 31 01:46:22 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.48 2004/03/30 22:54:04 heas Exp $
+.\"    $NetBSD: find.1,v 1.49 2004/03/31 01:46:22 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"    from: @(#)find.1        8.7 (Berkeley) 5/9/95
 .\"
-.Dd January 30, 2003
+.Dd March 30, 2004
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -41,7 +41,7 @@
 .Sh SYNOPSIS
 .Nm find
 .Op Fl H | Fl L | Fl P
-.Op Fl Xdhsx
+.Op Fl dhsXx
 .Op Fl f Ar file
 .Op Ar file ...
 .Ar expression
@@ -87,31 +87,6 @@
 option causes the file information and file type (see
 .Xr stat 2 )
 returned for each symbolic link to be those of the link itself.
-.It Fl X
-The
-.Fl X
-option is a modification to permit
-.Nm
-to be safely used in conjunction with
-.Xr xargs 1 .
-If a file name contains any of the delimiting characters used by
-.Nm xargs ,
-a diagnostic message is displayed on standard error, and the file
-is skipped.
-The delimiting characters include single
-.Pq Dq \&'
-and double
-.Pq Dq \&"
-quotes, backslash
-.Pq Dq \e ,
-space, tab and newline characters.
-Alternatively, the
-.Ic -print0
-or
-.Ic -printx
-primaries can be used to format the output in a way that
-.Nm xargs
-can accept.
 .It Fl d
 The
 .Fl d
@@ -157,6 +132,31 @@
 which is different from
 .Dq Li "find ... \&| sort"
 order.
+.It Fl X
+The
+.Fl X
+option is a modification to permit
+.Nm
+to be safely used in conjunction with
+.Xr xargs 1 .
+If a file name contains any of the delimiting characters used by
+.Nm xargs ,
+a diagnostic message is displayed on standard error, and the file
+is skipped.
+The delimiting characters include single
+.Pq Dq \&'
+and double
+.Pq Dq \&"
+quotes, backslash
+.Pq Dq \e ,
+space, tab and newline characters.
+Alternatively, the
+.Ic -print0
+or
+.Ic -printx
+primaries can be used to format the output in a way that
+.Nm xargs
+can accept.
 .It Fl x
 The
 .Fl x
@@ -487,8 +487,6 @@
 Possible file types are as follows:
 .Pp
 .Bl -tag -width flag -offset indent -compact
-.It Cm W
-whiteout
 .It Cm b
 block special
 .It Cm c
@@ -503,6 +501,8 @@
 FIFO
 .It Cm s
 socket
+.It Cm W
+whiteout
 .It Cm w
 whiteout
 .El



Home | Main Index | Thread Index | Old Index