diff options
author | 2014-01-21 03:15:44 +0000 | |
---|---|---|
committer | 2014-01-21 03:15:44 +0000 | |
commit | 369bef3a142061d28bd38b74f30fd054965b81c6 (patch) | |
tree | 8fe7ba65015980e03507c9128cf9b21f5074ceff /lib/libc/db/man | |
parent | Update the names of the DIOCXBEGIN ruleset types. (diff) | |
download | wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'lib/libc/db/man')
-rw-r--r-- | lib/libc/db/man/btree.3 | 6 | ||||
-rw-r--r-- | lib/libc/db/man/dbopen.3 | 8 | ||||
-rw-r--r-- | lib/libc/db/man/hash.3 | 6 | ||||
-rw-r--r-- | lib/libc/db/man/recno.3 | 8 |
4 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3 index 8b89622734d..2e0f7dafecf 100644 --- a/lib/libc/db/man/btree.3 +++ b/lib/libc/db/man/btree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: btree.3,v 1.20 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: btree.3,v 1.21 2014/01/21 03:15:44 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: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt BTREE 3 .Os .Sh NAME @@ -56,7 +56,7 @@ associated key/data pairs. The btree access method specific data structure provided to .Fn dbopen is defined in the -.Aq Pa db.h +.In db.h include file as follows: .Bd -literal -offset indent typedef struct { diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index 9ea79defa5c..9b9e37b4c9d 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dbopen.3,v 1.26 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: dbopen.3,v 1.27 2014/01/21 03:15:44 schwarze Exp $ .\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt DBOPEN 3 .Os .Sh NAME @@ -117,7 +117,7 @@ The argument is of type .Fa DBTYPE (as defined in the -.Aq Pa db.h +.In db.h include file) and may be set to .Dv DB_BTREE , .Dv DB_HASH , @@ -140,7 +140,7 @@ returns a pointer to a DB structure on success and .Dv NULL on error. The DB structure is defined in the -.Aq Pa db.h +.In db.h include file, and contains at least the following fields: .Bd -literal -offset indent typedef struct { diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3 index 3d024607cf9..b5ada8331ec 100644 --- a/lib/libc/db/man/hash.3 +++ b/lib/libc/db/man/hash.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hash.3,v 1.16 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: hash.3,v 1.17 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: hash.3,v 1.6 1996/05/03 21:26:50 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)hash.3 8.6 (Berkeley) 8/18/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt HASH 3 .Os .Sh NAME @@ -55,7 +55,7 @@ The hash data structure is an extensible, dynamic hashing scheme. The access method specific data structure provided to .Fn dbopen is defined in the -.Aq Pa db.h +.In db.h include file as follows: .Bd -literal -offset indent typedef struct { diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3 index 9795b8defa8..2f61871c3c4 100644 --- a/lib/libc/db/man/recno.3 +++ b/lib/libc/db/man/recno.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recno.3,v 1.18 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: recno.3,v 1.19 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)recno.3 8.5 (Berkeley) 8/18/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RECNO 3 .Os .Sh NAME @@ -64,7 +64,7 @@ The access method specific data structure provided to .Fn dbopen is defined in the -.Aq Pa db.h +.In db.h include file as follows: .Bd -literal -offset indent typedef struct { @@ -170,7 +170,7 @@ The field of the key should be a pointer to a memory location of type .Vt recno_t , as defined in the -.Aq Pa db.h +.In db.h include file. This type is normally the largest unsigned integral type available to the implementation. |