summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.3
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 /mdoc.3
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 'mdoc.3')
-rw-r--r--mdoc.318
1 files changed, 9 insertions, 9 deletions
diff --git a/mdoc.3 b/mdoc.3
index 31e86791..633a1fbf 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.3,v 1.23 2009/03/23 09:42:43 kristaps Exp $
+.\" $Id: mdoc.3,v 1.24 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 mdoc 3
.Os
.\" SECTION
@@ -314,23 +314,23 @@ utility was written by
.\" LIST-ITEM
.It
The
-.Sq \&Xc
+.Sq \&.Xc
and
-.Sq \&Xo
+.Sq \&.Xo
macros aren't handled when used to span lines for the
-.Sq \&It
+.Sq \&.It
macro.
.\" LIST-ITEM
.It
The
-.Sq \&Bsx
+.Sq \&.Bsx
macro family doesn't yet understand version arguments.
.\" LIST-ITEM
.It
If not given a value, the \-offset argument to
-.Sq \&Bd
+.Sq \&.Bd
and
-.Sq \&Bl
+.Sq \&.Bl
should be the width of
.Qq <string> ;
instead, a value of
@@ -339,7 +339,7 @@ is provided.
.\" LIST-ITEM
.It
Columns widths in
-.Sq \&Bl \-column
+.Sq \&.Bl \-column
should default to width
.Qq <stringx>
if not included.