Revision f8409165

b/man/gnt-instance.sgml
136 136
          interpreted (when no unit is given) in mebibytes. You can
137 137
          also use one of the suffixes
138 138
          <literal>m</literal>, <literal>g</literal> or
139
          <literal>t</literal> to specificy the exact the units used;
139
          <literal>t</literal> to specify the exact the units used;
140 140
          these suffixes map to mebibytes, gibibytes and tebibytes.
141 141
        </para>
142 142

  
......
633 633
              <listitem>
634 634
                <simpara>Valid for the KVM hypervisor.</simpara>
635 635

  
636
                <simpara>Under security model <quote>user</quote> the username to
637
                run the instance under. It must be a valid username
638
                existing on the host.
636
                <simpara>Under security model <quote>user</quote> the
637
                username to run the instance under. It must be a valid
638
                username existing on the host.
639 639
                </simpara>
640 640
                <simpara>Cannot be set under security model <quote>none</quote>
641 641
                or <quote>pool</quote>.
......
683 683
                <simpara>This boolean option determines wether to run the KVM
684 684
                instance in a chroot directory.
685 685
                </simpara>
686
                <para>If it is set to <quote>true</quote>, an empty directory
687
                is created before starting the instance and its path is passed via
688
                the -chroot flag to kvm.
689
                The directory is removed when the instance is stopped.
686
                <para>If it is set to <quote>true</quote>, an empty
687
                directory is created before starting the instance and
688
                its path is passed via the -chroot flag to kvm.  The
689
                directory is removed when the instance is stopped.
690 690
                </para>
691 691

  
692
                <simpara>It is set to <quote>false</quote> by default.</simpara>
692
                <simpara>It is set to <quote>false</quote> by
693
                default.</simpara>
694

  
693 695
              </listitem>
694 696
            </varlistentry>
695 697

  
......
977 979
        </para>
978 980

  
979 981
        <para>
980
          The command will display the job id for each submitted instance, as follows:
982
          The command will display the job id for each submitted
983
          instance, as follows:
981 984
          <screen>
982 985
# gnt-instance batch-create instances.json
983 986
instance3: 11224
......
1044 1047
          <command>list</command>
1045 1048
          <arg>--no-headers</arg>
1046 1049
          <arg>--separator=<replaceable>SEPARATOR</replaceable></arg>
1050
        <sbr>
1051
        <arg>--units=<replaceable>UNITS</replaceable></arg>
1047 1052
          <arg>-o <replaceable>[+]FIELD,...</replaceable></arg>
1048 1053
          <arg>--roman</arg>
1049 1054
          <arg rep="repeat">instance</arg>
......
1063 1068
        </para>
1064 1069

  
1065 1070
        <para>
1071
          The units used to display the numeric values in the output
1072
          varies, depending on the options given. By default, the values
1073
          will be formatted in the most appropriate unit. If the
1074
          <option>--separator</option> option is given, then the values
1075
          are shown in mebibytes to allow parsing by scripts. In both
1076
          cases, the <option>--units</option> option can be used to
1077
          enforce a given output unit.
1078
        </para>
1079

  
1080
        <para>
1066 1081
          The <option>--roman</option> option allows latin people to better
1067 1082
          understand the cluster instances' status.
1068 1083
        </para>

Also available in: Unified diff