Source-Changes-HG archive

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

[src/trunk]: src/sbin/swapctl fix incorrect comment; -d does work!



details:   https://anonhg.NetBSD.org/src/rev/5c2d22646195
branches:  trunk
changeset: 499338:5c2d22646195
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Nov 17 12:35:09 2000 +0000

description:
fix incorrect comment; -d does work!

diffstat:

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

diffs (18 lines):

diff -r 309632fc21e1 -r 5c2d22646195 sbin/swapctl/swapctl.c
--- a/sbin/swapctl/swapctl.c    Fri Nov 17 11:43:41 2000 +0000
+++ b/sbin/swapctl/swapctl.c    Fri Nov 17 12:35:09 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: swapctl.c,v 1.16 2000/11/17 11:43:41 mrg Exp $ */
+/*     $NetBSD: swapctl.c,v 1.17 2000/11/17 12:35:09 lukem Exp $       */
 
 /*
  * Copyright (c) 1996, 1997, 1999 Matthew R. Green
@@ -38,7 +38,7 @@
  *     -t [blk|noblk]  if -A or -U , add (remove) either all block device
  *                     or all non-block devices
  *     -a <dev>        add this device
- *     -d <dev>        remove this swap device (not supported yet)
+ *     -d <dev>        remove this swap device
  *     -l              list swap devices
  *     -s              short listing of swap devices
  *     -k              use kilobytes



Home | Main Index | Thread Index | Old Index