246N/A<?xml version="1.0" encoding="UTF-8"?>
246N/A<!--
246N/A ! CCPL HEADER START
246N/A !
246N/A ! This work is licensed under the Creative Commons
246N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
246N/A ! To view a copy of this license, visit
246N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
246N/A ! or send a letter to Creative Commons, 444 Castro Street,
246N/A ! Suite 900, Mountain View, California, 94041, USA.
246N/A !
246N/A ! You can also obtain a copy of the license at
246N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
246N/A ! See the License for the specific language governing permissions
246N/A ! and limitations under the License.
246N/A !
246N/A ! If applicable, add the following below this CCPL HEADER, with the fields
246N/A ! enclosed by brackets "[]" replaced with your own identifying information:
246N/A ! Portions Copyright [yyyy] [name of copyright owner]
246N/A !
1365N/A ! CCPL HEADER END
246N/A !
246N/A ! Copyright 2011-2013 ForgeRock AS
246N/A !
246N/A-->
1365N/A <section xml:id="formatting-conventions"
618N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
246N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
246N/A xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
246N/A xmlns:xlink='http://www.w3.org/1999/xlink'
844N/A xmlns:xinclude='http://www.w3.org/2001/XInclude'>
1365N/A <title>Formatting Conventions</title>
1258N/A
246N/A <para>Some items are formatted differently from other text, like
246N/A <filename>filenames</filename>, <command>commands</command>, and
246N/A <literal>literal values</literal>.</para>
246N/A
246N/A <screen>$ echo Command line sessions are formatted with lines folded for easier reading.
246N/A In HTML documents click the [-] image for a flat, copy-paste version. Click
246N/A the [+] image for an expanded, line-wrapped version. &gt; /dev/null</screen>
246N/A
246N/A <para>In many cases, sections pertaining to UNIX, GNU/Linux, Mac OS X, BSD,
246N/A and so forth are marked (UNIX). Sections pertaining to Microsoft Windows
1365N/A might be marked (Windows). To avoid repetition, however, file system
1365N/A directory names are often given only in UNIX format as in
1365N/A <filename>/path/to/opendj</filename>, even if the text applies to
1365N/A <filename>C:\path\to\opendj</filename> as well.</para>
1365N/A
246N/A <para>Absolute path names usually begin with the placeholder
246N/A <filename>/path/to/</filename>, which might translate to
1365N/A <filename>/opt/</filename>, <filename>C:\Program Files\</filename>, or
1365N/A somewhere else on your system. Unless you install from native packages,
246N/A you create this location before you install.</para>
1365N/A
1365N/A <programlisting language='java'>class Test {
1365N/A public static void main(String [] args) {
1365N/A System.out.println("This is a program listing.");
1365N/A }
246N/A}</programlisting>
1365N/A</section>
1365N/A