Source-Changes-HG archive

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

[src/trunk]: src Remove spurious .ne's.



details:   https://anonhg.NetBSD.org/src/rev/1493d1f25ff5
branches:  trunk
changeset: 467398:1493d1f25ff5
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Mar 24 06:27:49 1999 +0000

description:
Remove spurious .ne's.

diffstat:

 bin/stty/stty.1                  |  7 +------
 lib/libc/net/getservent.3        |  3 +--
 lib/libc/sys/fcntl.2             |  3 +--
 sbin/mount_procfs/mount_procfs.8 |  3 +--
 sbin/route/route.8               |  3 +--
 usr.bin/compress/compress.1      |  3 +--
 usr.sbin/lpr/lpc/lpc.8           |  3 +--
 usr.sbin/rmt/rmt.8               |  3 +--
 8 files changed, 8 insertions(+), 20 deletions(-)

diffs (168 lines):

diff -r 056627dc7dc4 -r 1493d1f25ff5 bin/stty/stty.1
--- a/bin/stty/stty.1   Wed Mar 24 06:25:57 1999 +0000
+++ b/bin/stty/stty.1   Wed Mar 24 06:27:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stty.1,v 1.19 1999/01/13 23:55:26 sommerfe Exp $
+.\"    $NetBSD: stty.1,v 1.20 1999/03/24 06:27:49 mycroft Exp $
 .\"
 .\" Copyright (c) 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -126,7 +126,6 @@
 the output baud rate is set to
 zero, modem control is
 no longer asserted.
-.ne 1i
 .It Cm speed Ar number
 This sets both
 .Cm ispeed
@@ -204,7 +203,6 @@
 or if
 .Cm ixany
 is set, any character restarts output.
-.ne 1i
 .It Cm ixoff Pq Fl ixoff
 Request that the system send (not
 send)
@@ -310,7 +308,6 @@
 after
 .Dv KILL
 character.
-.ne 1i
 .It Cm echoke Pq Fl echoke
 The
 .Dv KILL
@@ -462,7 +459,6 @@
 .It Cm cols Ar number
 is an alias for
 .Cm columns.
-.ne 1i
 .It Cm rows Ar number
 The terminal size is recorded as having
 .Ar number
@@ -548,7 +544,6 @@
 .It Cm decctlq Pq Fl decctlq
 The converse of
 .Cm ixany .
-.ne 1i
 .It Cm crterase Pq Fl crterase
 Same as
 .Cm echoe .
diff -r 056627dc7dc4 -r 1493d1f25ff5 lib/libc/net/getservent.3
--- a/lib/libc/net/getservent.3 Wed Mar 24 06:25:57 1999 +0000
+++ b/lib/libc/net/getservent.3 Wed Mar 24 06:27:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getservent.3,v 1.9 1999/03/22 19:44:51 garbled Exp $
+.\"    $NetBSD: getservent.3,v 1.10 1999/03/24 06:33:38 mycroft Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -128,7 +128,6 @@
 If a protocol name is also supplied (non-\c
 .Dv NULL ) , 
 searches must also match the protocol.
-.ne 1i
 .Sh FILES
 .Bl -tag -width /etc/services -compact
 .It Pa /etc/services
diff -r 056627dc7dc4 -r 1493d1f25ff5 lib/libc/sys/fcntl.2
--- a/lib/libc/sys/fcntl.2      Wed Mar 24 06:25:57 1999 +0000
+++ b/lib/libc/sys/fcntl.2      Wed Mar 24 06:27:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fcntl.2,v 1.14 1999/03/22 19:45:02 garbled Exp $
+.\"    $NetBSD: fcntl.2,v 1.15 1999/03/24 06:34:58 mycroft Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -152,7 +152,6 @@
 .Pp
 Several commands are available for doing advisory file locking;
 they all operate on the following structure:
-.ne 7v
 .Bd -literal
 struct flock {
        off_t   l_start;        /* starting offset */
diff -r 056627dc7dc4 -r 1493d1f25ff5 sbin/mount_procfs/mount_procfs.8
--- a/sbin/mount_procfs/mount_procfs.8  Wed Mar 24 06:25:57 1999 +0000
+++ b/sbin/mount_procfs/mount_procfs.8  Wed Mar 24 06:27:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_procfs.8,v 1.13 1999/03/07 11:02:08 mycroft Exp $
+.\"    $NetBSD: mount_procfs.8,v 1.14 1999/03/24 06:30:34 mycroft Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -139,7 +139,6 @@
 .Pa <machine/reg.h> .
 .Pa regs
 can only be written when the process is stopped.
-.ne 1i
 .It Pa fpregs
 The floating point registers as defined by
 .Dv "struct fpregs"
diff -r 056627dc7dc4 -r 1493d1f25ff5 sbin/route/route.8
--- a/sbin/route/route.8        Wed Mar 24 06:25:57 1999 +0000
+++ b/sbin/route/route.8        Wed Mar 24 06:27:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: route.8,v 1.16 1999/03/04 03:03:15 bgrayson Exp $
+.\"    $NetBSD: route.8,v 1.17 1999/03/24 06:29:21 mycroft Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -302,7 +302,6 @@
 .Dv RTM_CHANGE .
 As such, only the super-user may modify
 the routing tables.
-.ne 1i
 .Sh DIAGNOSTICS
 .Bl -tag -width Ds
 .It Sy "add [host \&| network ] %s: gateway %s flags %x"
diff -r 056627dc7dc4 -r 1493d1f25ff5 usr.bin/compress/compress.1
--- a/usr.bin/compress/compress.1       Wed Mar 24 06:25:57 1999 +0000
+++ b/usr.bin/compress/compress.1       Wed Mar 24 06:27:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: compress.1,v 1.7 1999/03/22 18:16:35 garbled Exp $
+.\"    $NetBSD: compress.1,v 1.8 1999/03/24 06:28:26 mycroft Exp $
 .\"
 .\" Copyright (c) 1986, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -145,7 +145,6 @@
 a magic number to ensure that neither decompression of random data nor
 recompression of compressed data is attempted.
 .Pp
-.ne 8
 The amount of compression obtained depends on the size of the
 input, the number of
 .Ar bits
diff -r 056627dc7dc4 -r 1493d1f25ff5 usr.sbin/lpr/lpc/lpc.8
--- a/usr.sbin/lpr/lpc/lpc.8    Wed Mar 24 06:25:57 1999 +0000
+++ b/usr.sbin/lpr/lpc/lpc.8    Wed Mar 24 06:27:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: lpc.8,v 1.11 1999/03/22 18:43:58 garbled Exp $
+.\"    $NetBSD: lpc.8,v 1.12 1999/03/24 06:31:37 mycroft Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -121,7 +121,6 @@
 .It Ic exit
 .It Ic quit
 Exit from lpc.
-.ne 1i
 .Pp
 .It Ic restart  No {\ all\ |\ printer\ }
 Attempt to start a new printer daemon. 
diff -r 056627dc7dc4 -r 1493d1f25ff5 usr.sbin/rmt/rmt.8
--- a/usr.sbin/rmt/rmt.8        Wed Mar 24 06:25:57 1999 +0000
+++ b/usr.sbin/rmt/rmt.8        Wed Mar 24 06:27:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rmt.8,v 1.7 1999/03/22 18:44:07 garbled Exp $
+.\"    $NetBSD: rmt.8,v 1.8 1999/03/24 06:32:21 mycroft Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -186,7 +186,6 @@
 call.  The return value is the
 .Ar count
 parameter when the operation is successful.
-.ne 1i
 .It Sy S
 Return the status of the open device, as
 obtained with a



Home | Main Index | Thread Index | Old Index