Hello Gilbert,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>---<br>To list files in your current directory, issue the following command.
<br>$ ls<br><br>An example of the output:<br>file1, file2, folder1<br>---</blockquote><div><br>The commands look great.  There is another minor thing, and I'm pretty sure it's not documented, is displaying parts of config files.  In other sections of the Server Guide <programlisting> tags are used.  The rendering is the same as using <screen> tags, so I'm really not entirely sure it makes a huge difference.  
But after looking up the tags on <a href="http://docbook.org">docbook.org</a>, it looks like <programlisting> is more appropriate for config files [1][2].<br><br>One of the places I noticed is in the Console Security section part of /etc/event.d/control-alt-delete file:
<br><br><screen><command>#exec /sbin/shutdown -r now "Control-Alt-Delete pressed"</command></screen><br> <br>Should probably be:
<br><br><programlisting><br>#exec /sbin/shutdown -r now "Control-Alt-Delete pressed"<br></programlisting><br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>With regard to bolding input, I like the idea...  however, there may be a<br>scenario when it would be beneficial to display a large section of output<br>and highlight specific points.  The best way to do that would be to also
<br>use bold so that a few words of the output sticks out visually.  So now you<br>have both output and input in bold.  :-P<br><br>Your thoughts?<br><br></blockquote></div><br>I agree with only using bold to highlight specific parts of input or output.
<br><br>Since the only small nitpick for me is the <programlisting> thing I went ahead and committed the changes so far to revision #3655.  I figure it's better to get the content in there before the "new content" freeze in February.  
<br><br>Thanks for you efforts Gilbert.<br><br>[1] <a href="http://www.docbook.org/tdg/en/html/programlisting.html">http://www.docbook.org/tdg/en/html/programlisting.html</a><br>[2] <a href="http://www.docbook.org/tdg/en/html/screen.html">
http://www.docbook.org/tdg/en/html/screen.html</a><br clear="all"><br>-- <br>Party On,<br>Adam