summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2005-08-22 09:59:13 +0000
committerbrian <brian@FreeBSD.org>2005-08-22 09:59:13 +0000
commit7311f9613c2a62dc31cb98f0ee30d1e7979f1bb4 (patch)
treef289f68dfd189e774e6d9b0aa8574089af826f2d /usr.sbin
parent2f763eca1dd73c160f5c4185a26ab5f68337194a (diff)
downloadFreeBSD-src-7311f9613c2a62dc31cb98f0ee30d1e7979f1bb4.zip
FreeBSD-src-7311f9613c2a62dc31cb98f0ee30d1e7979f1bb4.tar.gz
Spell powersavesleep correctly.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/wicontrol/wicontrol.82
-rw-r--r--usr.sbin/wicontrol/wicontrol.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wicontrol/wicontrol.8 b/usr.sbin/wicontrol/wicontrol.8
index 1d23ceb..acc5a30 100644
--- a/usr.sbin/wicontrol/wicontrol.8
+++ b/usr.sbin/wicontrol/wicontrol.8
@@ -513,7 +513,7 @@ values for this parameter are
This flag is obsolete.
The
.Xr ifconfig 8
-.Cm powersleep
+.Cm powersavesleep
should be used instead.
.Pp
Specify the sleep interval to use when power management is enabled.
diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c
index 7557c0b..8f52043 100644
--- a/usr.sbin/wicontrol/wicontrol.c
+++ b/usr.sbin/wicontrol/wicontrol.c
@@ -1190,7 +1190,7 @@ main(int argc, char *argv[])
exit(0);
break;
case 'S':
- dep("S", "powersleep");
+ dep("S", "powersavesleep");
wi_setword(iface, WI_RID_MAX_SLEEP, atoi(optarg));
exit(0);
break;
OpenPOWER on IntegriCloud