diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libc/db | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libc/db')
-rw-r--r-- | lib/libc/db/man/mpool.3 | 4 | ||||
-rw-r--r-- | lib/libc/db/man/ndbm.3 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index b91475a1ca2..bdda7abb9da 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpool.3,v 1.4 1999/02/27 21:54:57 deraadt Exp $ +.\" $OpenBSD: mpool.3,v 1.5 1999/05/16 19:54:47 alex Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -231,7 +231,7 @@ The .Fn mpool_delete always acts as if it succeeded. .Sh SEE ALSO -.Xr dbopen 3 , .Xr btree 3 , +.Xr dbopen 3 , .Xr hash 3 , .Xr recno 3 diff --git a/lib/libc/db/man/ndbm.3 b/lib/libc/db/man/ndbm.3 index 7219527a9a7..3c8b9be6b37 100644 --- a/lib/libc/db/man/ndbm.3 +++ b/lib/libc/db/man/ndbm.3 @@ -1,5 +1,5 @@ .\" David Leonard, 1998. Placed in the public domain. -.\" $OpenBSD: ndbm.3,v 1.5 1999/04/18 17:08:10 millert Exp $ +.\" $OpenBSD: ndbm.3,v 1.6 1999/05/16 19:54:47 alex Exp $ .Dd May 13, 1998 .Os OpenBSD .Dt NDBM 3 @@ -186,6 +186,6 @@ If an error occurs, the error can be retrieved with and corresponds to those errors described in .Xr db 3 . .Sh SEE ALSO +.Xr open 2 , .Xr db 3 , -.Xr hash 3 , -.Xr open 2 +.Xr hash 3 |