aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-10-06 17:01:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-10-06 17:01:52 +0000
commit8a5c497475ca4c7355157d6931360fe1ba1dbdf8 (patch)
tree48da42dcd79de0a93b16a2aca043d27de1ea3ad0 /mandoc.3
parentd53ffcc35f4d12dc5e03d33f5ee1fd0a9fdc364a (diff)
downloadmandoc-8a5c497475ca4c7355157d6931360fe1ba1dbdf8.tar.gz
mandoc-8a5c497475ca4c7355157d6931360fe1ba1dbdf8.tar.zst
mandoc-8a5c497475ca4c7355157d6931360fe1ba1dbdf8.zip
The .Lb arguments wants a "lib" prefix;
from Sascha Wildner via Franco Fichtner (DragonFly); also fixing the same in the mdoc(7) example while i'm about it.
Diffstat (limited to 'mandoc.3')
-rw-r--r--mandoc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/mandoc.3 b/mandoc.3
index b864e489..fe6503d5 100644
--- a/mandoc.3
+++ b/mandoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.3,v 1.21 2013/10/05 20:30:05 schwarze Exp $
+.\" $Id: mandoc.3,v 1.22 2013/10/06 17:01:52 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,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: October 5 2013 $
+.Dd $Mdocdate: October 6 2013 $
.Dt MANDOC 3
.Os
.Sh NAME
@@ -43,7 +43,7 @@
.Nm mparse_strlevel
.Nd mandoc macro compiler library
.Sh LIBRARY
-.Lb mandoc
+.Lb libmandoc
.Sh SYNOPSIS
.In man.h
.In mdoc.h