diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-21 12:12:12 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-21 12:12:12 +0000 |
commit | d8d8e19a17345326342a05e737487b04fa994353 (patch) | |
tree | 761cd03a2f8a171fc09d2d039c72505cafb59db8 /man.7 | |
parent | 2a2e4af01790aa6afe854a5284be8b7ff895e9b5 (diff) | |
download | mandoc-d8d8e19a17345326342a05e737487b04fa994353.tar.gz |
Open explicit scope on libman exit now only generates warning.
Consecutive ELINE scopes are now pruned (with a warning).
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -205,18 +205,14 @@ foo .Pp is equivalent to .Sq \&.I foo . -.\" PARAGRAPH -Consecutive next-line scope invocations are disallowed. +If next-line macros are invoked consecutively, only the last is used. +If a next-line macro is proceded by a block macro, it is ignored. .Bd -literal -offset indent \&.YO \(lBbody...\(rB \(lBbody...\(rB .Ed . .Pp -It is considered an error when next-line scope is open at the end of -file. -. -.Pp .Bl -column -compact -offset indent "MacroX" "ArgumentsX" "ScopeXXXXX" .It Em Macro Ta Em Arguments Ta Em Scope .It B Ta n Ta next-line @@ -288,10 +284,6 @@ or No closure refers to an explicit block closing macro. . .Pp -It is considered an error when part or next-line scope is open at the -end of file. -. -.Pp .Bl -column "MacroX" "ArgumentsX" "Head ScopeX" "sub-sectionX" -compact -offset indent .It Em Macro Ta Em Arguments Ta Em Head Scope Ta Em Body Scope .It HP Ta <2 Ta current Ta paragraph |