Spell powersavesleep correctly.
This commit is contained in:
parent
d7883da19f
commit
34c22943ec
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user