Text in <userinput> tags is not rendered differently from the rest of text in <screen> elements. As an example, consider the text in http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/article.html#idp62149040. In the <screen> section after "Take a quick note of how it looks before moving on to the next step; doing the actual merge:", the prompts, user input, and computer output are all rendered in the same font and style. How-To-Repeat: Look at http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/article.html#idp62149040
<replaceable> elements are not rendered inside <screen>, either. The ~/doc in the commands given in the FDP Primer Quick Start are marked up with <replaceable> tags, and should be rendered different from the rest of the text: http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/book.html#overview-quick-start
I have confirmed that this problem goes away if you revert r44109 The changes in 44109 seem to break all inline elements (userinput, replaceable, callouts, etc) inside screen, programlisting etc (all the things we added line numbers to) Hopefully some XSLT wizardry and fix this, as the line numbers are really nice. Also see: http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/187773 -- Allan Jude
This was resolved when gabor@ reverted the line number patch in r44350 http://svnweb.freebsd.org/doc?view=revision&revision=44350 -- Allan Jude
State Changed From-To: open->closed fix in 44350.