summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 16:23:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 16:23:22 +0000
commit9411fef4a53cf7d424010611e37ecd186b283683 (patch)
tree70655daacae1ee6f55bb5d4ade929dba98bb56ce /mandoc.1
parent99557614752f3abba838ceb10116d48568b5ed0e (diff)
downloadmandoc-9411fef4a53cf7d424010611e37ecd186b283683.tar.gz
All macro-invocations, for consistency, begin with `.' in documentation.
Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.119
1 files changed, 7 insertions, 12 deletions
diff --git a/mandoc.1 b/mandoc.1
index c7132654..4b1616f7 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -50,7 +50,7 @@ for details.
Input format. See
.Sx Input Formats
for available formats. Defaults to
-.Fl m Ns Ar mdoc .
+.Fl m Ns Ar doc .
.\" ITEM
.It Fl T
Output format. See
@@ -150,9 +150,9 @@ utility accepts
and
.Xr man 7
input with
-.Fl m Ns Ar mdoc
+.Fl m Ns Ar doc
and
-.Fl m Ns Ar man ,
+.Fl m Ns Ar an ,
respectively. The
.Xr mdoc 7
format is
@@ -160,11 +160,6 @@ format is
recommended;
.Xr man 7
should only be used for legacy manuals.
-.Pp
-Note that the
-.Fl m Ns Ar man
-option is experimental and only works with
-.Fl T Ns Ar tree .
.\" SUB-SECTION
.Ss Output Formats
The
@@ -232,7 +227,7 @@ mode doesn't yet know how to display the following:
.Bl -bullet -compact
.It
The \-hang
-.Sq \&Bl
+.Sq \&.Bl
list is not yet supported.
.El
.Pp
@@ -248,14 +243,14 @@ output and
.Bl -bullet -compact
.It
A list of display following
-.Sq \&Ss
+.Sq \&.Ss
does not assert a prior vertical break, just as it doesn't with
-.Sq \&Sh .
+.Sq \&.Sh .
.It
Special characters don't follow the current font style.
.\" LIST-ITEM
.It
The \-literal and \-unfilled
-.Sq \&Bd
+.Sq \&.Bd
displays types are synonyms, as are \-filled and \-ragged.
.El