man: fix indentation in sysusers.d.xml

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-05-07 15:02:02 +02:00
parent 0d525a3e93
commit 6552874506

View file

@ -234,46 +234,48 @@ r - 500-900
<refsect1> <refsect1>
<title>Specifiers</title> <title>Specifiers</title>
<para>Specifiers can be used in the "Name", "ID", "GECOS", "Home directory", and "Shell" fields. <para>Specifiers can be used in the <literal>Name</literal>, <literal>ID</literal>,
An unknown or unresolvable specifier is treated as invalid configuration. <literal>GECOS</literal>, <literal>Home directory</literal>, and <literal>Shell</literal> fields. An
The following expansions are understood:</para> unknown or unresolvable specifier is treated as invalid configuration. The following expansions are
<table class='specifiers'> understood:</para>
<title>Specifiers available</title>
<tgroup cols='3' align='left' colsep='1' rowsep='1'> <table class='specifiers'>
<colspec colname="spec" /> <title>Specifiers available</title>
<colspec colname="mean" /> <tgroup cols='3' align='left' colsep='1' rowsep='1'>
<colspec colname="detail" /> <colspec colname="spec" />
<thead> <colspec colname="mean" />
<row> <colspec colname="detail" />
<entry>Specifier</entry> <thead>
<entry>Meaning</entry> <row>
<entry>Details</entry> <entry>Specifier</entry>
</row> <entry>Meaning</entry>
</thead> <entry>Details</entry>
<tbody> </row>
<xi:include href="standard-specifiers.xml" xpointer="a"/> </thead>
<xi:include href="standard-specifiers.xml" xpointer="b"/> <tbody>
<xi:include href="standard-specifiers.xml" xpointer="B"/> <xi:include href="standard-specifiers.xml" xpointer="a"/>
<xi:include href="standard-specifiers.xml" xpointer="H"/> <xi:include href="standard-specifiers.xml" xpointer="b"/>
<xi:include href="standard-specifiers.xml" xpointer="m"/> <xi:include href="standard-specifiers.xml" xpointer="B"/>
<xi:include href="standard-specifiers.xml" xpointer="o"/> <xi:include href="standard-specifiers.xml" xpointer="H"/>
<row> <xi:include href="standard-specifiers.xml" xpointer="m"/>
<entry><literal>%T</literal></entry> <xi:include href="standard-specifiers.xml" xpointer="o"/>
<entry>Directory for temporary files</entry> <row>
<entry>This is either <filename>/tmp</filename> or the path <literal>$TMPDIR</literal>, <literal>$TEMP</literal> or <literal>$TMP</literal> are set to.</entry> <entry><literal>%T</literal></entry>
</row> <entry>Directory for temporary files</entry>
<xi:include href="standard-specifiers.xml" xpointer="v"/> <entry>This is either <filename>/tmp</filename> or the path <literal>$TMPDIR</literal>, <literal>$TEMP</literal> or <literal>$TMP</literal> are set to.</entry>
<row> </row>
<entry><literal>%V</literal></entry> <xi:include href="standard-specifiers.xml" xpointer="v"/>
<entry>Directory for larger and persistent temporary files</entry> <row>
<entry>This is either <filename>/var/tmp</filename> or the path <literal>$TMPDIR</literal>, <literal>$TEMP</literal> or <literal>$TMP</literal> are set to.</entry> <entry><literal>%V</literal></entry>
</row> <entry>Directory for larger and persistent temporary files</entry>
<xi:include href="standard-specifiers.xml" xpointer="w"/> <entry>This is either <filename>/var/tmp</filename> or the path <literal>$TMPDIR</literal>, <literal>$TEMP</literal> or <literal>$TMP</literal> are set to.</entry>
<xi:include href="standard-specifiers.xml" xpointer="W"/> </row>
<xi:include href="standard-specifiers.xml" xpointer="percent"/> <xi:include href="standard-specifiers.xml" xpointer="w"/>
</tbody> <xi:include href="standard-specifiers.xml" xpointer="W"/>
</tgroup> <xi:include href="standard-specifiers.xml" xpointer="percent"/>
</table> </tbody>
</tgroup>
</table>
</refsect1> </refsect1>
<refsect1> <refsect1>