3. Formatting Conventions

[Note] Note

Pay attention to notes like this one.

Some items might be formatted differently from other text, like filenames, commands, and literal values.

$ echo Terminal sessions are formatted like this.
Terminal sessions are formatted like this.
class Test
{
    public static void main(String [] args)
    {
        System.out.println("This is a program listing.");

    }
}

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/OpenIDM, even if the text applies to C:\path\to\OpenIDM as well.

[Warning] Warning

Ignore warnings at your own risk.