Skip to content

Commit

Permalink
Fix for missing @EnD verbatim in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Jan 9, 2025
1 parent 731b81a commit b77733e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

2025-01-09 David Declerck <[email protected]>

* cbrunt.tex.gen: fix for missing "@end verbatim"

2024-10-30 Chuck Haatvedt <[email protected]>

* gnucobol.texi: document new multiple window function
Expand Down
2 changes: 1 addition & 1 deletion doc/cbrunt.tex.gen
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ section == 0 { next }

/^## / {
sub( /^## /, "" )
if( section++ > 1 ) {
if( section++ >= 1 ) {
print "@end verbatim\n"
}
print "@section", $0
Expand Down

0 comments on commit b77733e

Please sign in to comment.