Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / texinfo / makeinfo / tests / html-para.txi
blobc6e34fd251359d0742c2824a009df131d6ffb8ac
1 \input texinfo
2 @setfilename html-para.info
3 @settitle HTML paragraph beginning test
5 @c <p> is emitted at paragraph beginning, which makes the text
6 @c between START and END not exactly what some cm_xxx functions
7 @c expect, when they are called by pop_and_call_brace.
9 @set val @@value@{@}
10 @definfoenclose foo,\\,//
12 @node Top
13 @top Top of HTML paragraph test
15 @value{val} should work at the beginning of a new paragraph.
17 @dotless{i} dotless should not trigger error messages at the beginning
18 of a new paragraph.
20 @sc{small-caps} should work at the beginning of a new paragraph.
22 @foo{@@definfoenclose} should work at the beginning of a new paragraph.
24 @bye