aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--man.710
-rw-r--r--mdoc.714
2 files changed, 20 insertions, 4 deletions
diff --git a/man.7 b/man.7
index be84108a..91b647f2 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.103 2011/08/17 22:16:32 kristaps Exp $
+.\" $Id: man.7,v 1.104 2011/08/17 22:20:14 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -72,6 +72,14 @@ Furthermore,
macro lines with only a control character and optional trailing
whitespace are
stripped from input.
+.Pp
+Examples:
+.Bd -literal -offset indent -compact
+\&.\e\*q This is a comment line.
+\&.\e\*q The next line is ignored:
+\&.
+\&.Em Emphasis \e\*q This is also a comment.
+.Ed
.Ss Special Characters
Special characters are used to encode special glyphs and are rendered
differently across output media.
diff --git a/mdoc.7 b/mdoc.7
index f29599f8..48484224 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.200 2011/08/17 20:34:53 kristaps Exp $
+.\" $Id: mdoc.7,v 1.201 2011/08/17 22:20:14 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -73,6 +73,14 @@ Furthermore,
macro lines with only a control character and optional trailing
whitespace are
stripped from input.
+.Pp
+Examples:
+.Bd -literal -offset indent -compact
+\&.\e\*q This is a comment line.
+\&.\e\*q The next line is ignored:
+\&.
+\&.Em Emphasis \e\*q This is also a comment.
+.Ed
.Ss Special Characters
Special characters are used to encode special glyphs and are rendered
differently across output media.
@@ -260,9 +268,9 @@ Examples:
.It \&.Bl -tag -width 2i
two-inch tagged list indentation
.Pq see Sx \&Bl
-.It \&.br 2v
+.It \&.sp 2v
two vertical spaces
-.Pq see Sx \&br
+.Pq see Sx \&sp
.El
.Ss Sentence Spacing
Sentences should terminate at the end of an input line.