lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Jan 17, 2008 2:39 PM, Mike Pall <mikelu-0801@mike.de> wrote:

> doc/manual.html:
[...]

While we're on the subject of the manual, I think an extra horizontal
line above each X.X section would clear things up a bit:

Before:
http://www.hotlinkfiles.com/files/869279_ft9hp/before.jpg

After:
http://www.hotlinkfiles.com/files/869280_xc6is/after.jpg


Or in other words:

awk '{gsub(/<h2>/, "<hr>\n<h2>");print}' manual.html > tmp
mv tmp manual.html


Thanks,
 - Jeff