diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-04-23 18:13:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-04-23 18:13:12 +0000 |
commit | a5179ac475fff2fb377f060bab11bf24a57b081f (patch) | |
tree | 171a3ccdb71c758ac16a09203d1701995ba0784a /lib | |
parent | 8d883ef3212dfa85b1fe093d9ef4863bd96d96e2 (diff) |
missing dots after ".%P pp"; the case of btree(3) was
reported by Fabio Scotoni <fabio at esse dot ch>;
also garbage collect one .Tn while here
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/db/man/btree.3 | 14 | ||||
-rw-r--r-- | lib/libutil/ohash_init.3 | 6 |
2 files changed, 9 insertions, 11 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 |