diff options
author | ru <ru@FreeBSD.org> | 2001-08-10 17:35:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-10 17:35:21 +0000 |
commit | f858dca3dc130c98b635d3fc8e60adf8eed7f941 (patch) | |
tree | fb8d3456824bbc5e1f38e14a7626c5362b9c29d6 /usr.sbin/wlconfig | |
parent | f3e8b0f40c1621de1ee3f3f31da3fb02d9a35832 (diff) | |
download | FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.zip FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.tar.gz |
mdoc(7) police: join split punctuation to macro calls.
Diffstat (limited to 'usr.sbin/wlconfig')
-rw-r--r-- | usr.sbin/wlconfig/wlconfig.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/wlconfig/wlconfig.8 b/usr.sbin/wlconfig/wlconfig.8 index 717b404..cfbd4b3 100644 --- a/usr.sbin/wlconfig/wlconfig.8 +++ b/usr.sbin/wlconfig/wlconfig.8 @@ -24,8 +24,8 @@ strength cache which may have been compiled into the driver. The .Ar ifname parameter specifies the wavelan interface name (eg. -.Pa wl0 -). If no other arguments are supplied, the current contents of the PSA +.Pa wl0 ) . +If no other arguments are supplied, the current contents of the PSA are interpreted and displayed. .Pp The @@ -91,12 +91,12 @@ will be configured, but will not function. The program should then be used to reconfigure the card to a sensible value. .Sh EXAMPLES -Set the NWID to 0x1234 : +Set the NWID to 0x1234: .Bd -literal -offset # wlconfig wl0 nwid 0x1234 .Ed .Pp -Show the current settings : +Show the current settings: .Bd -literal -offset # wlconfig wl0 Board type : ISA @@ -122,7 +122,7 @@ CRC-16 : 0x3c26 CRC status : OK .Ed .Pp -Print a scaled version of the signal strength cache : +Print a scaled version of the signal strength cache: .Bd -literal -offset # wlconfig wl0 cache scale .Ed |