diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-30 21:34:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-30 21:34:57 +0000 |
commit | a496c49929452bb18c638b61351373fd96a2515b (patch) | |
tree | 17b56c8193f2659dffd5cb1ea0dc1ea740439c99 /mandoc.db.5 | |
parent | 824102957f73b26c300231632f733a22d2a3fd05 (diff) | |
download | mandoc-a496c49929452bb18c638b61351373fd96a2515b.tar.gz |
fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>
Diffstat (limited to 'mandoc.db.5')
-rw-r--r-- | mandoc.db.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mandoc.db.5 b/mandoc.db.5 index 3d383e9e..50f71da0 100644 --- a/mandoc.db.5 +++ b/mandoc.db.5 @@ -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 |