summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-30 21:34:33 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-30 21:34:33 +0000
commitae84ccf15ed9567c1ce8c9c1119c50b0423f148e (patch)
treeb648cc75e3c2c08432b9a73ae2559dac3698764c /share
parent728d9e489d0fdd64773940f2d352c2bf5e5493d7 (diff)
fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/mandoc.db.512
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/mandoc.db.5 b/share/man/man5/mandoc.db.5
index 6ea94f886b7..7932672d39a 100644
--- a/share/man/man5/mandoc.db.5
+++ b/share/man/man5/mandoc.db.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mandoc.db.5,v 1.2 2014/09/03 18:08:26 schwarze Exp $
+.\" $OpenBSD: mandoc.db.5,v 1.3 2014/12/30 21:34:32 schwarze Exp $
.\"
.\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,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 3 2014 $
+.Dd $Mdocdate: December 30 2014 $
.Dt MANDOC.DB 5
.Os
.Sh NAME
@@ -117,14 +117,14 @@ documented in
The string found in those contexts.
.El
.Sh FILES
-.Bl -tag -width /usr/share/mandoc.db -compact
-.It Pa /usr/share/mandoc.db
+.Bl -tag -width /usr/share/man/mandoc.db -compact
+.It Pa /usr/share/man/mandoc.db
The manual page database for the base system.
-.It Pa /usr/X11R6/mandoc.db
+.It Pa /usr/X11R6/man/mandoc.db
The same for the
.Xr X 7
Window System.
-.It Pa /usr/local/mandoc.db
+.It Pa /usr/local/man/mandoc.db
The same for
.Xr packages 7 .
.El