summaryrefslogtreecommitdiffstatshomepage
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
commitbd329dd8fae21fc03372e563b33ef77a421e7ea9 (patch)
tree33fe05e6ba7ea5759d5c284f383db7440fc2f362 /mandoc.1
parent463a2b842f830d918f58b4a9f04bdc8af8421a18 (diff)
downloadmandoc-bd329dd8fae21fc03372e563b33ef77a421e7ea9.tar.gz
mandoc-bd329dd8fae21fc03372e563b33ef77a421e7ea9.tar.zst
mandoc-bd329dd8fae21fc03372e563b33ef77a421e7ea9.zip
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.123
1 files changed, 9 insertions, 14 deletions
diff --git a/mandoc.1 b/mandoc.1
index 9a5d52f1..807d4045 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.9 2009/03/23 16:02:56 kristaps Exp $
+.\" $Id: mandoc.1,v 1.10 2009/03/26 16:23:22 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
.\"
@@ -16,7 +16,7 @@
.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 23 2009 $
+.Dd $Mdocdate: March 26 2009 $
.Dt mandoc 1
.Os
.\" SECTION
@@ -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