Spell powersavesleep correctly.

This commit is contained in:
Brian Somers 2005-08-22 09:59:13 +00:00
parent d7883da19f
commit 34c22943ec
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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;