Assorted mdoc(7) fixes.

Approved by:	re (blanket)
This commit is contained in:
Ruslan Ermilov 2003-05-22 11:52:23 +00:00
parent a0218a2a4d
commit f062eac425
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115221
4 changed files with 43 additions and 30 deletions

View File

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

View File

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

View File

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

View File

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