Boring whitespace fixes.

This commit is contained in:
wiz 2001-09-16 02:57:26 +00:00
parent 09a03cd887
commit 260d59cdbe
7 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gethostid.3,v 1.7 1999/03/22 19:44:36 garbled Exp $
.\" $NetBSD: gethostid.3,v 1.8 2001/09/16 02:57:26 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -75,7 +75,7 @@ The
.Fn gethostid
and
.Fn sethostid
syscalls appeared in
syscalls appeared in
.Bx 4.2
and were dropped in
.Bx 4.4 .

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)setruid.3 8.1 (Berkeley) 6/2/93
.\" $NetBSD: setruid.3,v 1.5 1999/03/22 19:44:36 garbled Exp $
.\" $NetBSD: setruid.3,v 1.6 2001/09/16 02:57:26 wiz Exp $
.\"
.Dd June 2, 1993
.Dt SETRUID 3
@ -76,7 +76,7 @@ The
.Fn setruid
and
.Fn setrgid
syscalls appeared in
syscalls appeared in
.Bx 4.2
and were dropped in
.Bx 4.4 .

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sigblock.2 8.1 (Berkeley) 6/2/93
.\" $NetBSD: sigblock.3,v 1.10 1999/03/22 19:44:37 garbled Exp $
.\" $NetBSD: sigblock.3,v 1.11 2001/09/16 02:57:26 wiz Exp $
.\"
.Dd June 2, 1993
.Dt SIGBLOCK 3
@ -58,7 +58,7 @@ adds the signals specified in
to the set of signals currently
being blocked from delivery.
Signals are blocked if the
corresponding bit in
corresponding bit in
.Fa mask
is a 1; the macro
.Fn sigmask

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sigpause.2 8.1 (Berkeley) 6/2/93
.\" $NetBSD: sigpause.3,v 1.11 1999/03/22 19:44:37 garbled Exp $
.\" $NetBSD: sigpause.3,v 1.12 2001/09/16 02:57:26 wiz Exp $
.\"
.Dd June 2, 1993
.Dt SIGPAUSE 3
@ -51,7 +51,7 @@ This interface is made obsolete by
.Ef
.Pp
.Fn sigpause
assigns
assigns
.Fa sigmask
to the set of masked signals
and then waits for a signal to arrive;

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sigsetmask.2 8.1 (Berkeley) 6/2/93
.\" $NetBSD: sigsetmask.3,v 1.11 1999/03/22 19:44:37 garbled Exp $
.\" $NetBSD: sigsetmask.3,v 1.12 2001/09/16 02:57:26 wiz Exp $
.\"
.Dd June 2, 1993
.Dt SIGSETMASK 3
@ -54,7 +54,7 @@ This interface is made obsolete by:
.Fn sigsetmask
sets the current signal mask
Signals are blocked from delivery if the
corresponding bit in
corresponding bit in
.Fa mask
is a 1; the macro
.Fn sigmask

View File

@ -1,4 +1,4 @@
.\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $
.\" $NetBSD: btree.3,v 1.7 2001/09/16 02:59:43 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -186,7 +186,7 @@ done.
.TP
lorder
The byte order for integers in the stored database metadata.
The number should represent the order as an integer; for example,
The number should represent the order as an integer; for example,
big endian order would be the number 4,321.
If
.I lorder
@ -229,7 +229,7 @@ Douglas Comer, ACM Comput. Surv. 11, 2 (June 1979), 121-138.
Bayer and Unterauer, ACM Transactions on Database Systems, Vol. 2, 1
(March 1977), 11-26.
.sp
.IR "The Art of Computer Programming Vol. 3: Sorting and Searching" ,
.IR "The Art of Computer Programming Vol. 3: Sorting and Searching" ,
D.E. Knuth, 1968, pp 471-480.
.SH BUGS
Only big and little endian byte order is supported.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: hash.3,v 1.6 1996/05/03 21:26:50 cgd Exp $
.\" $NetBSD: hash.3,v 1.7 2001/09/16 02:59:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -116,7 +116,7 @@ value.
.TP
lorder
The byte order for integers in the stored database metadata.
The number should represent the order as an integer; for example,
The number should represent the order as an integer; for example,
big endian order would be the number 4,321.
If
.I lorder