diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-25 10:48:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-25 10:48:21 +0000 |
commit | f1d8bfff832e20c78f73a7f15cf44a4816eb3118 (patch) | |
tree | 978b13a73d74a7a8dc3dcfb285a70b45960a7725 /man.7 | |
parent | 68dc3ab5963210728ca24b386c73b7080e46e4f6 (diff) | |
download | mandoc-f1d8bfff832e20c78f73a7f15cf44a4816eb3118.tar.gz |
Fixed STRUCTURE/SYNTAX section data.
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -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 |