diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /share/man/man4/strip.4 | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'share/man/man4/strip.4')
-rw-r--r-- | share/man/man4/strip.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/strip.4 b/share/man/man4/strip.4 index 4b647650957..7154013e40f 100644 --- a/share/man/man4/strip.4 +++ b/share/man/man4/strip.4 @@ -89,7 +89,7 @@ be sent independently to different MAC addresses. However, the "Star-mode" framing and MAC addressing are not in any way compatible with Ethernet. Broadcast or multicast to more than one radio is not possible, due to the independent frequency-hopping operation of the radios. -The interface flags +The interface flags .Dv IFF_POINTOPOINT and .Dv IFF_BROADCAST @@ -100,7 +100,7 @@ interface. In other words, .Nm implements a multiple-access, non-broadcast device, accessed via -an RS-232 serial line, using a proprietary packet framing scheme. +an RS-232 serial line, using a proprietary packet framing scheme. .Pp This version .Nm @@ -110,13 +110,13 @@ map IP addresses of peer radios to the MAC-level addresses. The exact syntax of this mapping and an example are discussed below. The Internet Assigned Numbers Authority (IANA) has allocated an ARP type code for use with STRIP. A future version of this driver will -support +support .Xr arp 4 to obtain the IP address of reachable peer radios dynamically. .Sh ADDRESS CONFIGURATION This version of the STRIP driver requires static pre-configuration of the mapping from IP addresses to radio MAC addresses. -The +The .Xr route 8 command should be used to bind a peer STRIP host's radio IP address to the peer's link-level radio address. Radio addresses are encoded @@ -169,7 +169,7 @@ has not been widely tested on a variety of lower-level tty drivers. .P The detection and resetting of radios that crash out of Starmode does not always work in this version of the driver. One workaround -is to kill the +is to kill the .Xr slattach process, ifconfig the .Nm @@ -178,7 +178,7 @@ interface down, and then start a new slattach and rerun ifconfig. .Nm was originally developed for the Linux kernel by Stuart Cheshire of Stanford's Operating Systems and Networking group, -as part of Mary Baker's MosquitoNet +as part of Mary Baker's MosquitoNet .Sy http://mosquitonet.stanford.edu/mosquitonet.html project. This |