Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sbin/swapctl Pull up revision 1.26 (requested by cjep i...



details:   https://anonhg.NetBSD.org/src/rev/45b239ab477f
branches:  netbsd-2-0
changeset: 561344:45b239ab477f
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sun Jun 13 08:42:34 2004 +0000

description:
Pull up revision 1.26 (requested by cjep in ticket #460).

Fix usage string (i.e. add information about -z). Fixes PR#25865 from
Kouichirou Hiratsuka.

diffstat:

 sbin/swapctl/swapctl.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r f6415c4ba32a -r 45b239ab477f sbin/swapctl/swapctl.c
--- a/sbin/swapctl/swapctl.c    Sun Jun 13 08:37:27 2004 +0000
+++ b/sbin/swapctl/swapctl.c    Sun Jun 13 08:42:34 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: swapctl.c,v 1.25 2003/12/20 13:31:43 mrg Exp $ */
+/*     $NetBSD: swapctl.c,v 1.25.2.1 2004/06/13 08:42:34 jdc Exp $     */
 
 /*
  * Copyright (c) 1996, 1997, 1999 Matthew R. Green
@@ -58,7 +58,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: swapctl.c,v 1.25 2003/12/20 13:31:43 mrg Exp $");
+__RCSID("$NetBSD: swapctl.c,v 1.25.2.1 2004/06/13 08:42:34 jdc Exp $");
 #endif
 
 
@@ -589,5 +589,6 @@
        fprintf(stderr, "       %s -c -p priority path\n", progname);
        fprintf(stderr, "       %s -d path\n", progname);
        fprintf(stderr, "       %s -l | -s [-k|-m|-g|-h]\n", progname);
+       fprintf(stderr, "       %s -z\n", progname);
        exit(1);
 }



Home | Main Index | Thread Index | Old Index