aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dbopen.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-12 22:42:49 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-12 22:42:49 +0000
commitc13182efa3b3d77f2563034c8212c0ca798243ca (patch)
treee7652b26018b7c22cd6a4e4b41404dfaab911303 /man3/dbopen.3
parent4174ff5658082832c2ed511720f18881b3a80a34 (diff)
downloadman-pages-c13182efa3b3d77f2563034c8212c0ca798243ca.tar.gz
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
white space.
Diffstat (limited to 'man3/dbopen.3')
-rw-r--r--man3/dbopen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/dbopen.3 b/man3/dbopen.3
index 95f2408611..139d467288 100644
--- a/man3/dbopen.3
+++ b/man3/dbopen.3
@@ -31,7 +31,7 @@
.\"
.\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94
.\"
-.TH DBOPEN 3 1994-01-02
+.TH DBOPEN 3 1994-01-02
.UC 7
.SH NAME
dbopen \- database access methods
@@ -42,7 +42,7 @@ dbopen \- database access methods
.B #include <db.h>
.BI "DB *dbopen(const char *" file ", int " flags ", int " mode \
-", DBTYPE " type ,
+", DBTYPE " type ,
.BI " const void *" openinfo );
.fi
.SH DESCRIPTION