]> git.phdru.name Git - mimedecode.git/commitdiff
List environment variables using variablelist
authorOleg Broytman <phd@phdru.name>
Fri, 31 Jan 2014 19:56:00 +0000 (23:56 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 31 Jan 2014 19:56:00 +0000 (23:56 +0400)
mimedecode.docbook

index 8f5c814d767870c77857de5bcab65dd7fe04a7aa..f40319b6c2d96069ca2e571a215eed41a5c02226 100644 (file)
@@ -304,12 +304,14 @@ the program always uses the default decoding.
 
 <refsect1>
 <title>ENVIRONMENT</title>
+<variablelist>
+  <varlistentry><term>LANG</term></varlistentry>
+  <varlistentry><term>LC_ALL</term></varlistentry>
+  <varlistentry><term>LC_CTYPE</term></varlistentry>
+</variablelist>
 <para>
-   LANG
-   LC_ALL
-   LC_CTYPE
-      Define current locale settings. Used to determine current default
-      charset (if your Python is properly installed and configured).
+  Define current locale settings. Used to determine current default charset (if
+  your Python is properly installed and configured).
 </para>
 </refsect1>