chiark / gitweb /
man: document $MAINPID
[elogind.git] / man / vconsole.conf.xml
index 258c82bc627fa4880c2fbfce77cfe778026016ab..09a4776705e5de68975051c5aa1cda48ff38da92 100644 (file)
@@ -22,7 +22,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 -->
 
-<refentry id="vconsole.conf">
+<refentry id="vconsole.conf" conditional='ENABLE_VCONSOLE'>
         <refentryinfo>
                 <title>vconsole.conf</title>
                 <productname>systemd</productname>
@@ -61,7 +61,7 @@
 
                 <para>The basic file format of the
                 <filename>vconsole.conf</filename> is a
-                newline-separated list environment-like
+                newline-separated list of environment-like
                 shell-compatible variable assignments. It is possible
                 to source the configuration from shell scripts,
                 however, beyond mere variable assignments no shell
                                 defaults to <literal>us</literal> if
                                 not set. The
                                 <varname>KEYMAP_TOGGLE=</varname> can
-                                be used to configured a second toggle
+                                be used to configure a second toggle
                                 keymap and is by default
                                 unset.</para></listitem>
                         </varlistentry>
                 <example>
                         <title>German keyboard and console</title>
 
-                        <para><filename>/etc/vconsole.conf:</filename></para>
+                        <para><filename>/etc/vconsole.conf</filename>:</para>
 
                         <programlisting>KEYMAP=de-latin1
 FONT=latarcyrheb-sun16</programlisting>