Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find -s: Replace the reference to strcmp(3) with a f...



details:   https://anonhg.NetBSD.org/src/rev/0d56c3cc2ef2
branches:  trunk
changeset: 494693:0d56c3cc2ef2
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue Jul 11 06:47:21 2000 +0000

description:
-s: Replace the reference to strcmp(3) with a functional description.

diffstat:

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

diffs (19 lines):

diff -r 776d85a0faaa -r 0d56c3cc2ef2 usr.bin/find/find.1
--- a/usr.bin/find/find.1       Tue Jul 11 06:34:57 2000 +0000
+++ b/usr.bin/find/find.1       Tue Jul 11 06:47:21 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.26 2000/03/16 18:56:41 enami Exp $
+.\"    $NetBSD: find.1,v 1.27 2000/07/11 06:47:21 kleink Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -141,8 +141,7 @@
 The
 .Fl s
 option causes the entries of each directory sorted in
-.Xr strcmp 3
-order.
+lexicographical order.
 Note that the sorting is done only inside of each directory;
 files in different directories are not sorted.
 Therefore,



Home | Main Index | Thread Index | Old Index