-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpart2-1-3.xml
52 lines (51 loc) · 1.68 KB
/
part2-1-3.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xml; charset=utf-8"/>
<title>Comments</title>
<link rel="stylesheet" href="css/book.css" type="text/css"/>
</head>
<body>
<h3>
Comments
</h3>
<p>
Comments — words in an <span class="lang">mdoc</span> document not interpreted by the formatter — are
indicated by the <a href="part2-1-2.xml#special_characters">special character</a> <span class="screen">\"</span>.
</p>
<div class="mdocin">
Regular text. \" In a comment.
<br />
.Em A macro . \" Another comment.
</div>
<p>
The comment extends from the special character to the end of the line. If the newline is escaped, the comment only
applies to the current line. In other words, the newline escape is commented.
</p>
<div class="mdocin">
Not in a comment, \" in a comment \
<br />
Not in a comment.
</div>
<p>
A comment may span an entire line if it's specified as a pseudo-macro, that is, following the control character <span
class="screen">.</span>.
</p>
<div class="mdocin">
.\" This is a full-line comment.
</div>
<table class="nav">
<tbody>
<tr>
<td class="nav-contents"><a href="toc.xml">Contents</a></td>
<td class="nav-next"><a href="part2-1-4.xml">Next</a></td>
<td class="nav-home"><a href="http://manpages.bsd.lv/index.html">Home</a></td>
<td class="nav-history"><a href="http://manpages.bsd.lv/cgi-bin/cvsweb/part2-1-3.xml?cvsroot=manpages">History</a></td>
</tr>
</tbody>
</table>
<p class="edits">
Last edited by $Author$ on $Date$. Copyright © 2011, Kristaps Dzonsons. CC BY-SA.
</p>
</body>
</html>