diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 9c8afb1e3a69..3d684a3b1e39 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -83,7 +83,7 @@ These options are not necessary for almost all APM implementations, but for some implementations whose .Dq Pa Idle CPU call executes both CPU clock slowdown and HLT instruction, -.Fl h Ar false +.Fl h Cm false is necessary to prevent the system from reducing its peak performance. See .Xr apm 4 diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index 801967bc4d02..26fdbd127f0d 100644 --- a/usr.sbin/burncd/burncd.8 +++ b/usr.sbin/burncd/burncd.8 @@ -184,10 +184,9 @@ from a given directory tree. .Sh ENVIRONMENT The following environment variables affect the execution of .Nm : -.Pp -.Bl -tag -width CD_DRIVE -compact +.Bl -tag -width ".Ev CDROM" .It Ev CDROM -The cd device to use if one isn't specified with the +The CD device to use if one is not specified with the .Fl f flag. .El diff --git a/usr.sbin/mixer/mixer.8 b/usr.sbin/mixer/mixer.8 index 1f5a571d9c92..2b439f358634 100644 --- a/usr.sbin/mixer/mixer.8 +++ b/usr.sbin/mixer/mixer.8 @@ -37,8 +37,16 @@ .Nm .Op Fl f Ar device .Op Fl s -.Oo Ar dev -.Op Oo +|- Ns Oc Ns Ar lvol Ns Op : Ns Oo +|- Oc Ns Ar rvol Oc +.Oo +.Ar dev +.Sm off +.Oo +.Op Cm + | - +.Ar lvol +.Op : Oo Cm + | - Oc Ar rvol +.Oc +.Oc +.Sm on .Ar ... .Nm .Op Fl f Ar device @@ -49,12 +57,12 @@ .Op Fl f Ar device .Op Fl s .Sm off -.Eo \&{ +.Bro .Cm ^ | + | - | = +.Brc +.Cm rec .Sm on -.Ec \&} Ns Cm rec -.Ar rdev -.Ar ... +.Ar rdev ... .Sh DESCRIPTION The .Nm @@ -93,9 +101,9 @@ arguments may be from 0 - 100. Omitting and including only the channel settings will change the main volume level. .Pp If the left or right channel settings are prefixed with -.Sq + +.Cm + or -.Sq - +.Cm - , the value following will be used as a relative adjustment, modifying the current settings by the amount specified. .Pp diff --git a/usr.sbin/wicontrol/wicontrol.8 b/usr.sbin/wicontrol/wicontrol.8 index 8304b5b0be43..2fcd7d6546aa 100644 --- a/usr.sbin/wicontrol/wicontrol.8 +++ b/usr.sbin/wicontrol/wicontrol.8 @@ -153,7 +153,7 @@ is run as root. This flag is deprecated. Use .Xr ifconfig 8 -.Dq mediaopt +.Cm mediaopt instead. .Pp Set the transmit rate of the specified interface. @@ -184,9 +184,9 @@ The numbers vary from card to card. This flag is deprecated. Use .Xr ifconfig 8 -.Dq ssid +.Cm ssid or -.Dq nwid +.Cm nwid instead. .Pp Set the name of the service set (IBSS) that this station wishes to @@ -213,9 +213,9 @@ string works as well. This flag is deprecated. Use .Xr ifconfig 8 -.Dq stationname +.Cm stationname or -.Dq station +.Cm station instead. .Pp Sets the @@ -245,7 +245,9 @@ The default is Only newer versions of the Lucent firmware support this. .It Oo Fl i Oc Ar iface Fl q Ar SSID This flag is deprecated. -The ssid setting from +The +.Cm ssid +setting from .Xr ifconfig 8 is the current preferred way of setting this parameter. .Pp @@ -267,9 +269,9 @@ Danger. Do not use. Instead, use the .Xr ifconfig 8 -.Dq media +.Cm media and -.Dq mediaopt +.Cm mediaopt commands. .Pp Set the @@ -326,7 +328,7 @@ The default is 2304. This flag is deprecated. It has been replaced by the .Xr ifconfig 8 -.Dq wepmode +.Cm wepmode option. .Pp Enable or disable WEP encryption. @@ -345,7 +347,7 @@ section for details. This flag is obsolete. The .Xr ifconfig 8 -.Dq wepkey +.Cm wepkey should be used instead. .Pp Set WEP encryption keys. @@ -386,7 +388,7 @@ section for details. This flag is obsolete. The .Xr ifconfig 8 -.Dq weptxkey +.Cm weptxkey should be used instead. .Pp Specify which of the four WEP encryption keys will be used to @@ -408,7 +410,7 @@ The default is 2347. This flag is deprecated. Use .Xr ifconfig 8 -.Dq channel +.Cm channel instead. .Pp Set the radio frequency of a given interface. @@ -456,7 +458,7 @@ communicate. This flag is obsolete. The .Xr ifconfig 8 -.Dq powersave +.Cm powersave should be used instead. .Pp Enable or disable power management on a given interface. @@ -483,7 +485,7 @@ values for this parameter are This flag is obsolete. The .Xr ifconfig 8 -.Dq powersleep +.Cm powersleep should be used instead. .Pp Specify the sleep interval to use when power management is enabled. @@ -508,13 +510,13 @@ from the signal strength (i.e. less noise and better signal yields better signal quality). .El .Sh SEE ALSO -.Xr ipsec 4 , .Xr awi 4 , +.Xr ipsec 4 , .Xr wi 4 , .Xr ifconfig 8 .Sh BUGS There are deprecated flags here that duplicate functionality of -ifconfig. +.Xr ifconfig 8 . These flags will be deprecated in .Fx 5.1 and removed in a future release. @@ -549,9 +551,13 @@ for details of the attack. Many programs to assist in cracking WEP keys are widely available. .Pp If you must use WEP, you are strongly encouraged to pick keys whose -bytes are random and not confined to ASCII characters. +bytes are random and not confined to +.Tn ASCII +characters. Brute force attacks on WEP keys are also possible. -Experience has showns that ASCII keys can be cracked in less than a day. +Experience has showns that +.Tn ASCII +keys can be cracked in less than a day. Even random bytes can be cracked in less than two weeks. .Pp Signal cache is broken right now.