summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/db/man/btree.314
-rw-r--r--lib/libutil/ohash_init.36
-rw-r--r--sbin/newfs/newfs.86
-rw-r--r--sbin/tunefs/tunefs.86
-rw-r--r--usr.bin/tsort/tsort.16
5 files changed, 18 insertions, 20 deletions
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3
index 1968a223c5d..aab03d87514 100644
--- a/lib/libc/db/man/btree.3
+++ b/lib/libc/db/man/btree.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: btree.3,v 1.23 2015/09/10 10:20:55 jmc Exp $
+.\" $OpenBSD: btree.3,v 1.24 2019/04/23 18:13:11 schwarze Exp $
.\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)btree.3 8.4 (Berkeley) 8/18/94
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: April 23 2019 $
.Dt BTREE 3
.Os
.Sh NAME
@@ -74,9 +74,7 @@ typedef struct {
The elements of this structure are as follows:
.Bl -tag -width "XXXXXX"
.It Fa flags
-The flag value is specified by
-.Tn OR Ns 'ing
-any of the following values:
+The flag value is specified by OR'ing any of the following values:
.Bl -tag -width XXXXX
.It Dv R_DUP
Permit duplicate keys in the tree, i.e., permit insertion if the key to be
@@ -222,7 +220,7 @@ for any of the errors specified for the library routine
.%A Douglas Comer
.%J ACM Comput. Surv. 11
.%D June 1979
-.%P pp 121-138
+.%P pp. 121\(en138
.Re
.Rs
.%T "Prefix B-trees"
@@ -231,13 +229,13 @@ for any of the errors specified for the library routine
.%J ACM Transactions on Database Systems
.%V Vol. 2 , 1
.%D March 1977
-.%P pp 11-26
+.%P pp. 11\(en26
.Re
.Rs
.%B "The Art of Computer Programming Vol. 3: Sorting and Searching"
.%A D. E. Knuth
.%D 1968
-.%P pp 471-480
+.%P pp. 471\(en480
.Re
.Sh BUGS
Only big and little endian byte order is supported.
diff --git a/lib/libutil/ohash_init.3 b/lib/libutil/ohash_init.3
index 683256312b9..863262cbd6c 100644
--- a/lib/libutil/ohash_init.3
+++ b/lib/libutil/ohash_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ohash_init.3,v 1.2 2014/05/13 14:01:41 jmc Exp $
+.\" $OpenBSD: ohash_init.3,v 1.3 2019/04/23 18:13:11 schwarze Exp $
.\" Copyright (c) 1999 Marc Espie <espie@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 13 2014 $
+.Dd $Mdocdate: April 23 2019 $
.Dt OHASH_INIT 3
.Os
.Sh NAME
@@ -258,7 +258,7 @@ Multi-threaded applications should explicitly protect ohash table access.
.%A Donald E. Knuth
.%B The Art of Computer Programming
.%V Vol. 3
-.%P pp 506-550
+.%P pp. 506\(en550
.%D 1973
.Re
.Sh STANDARDS
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index c04a6a31a70..ab5d964bcd0 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newfs.8,v 1.74 2016/03/17 07:18:34 jmc Exp $
+.\" $OpenBSD: newfs.8,v 1.75 2019/04/23 18:13:11 schwarze Exp $
.\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)newfs.8 8.3 (Berkeley) 3/27/94
.\"
-.Dd $Mdocdate: March 17 2016 $
+.Dd $Mdocdate: April 23 2019 $
.Dt NEWFS 8
.Os
.Sh NAME
@@ -328,7 +328,7 @@ defaults to the terminal width, or 80 columns if the output is not a terminal.
.%T A Fast File System for UNIX
.%J ACM Transactions on Computer Systems 2
.%V 3
-.%P pp 181-197
+.%P pp. 181\(en197
.%D August 1984
.%O (reprinted in the BSD System Manager's Manual)
.Re
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index 1489398c6bc..317108db3fb 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tunefs.8,v 1.26 2010/10/18 15:01:40 jmc Exp $
+.\" $OpenBSD: tunefs.8,v 1.27 2019/04/23 18:13:11 schwarze Exp $
.\" $NetBSD: tunefs.8,v 1.36 2004/12/20 10:28:47 hubertf Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)tunefs.8 8.3 (Berkeley) 5/3/95
.\"
-.Dd $Mdocdate: October 18 2010 $
+.Dd $Mdocdate: April 23 2019 $
.Dt TUNEFS 8
.Os
.Sh NAME
@@ -143,7 +143,7 @@ or
.%T "A Fast File System for UNIX"
.%J "ACM Transactions on Computer Systems 2"
.%N 3
-.%P pp 181-197
+.%P pp. 181\(en197
.%D August 1984
.Re
.Sh HISTORY
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1
index 14f006a1882..56f5fc3d2df 100644
--- a/usr.bin/tsort/tsort.1
+++ b/usr.bin/tsort/tsort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tsort.1,v 1.23 2012/03/29 22:04:28 jmc Exp $
+.\" $OpenBSD: tsort.1,v 1.24 2019/04/23 18:13:11 schwarze Exp $
.\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)tsort.1 8.3 (Berkeley) 4/1/94
.\"
-.Dd $Mdocdate: March 29 2012 $
+.Dd $Mdocdate: April 23 2019 $
.Dt TSORT 1
.Os
.Sh NAME
@@ -142,7 +142,7 @@ accomplishes the same task in a dynamic way.
.%A Donald E. Knuth
.%B The Art of Computer Programming
.%V Vol. 1
-.%P pp 258-268
+.%P pp. 258\(en268
.%D 1973
.Re
.Sh STANDARDS