Remove spurious .ne's.
This commit is contained in:
parent
08d7dabc15
commit
68d6f4bf44
@ -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 @@ If
|
||||
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 @@ receives
|
||||
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 @@ Echo (do not echo)
|
||||
after
|
||||
.Dv KILL
|
||||
character.
|
||||
.ne 1i
|
||||
.It Cm echoke Pq Fl echoke
|
||||
The
|
||||
.Dv KILL
|
||||
@ -462,7 +459,6 @@ columns.
|
||||
.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 @@ Same as
|
||||
.It Cm decctlq Pq Fl decctlq
|
||||
The converse of
|
||||
.Cm ixany .
|
||||
.ne 1i
|
||||
.It Cm crterase Pq Fl crterase
|
||||
Same as
|
||||
.Cm echoe .
|
||||
|
@ -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 @@ is encountered.
|
||||
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
|
||||
|
@ -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 @@ upon availability of data to be read.
|
||||
.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 */
|
||||
|
@ -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 @@ defined in
|
||||
.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"
|
||||
|
@ -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 @@ and
|
||||
.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"
|
||||
|
@ -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 @@ is encoded within the output, along with
|
||||
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
|
||||
|
@ -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 @@ to put new jobs in the spool queue.
|
||||
.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.
|
||||
|
@ -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 @@ fields of the structure used in the
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user