aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 11:41:45 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 11:41:45 +0000
commita1f259e174574d8cf4a5fe8810da2b675e5afe95 (patch)
tree58922e58ff7cedc1e09ce2ed482ef72762b403f6 /mdoc.3
parent0d7d22d32950c90e48005ba8e864e320f5faeb18 (diff)
downloadmandoc-a1f259e174574d8cf4a5fe8810da2b675e5afe95.tar.gz
mandoc-a1f259e174574d8cf4a5fe8810da2b675e5afe95.tar.zst
mandoc-a1f259e174574d8cf4a5fe8810da2b675e5afe95.zip
Correctly labelled command-line as `Dl'.
Diffstat (limited to 'mdoc.3')
-rw-r--r--mdoc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc.3 b/mdoc.3
index 1f9c729c..be982ddc 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.3,v 1.50 2010/10/10 09:47:05 kristaps Exp $
+.\" $Id: mdoc.3,v 1.51 2010/12/17 11:41:45 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010 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 10 2010 $
+.Dd $Mdocdate: December 17 2010 $
.Dt MDOC 3
.Os
.Sh NAME
@@ -330,7 +330,7 @@ mdoc_free(mdoc);
.Pp
To compile this, execute
.Pp
-.D1 % cc main.c libmdoc.a libmandoc.a
+.Dl % cc main.c libmdoc.a libmandoc.a
.Pp
where
.Pa main.c