summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2009-08-09 20:40:19 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2009-08-09 20:40:19 +0000
commitca5b48706aac83b719733710a92722a8e21f5db9 (patch)
tree6c93cf42f09951d29ea396b7bafc515dd391cfd0 /usr.bin
parent4cfb83e44b5cf8abc8feac6b24dcbecd098f4912 (diff)
sync to 1.8.3: quote macro names without a preceding dot
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mandoc/mandoc.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1
index 2548d3545a3..1704077cd3e 100644
--- a/usr.bin/mandoc/mandoc.1
+++ b/usr.bin/mandoc/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.10 2009/08/09 17:20:17 schwarze Exp $
+.\" $Id: mandoc.1,v 1.11 2009/08/09 20:40:18 schwarze Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -130,7 +130,7 @@ replaced on output by a single space. Thus, if you wish to preserve
multiple spaces, they must be space-escaped
.Sq \e\
or used in a literal display mode, e.g.,
-.Sq \&.Bd \-literal
+.Sq \&Bd \-literal
in
.Xr mdoc 7 .
.\" SUB-SECTION
@@ -157,9 +157,9 @@ A third option,
.Fl m Ns Ar andoc ,
which is also the default, determines encoding on-the-fly: if the first
non-comment macro is
-.Sq \&.Dd
+.Sq \&Dd
or
-.Sq \&.Dt ,
+.Sq \&Dt ,
the
.Xr mdoc 7
parser is used; otherwise, the
@@ -255,12 +255,12 @@ compatibility with
.Bl -bullet -compact
.It
A list or display following
-.Sq \&.Ss
+.Sq \&Ss
does not assert a prior vertical break, just as it doesn't with
-.Sq \&.Sh .
+.Sq \&Sh .
.It
The \-literal and \-unfilled
-.Sq \&.Bd
+.Sq \&Bd
displays types are synonyms, as are \-filled and \-ragged.
.It
Words aren't hyphenated.