Revision 3d95cd0d

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
637
                to 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>.
......
714 714
                <simpara>This boolean option determines wether to run the KVM
715 715
                instance in a chroot directory.
716 716
                </simpara>
717
                <para>If it is set to <quote>true</quote>, an empty directory
718
                is created before starting the instance and its path is passed
719
                via the <option>-chroot</option> flag to kvm.
720
                The directory is removed when the instance is stopped.
717

  
718
                <para>If it is set to <quote>true</quote>, an empty
719
                directory is created before starting the instance and
720
                its path is passed via the <option>-chroot</option>
721
                flag to kvm.  The directory is removed when the
722
                instance is stopped.
721 723
                </para>
722 724

  
723
                <simpara>It is set to <quote>false</quote> by default.</simpara>
725
                <simpara>It is set to <quote>false</quote> by
726
                default.</simpara>
727

  
724 728
              </listitem>
725 729
            </varlistentry>
726 730

  
......
1025 1029
        </para>
1026 1030

  
1027 1031
        <para>
1028
          The command will display the job id for each submitted instance, as follows:
1032
          The command will display the job id for each submitted
1033
          instance, as follows:
1029 1034
          <screen>
1030 1035
# gnt-instance batch-create instances.json
1031 1036
instance3: 11224
......
1092 1097
          <command>list</command>
1093 1098
          <arg>--no-headers</arg>
1094 1099
          <arg>--separator=<replaceable>SEPARATOR</replaceable></arg>
1100
        <sbr>
1101
        <arg>--units=<replaceable>UNITS</replaceable></arg>
1095 1102
          <arg>-o <replaceable>[+]FIELD,...</replaceable></arg>
1096 1103
          <arg>--roman</arg>
1097 1104
          <arg rep="repeat">instance</arg>
......
1111 1118
        </para>
1112 1119

  
1113 1120
        <para>
1121
          The units used to display the numeric values in the output
1122
          varies, depending on the options given. By default, the values
1123
          will be formatted in the most appropriate unit. If the
1124
          <option>--separator</option> option is given, then the values
1125
          are shown in mebibytes to allow parsing by scripts. In both
1126
          cases, the <option>--units</option> option can be used to
1127
          enforce a given output unit.
1128
        </para>
1129

  
1130
        <para>
1114 1131
          The <option>--roman</option> option allows latin people to better
1115 1132
          understand the cluster instances' status.
1116 1133
        </para>

Also available in: Unified diff