Source-Changes-HG archive

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

[src/trunk]: src/sbin/ifconfig powersavesleep requires argument



details:   https://anonhg.NetBSD.org/src/rev/d3573690d00a
branches:  trunk
changeset: 500491:d3573690d00a
user:      onoe <onoe%NetBSD.org@localhost>
date:      Tue Dec 12 20:22:45 2000 +0000

description:
powersavesleep requires argument

diffstat:

 sbin/ifconfig/ifconfig.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 646bcbb12ea2 -r d3573690d00a sbin/ifconfig/ifconfig.8
--- a/sbin/ifconfig/ifconfig.8  Tue Dec 12 19:45:47 2000 +0000
+++ b/sbin/ifconfig/ifconfig.8  Tue Dec 12 20:22:45 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.8,v 1.45 2000/12/12 04:08:40 thorpej Exp $
+.\"    $NetBSD: ifconfig.8,v 1.46 2000/12/12 20:22:45 onoe Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -338,9 +338,9 @@
 .It Fl powersave
 (IEEE 802.11 devices only)
 Disable 802.11 power saving mode.
-.It Cm powersavesleep
+.It Cm powersavesleep Ar duration
 (IEEE 802.11 devices only)
-Set the receiver sleep duration for 802.11 power saving mode.
+Set the receiver sleep duration in milliseconds for 802.11 power saving mode.
 .It Cm tunnel Ar src_addr Ar dest_addr
 (IP tunnel devices only)
 Configure the physical source and destination address for IP tunnel



Home | Main Index | Thread Index | Old Index