summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-25 10:48:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-25 10:48:21 +0000
commitf1d8bfff832e20c78f73a7f15cf44a4816eb3118 (patch)
tree978b13a73d74a7a8dc3dcfb285a70b45960a7725
parent68dc3ab5963210728ca24b386c73b7080e46e4f6 (diff)
downloadmandoc-f1d8bfff832e20c78f73a7f15cf44a4816eb3118.tar.gz
Fixed STRUCTURE/SYNTAX section data.
-rw-r--r--man.726
1 files changed, 13 insertions, 13 deletions
diff --git a/man.7 b/man.7
index 88401417..7b440202 100644
--- a/man.7
+++ b/man.7
@@ -97,6 +97,19 @@ Characters may alternatively be escaped by a slash-asterisk,
.Sq \e* ,
with the same combinations as described above. This form is deprecated.
.\" SECTION
+.Sh STRUCTURE
+Each
+.Nm
+document must contain contains at least the
+.Sq \&.TH
+macro describing the document's section and title. It may occur
+anywhere in the document, although conventionally, it appears as the
+first macro.
+.Pp
+Beyond the
+.Sq \&.TH ,
+at least one macro or text node must appear in the document.
+.\" SECTION
.Sh SYNTAX
Macros are one to three three characters in length and begin with a
control character ,
@@ -156,19 +169,6 @@ The
macro is similar, but does not need an empty argument line to trigger
the behaviour.
.\" SECTION
-.Sh STRUCTURE
-Each
-.Nm
-document must contain contains at least the
-.Sq \&.TH
-macro describing the document's section and title. It may occur
-anywhere in the document, although conventionally, it appears as the
-first macro.
-.Pp
-Beyond the
-.Sq \&.TH ,
-at least one macro or text node must appear in the document.
-.\" SECTION
.Sh MACROS
This section contains a complete list of all
.Nm