Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc Boring whitespace fixes.
details: https://anonhg.NetBSD.org/src/rev/06c601213707
branches: trunk
changeset: 515048:06c601213707
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Sep 16 02:57:26 2001 +0000
description:
Boring whitespace fixes.
diffstat:
lib/libc/compat-43/gethostid.3 | 4 ++--
lib/libc/compat-43/setruid.3 | 4 ++--
lib/libc/compat-43/sigblock.3 | 4 ++--
lib/libc/compat-43/sigpause.3 | 4 ++--
lib/libc/compat-43/sigsetmask.3 | 4 ++--
lib/libc/db/man/btree.3 | 6 +++---
lib/libc/db/man/hash.3 | 4 ++--
7 files changed, 15 insertions(+), 15 deletions(-)
diffs (147 lines):
diff -r 33408b234040 -r 06c601213707 lib/libc/compat-43/gethostid.3
--- a/lib/libc/compat-43/gethostid.3 Sun Sep 16 02:57:03 2001 +0000
+++ b/lib/libc/compat-43/gethostid.3 Sun Sep 16 02:57:26 2001 +0000
@@ -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 @@
.Fn gethostid
and
.Fn sethostid
-syscalls appeared in
+syscalls appeared in
.Bx 4.2
and were dropped in
.Bx 4.4 .
diff -r 33408b234040 -r 06c601213707 lib/libc/compat-43/setruid.3
--- a/lib/libc/compat-43/setruid.3 Sun Sep 16 02:57:03 2001 +0000
+++ b/lib/libc/compat-43/setruid.3 Sun Sep 16 02:57:26 2001 +0000
@@ -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 @@
.Fn setruid
and
.Fn setrgid
-syscalls appeared in
+syscalls appeared in
.Bx 4.2
and were dropped in
.Bx 4.4 .
diff -r 33408b234040 -r 06c601213707 lib/libc/compat-43/sigblock.3
--- a/lib/libc/compat-43/sigblock.3 Sun Sep 16 02:57:03 2001 +0000
+++ b/lib/libc/compat-43/sigblock.3 Sun Sep 16 02:57:26 2001 +0000
@@ -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 @@
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
diff -r 33408b234040 -r 06c601213707 lib/libc/compat-43/sigpause.3
--- a/lib/libc/compat-43/sigpause.3 Sun Sep 16 02:57:03 2001 +0000
+++ b/lib/libc/compat-43/sigpause.3 Sun Sep 16 02:57:26 2001 +0000
@@ -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 @@
.Ef
.Pp
.Fn sigpause
-assigns
+assigns
.Fa sigmask
to the set of masked signals
and then waits for a signal to arrive;
diff -r 33408b234040 -r 06c601213707 lib/libc/compat-43/sigsetmask.3
--- a/lib/libc/compat-43/sigsetmask.3 Sun Sep 16 02:57:03 2001 +0000
+++ b/lib/libc/compat-43/sigsetmask.3 Sun Sep 16 02:57:26 2001 +0000
@@ -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 @@
.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
diff -r 33408b234040 -r 06c601213707 lib/libc/db/man/btree.3
--- a/lib/libc/db/man/btree.3 Sun Sep 16 02:57:03 2001 +0000
+++ b/lib/libc/db/man/btree.3 Sun Sep 16 02:57:26 2001 +0000
@@ -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 @@
.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 @@
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.
diff -r 33408b234040 -r 06c601213707 lib/libc/db/man/hash.3
--- a/lib/libc/db/man/hash.3 Sun Sep 16 02:57:03 2001 +0000
+++ b/lib/libc/db/man/hash.3 Sun Sep 16 02:57:26 2001 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index