summaryrefslogtreecommitdiffstats
path: root/mdocterm.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 14:13:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 14:13:05 +0000
commit915fb21ef547b551114dab3787540221a2172ae9 (patch)
treeda47863cba43e8533e4a41121579640771034d87 /mdocterm.1
parente699e11f23b72c34a747908ff21ad93bac7905f4 (diff)
downloadmandoc-915fb21ef547b551114dab3787540221a2172ae9.tar.gz
Fixed some character-escapes.
Diffstat (limited to 'mdocterm.1')
-rw-r--r--mdocterm.118
1 files changed, 11 insertions, 7 deletions
diff --git a/mdocterm.1 b/mdocterm.1
index 27b8d1b0..bfd5933c 100644
--- a/mdocterm.1
+++ b/mdocterm.1
@@ -118,7 +118,7 @@ Grammatic:
.It \-
\\- (hyphen)
.It \\
-\\ (back-slash)
+\\\\ (back-slash)
.El
.\" PARAGRAPH
.Pp
@@ -127,18 +127,22 @@ Enclosures:
.Bl -tag -width "OutputXXXX" -offset "XXXX" -compact
.It Em Output
.Em Input (Name)
+.It \(ra
+\\(ra (right angle)
+.It \(la
+\\(la (left angle)
.It \(rB
\\(rB (right bracket)
.It \(lB
-\\(rB (left bracket)
+\\(lB (left bracket)
.It \(lq
\\(lq (left double-quote)
.It \(rq
-\\(rq, \\' (right double-quote)
+\\(rq (right double-quote)
.It \(oq
-\\(lq, \\` (left single-quote)
+\\(oq, \\` (left single-quote)
.It \(aq
-\\(aq (right single-quote, apostrophe)
+\\(aq, \\' (right single-quote, apostrophe)
.El
.\" PARAGRAPH
.Pp
@@ -168,7 +172,7 @@ Mathematical:
.It \(>=
\\(>= (greater-than-equal)
.It \(==
-\\(== (greater-than-equal)
+\\(== (equal)
.It \(!=
\\(!= (not equal)
.It \(if
@@ -220,7 +224,7 @@ To display this manual page:
.Pp
To pipe a manual page to the pager:
.Pp
-.D1 % mdocterm mdocterm.1 | less -R
+.D1 % mdocterm mdocterm.1 | less \-R
.\" SECTION
.Sh SEE ALSO
.Xr mdoctree 1 ,