man: fix indention of program listings in NetworkManager.conf
authorThomas Haller <thaller@redhat.com>
Wed, 27 Jan 2016 11:54:18 +0000 (12:54 +0100)
committerThomas Haller <thaller@redhat.com>
Wed, 27 Jan 2016 12:14:53 +0000 (13:14 +0100)
man/NetworkManager.conf.xml.in

index 7f50210..e53de0a 100644 (file)
@@ -84,17 +84,17 @@ Copyright 2010 - 2014 Red Hat, Inc.
     <para>
       Minimal system settings configuration file looks like this:
       <programlisting>
-        [main]
-        plugins=keyfile
-      </programlisting>
+[main]
+plugins=keyfile
+</programlisting>
     </para>
     <para>
       As an extension to the normal keyfile format, you can also
       append a value to a previously-set list-valued key by doing:
       <programlisting>
-        plugins+=another-plugin
-        plugins-=remove-me
-      </programlisting>
+plugins+=another-plugin
+plugins-=remove-me
+</programlisting>
     </para>
   </refsect1>
 
@@ -189,7 +189,7 @@ Copyright 2010 - 2014 Red Hat, Inc.
 no-auto-default=00:22:68:5c:5d:c4,00:1e:65:ff:aa:ee
 no-auto-default=eth0,eth1
 no-auto-default=*
-          </programlisting>
+</programlisting>
         </para>
         </listitem>
       </varlistentry>
@@ -357,7 +357,7 @@ no-auto-default=*
             <programlisting>
 unmanaged-devices=interface-name:em4
 unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth2
-            </programlisting>
+</programlisting>
           </para>
           </listitem>
         </varlistentry>
@@ -971,7 +971,7 @@ interface-name:em4
 mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth2
 interface-name:vboxnet*,except:interface-name:vboxnet2
 *,except:mac:00:22:68:1c:59:b1
-        </programlisting>
+</programlisting>
       </para>
     </refsect2>
   </refsect1>