aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-03-17 09:04:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-03-17 09:04:52 +0000
commit3bd0f2e0b41a14fc4ee513b13e56d12dc222be46 (patch)
treed215a15b2c632e3fbf2ba0b56f2ebc316cbc7b2c
parenta6b655bb1e2ce97eada83d7f88bf3ba4bb0975a8 (diff)
downloadmandoc-3bd0f2e0b41a14fc4ee513b13e56d12dc222be46.tar.gz
mandoc-3bd0f2e0b41a14fc4ee513b13e56d12dc222be46.tar.zst
mandoc-3bd0f2e0b41a14fc4ee513b13e56d12dc222be46.zip
minor sync with HEAD, but keep the Berkeley DB parts
-rw-r--r--mandocdb.819
1 files changed, 12 insertions, 7 deletions
diff --git a/mandocdb.8 b/mandocdb.8
index 83b6a010..92c7b3eb 100644
--- a/mandocdb.8
+++ b/mandocdb.8
@@ -1,6 +1,7 @@
-.\" $Id: mandocdb.8,v 1.17.2.1 2013/09/18 01:04:07 schwarze Exp $
+.\" $Id: mandocdb.8,v 1.17.2.2 2014/03/17 09:04:52 schwarze Exp $
.\"
-.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
+.\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
+.\" Copyright (c) 2011, 2012 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +15,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: September 18 2013 $
+.Dd $Mdocdate: March 17 2014 $
.Dt MANDOCDB 8
.Os
.Sh NAME
@@ -70,14 +71,16 @@ and
.Op Ar arch Li /
.Ar title . Sy 0
.Sm on
-in that directory;
-existing databases are truncated.
+in that directory.
+Existing databases are replaced.
If
.Ar dir
is not provided,
.Nm
uses the default paths stipulated by
-.Xr man 1 .
+.Xr manpath 1 ,
+or
+.Xr man.conf 5 .
.Pp
The arguments are as follows:
.Bl -tag -width "-C file"
@@ -321,4 +324,6 @@ started the Perl version in 2000,
and the current version of
.Nm
was written by
-.An Kristaps Dzonsons Aq Mt kristaps@bsd.lv .
+.An Kristaps Dzonsons Aq Mt kristaps@bsd.lv
+and
+.An Ingo Schwarze Aq Mt schwarze@openbsd.org .