Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/mopd Whitespace nits, sort SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/80d89d8107cd
branches:  trunk
changeset: 520910:80d89d8107cd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 19 03:37:38 2002 +0000

description:
Whitespace nits, sort SEE ALSO.

diffstat:

 usr.sbin/mopd/mopd/mopd.8         |  28 ++++++++++++++--------------
 usr.sbin/mopd/moptrace/moptrace.1 |  22 +++++++++++-----------
 2 files changed, 25 insertions(+), 25 deletions(-)

diffs (134 lines):

diff -r 64de9979f2fc -r 80d89d8107cd usr.sbin/mopd/mopd/mopd.8
--- a/usr.sbin/mopd/mopd/mopd.8 Sat Jan 19 03:37:35 2002 +0000
+++ b/usr.sbin/mopd/mopd/mopd.8 Sat Jan 19 03:37:38 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mopd.8,v 1.3 1997/10/16 23:25:16 lukem Exp $
+.\"    $NetBSD: mopd.8,v 1.4 2002/01/19 03:37:38 wiz Exp $
 .\"
 .\" Copyright (c) 1993-96 Mats O Jansson.  All rights reserved.
 .\"
@@ -50,10 +50,10 @@
 .Nm
 must know what image to load.
 .Pp
-Upon receiving a request, 
+Upon receiving a request,
 .Nm
 checks if the requested file exists in
-.Pa /tftpboot/mop , 
+.Pa /tftpboot/mop ,
 the filename is normaly uppercase and with an extension of
 .Pa .SYS .
 If the filename isn't given, the ethernet address of the target is used as
@@ -67,41 +67,41 @@
 .Xr a.out 5
 format. If not, a couple of Digital's formats are checked.
 .Pp
-In normal operation, 
+In normal operation,
 .Nm
 forks a copy of itself and runs in
-the background.  Anomalies and errors are reported via 
+the background.  Anomalies and errors are reported via
 .Xr syslog 3 .
 .Sh OPTIONS
 .Bl -tag -width indent
 .It Fl a
 Listen on all the Ethernets attached to the system.
-If 
-.Sq Fl a 
+If
+.Sq Fl a
 is omitted, an interface must be specified.
 .It Fl d
 Run in debug mode, with all the output to stdout. The process will run in
 the foreground.
 .It Fl f
-Run in the foreground. 
+Run in the foreground.
 .El
 .Sh FILES
 .Bl -tag -width Pa -compact
 .It Pa /tftpboot/mop
 .El
 .Sh SEE ALSO
-.Xr bpf 4 ,
 .Xr mopa.out 1 ,
 .Xr mopchk 1 ,
 .Xr mopprobe 1 ,
-.Xr moptrace 1 
-.Rs 
-DECnet Digital Network Architecture Phase IV, 
+.Xr moptrace 1 ,
+.Xr bpf 4
+.Rs
+DECnet Digital Network Architecture Phase IV,
 .%R Maintenance Operations Functional Specification V3.0.0
 .%N AA-X436A-TK
 .Re
-.Rs 
-DECnet Digital Network Architecture, 
+.Rs
+DECnet Digital Network Architecture,
 .%R Maintenance Operations Protocol Functional Specification V4.0.0
 .%N EK-DNA11-FS-001
 .Re
diff -r 64de9979f2fc -r 80d89d8107cd usr.sbin/mopd/moptrace/moptrace.1
--- a/usr.sbin/mopd/moptrace/moptrace.1 Sat Jan 19 03:37:35 2002 +0000
+++ b/usr.sbin/mopd/moptrace/moptrace.1 Sat Jan 19 03:37:38 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: moptrace.1,v 1.5 1998/09/30 14:58:56 briggs Exp $
+.\"    $NetBSD: moptrace.1,v 1.6 2002/01/19 03:38:06 wiz Exp $
 .\"
 .\" Copyright (c) 1993-95 Mats O Jansson.  All rights reserved.
 .\"
@@ -27,7 +27,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" @(#) $NetBSD: moptrace.1,v 1.5 1998/09/30 14:58:56 briggs Exp $
+.\" @(#) $NetBSD: moptrace.1,v 1.6 2002/01/19 03:38:06 wiz Exp $
 .\"
 .Dd October 2, 1995
 .Dt MOPTRACE 1
@@ -47,15 +47,15 @@
 .Nm
 prints the contents of MOP packages on the Ethernet connected to
 .Ar interface
-or all known interfaces if 
+or all known interfaces if
 .Sq Fl a
 is given.
 .Sh OPTIONS
 .Bl -tag -width indent
 .It Fl a
 Listen on all the Ethernets attached to the system.
-If 
-.Sq Fl a 
+If
+.Sq Fl a
 is omitted, an interface must be specified.
 .It Fl d
 Run in debug mode, with all the output to stderr.
@@ -67,15 +67,15 @@
 .Sh SEE ALSO
 .Xr mopa.out 1 ,
 .Xr mopchk 1 ,
-.Xr mopd 8 ,
-.Xr mopprobe 1
-.Rs 
-DECnet Digital Network Architecture Phase IV, 
+.Xr mopprobe 1 ,
+.Xr mopd 8
+.Rs
+DECnet Digital Network Architecture Phase IV,
 .%R Maintenance Operations Functional Specification V3.0.0
 .%N AA-X436A-TK
 .Re
-.Rs 
-DECnet Digital Network Architecture, 
+.Rs
+DECnet Digital Network Architecture,
 .%R Maintenance Operations Protocol Functional Specification V4.0.0
 .%N EK-DNA11-FS-001
 .Re



Home | Main Index | Thread Index | Old Index