Formatting Conventions Some items are formatted differently from other text, like filenames, commands, and literal values. $ echo Terminal sessions are formatted with line folding for easier reading. In the HTML version, double-click to toggle between the folded version and the flat, copy-paste version. > /dev/null In many cases, sections pertaining to UNIX, GNU/Linux, Mac OS X, BSD, and so forth are marked (UNIX). Sections pertaining to Microsoft Windows might be marked (Windows). To avoid repetition, however, file system directory names are often given only in UNIX format as in /path/to/OpenDJ, even if the text applies to C:\path\to\OpenDJ as well. class Test { public static void main(String [] args) { System.out.println("This is a program listing."); } }