Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find Add -s in usage.



details:   https://anonhg.NetBSD.org/src/rev/7e8126f00e2a
branches:  trunk
changeset: 483569:7e8126f00e2a
user:      itohy <itohy%NetBSD.org@localhost>
date:      Mon Mar 13 08:21:36 2000 +0000

description:
Add -s in usage.

diffstat:

 usr.bin/find/find.1 |  4 ++--
 usr.bin/find/main.c |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 86e776392f19 -r 7e8126f00e2a usr.bin/find/find.1
--- a/usr.bin/find/find.1       Mon Mar 13 06:16:46 2000 +0000
+++ b/usr.bin/find/find.1       Mon Mar 13 08:21:36 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.24 2000/03/10 11:49:14 itohy Exp $
+.\"    $NetBSD: find.1,v 1.25 2000/03/13 08:21:36 itohy Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -45,7 +45,7 @@
 .Sh SYNOPSIS
 .Nm find
 .Op Fl H | Fl L | Fl P
-.Op Fl Xdhx
+.Op Fl Xdhsx
 .Op Fl f Ar file
 .Op Ar file ...
 .Ar expression
diff -r 86e776392f19 -r 7e8126f00e2a usr.bin/find/main.c
--- a/usr.bin/find/main.c       Mon Mar 13 06:16:46 2000 +0000
+++ b/usr.bin/find/main.c       Mon Mar 13 08:21:36 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.13 2000/03/10 14:50:36 kleink Exp $ */
+/*     $NetBSD: main.c,v 1.14 2000/03/13 08:21:36 itohy Exp $  */
 
 /*-
  * Copyright (c) 1990, 1993, 1994
@@ -43,7 +43,7 @@
 #else
 __COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\n\
        The Regents of the University of California.  All rights reserved.\n");
-__RCSID("$NetBSD: main.c,v 1.13 2000/03/10 14:50:36 kleink Exp $");
+__RCSID("$NetBSD: main.c,v 1.14 2000/03/13 08:21:36 itohy Exp $");
 #endif
 #endif /* not lint */
 
@@ -159,6 +159,6 @@
 usage()
 {
        (void)fprintf(stderr,
-"usage: find [-H | -L | -P] [-Xdhx] [-f file] [file ...] [expression]\n");
+"usage: find [-H | -L | -P] [-Xdhsx] [-f file] [file ...] [expression]\n");
        exit(1);
 }



Home | Main Index | Thread Index | Old Index