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/libutil/ohash_init.3 | |
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/libutil/ohash_init.3')
-rw-r--r-- | lib/libutil/ohash_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |