Fix typo in login.conf example. The aliases for login.conf entries are

separated by the main name with a pipe '|', and there is no support for
an "accounts_type" key in the database.  Use a whitespace-separated name
in the example, to indicate that it's ok to have spaces in login.conf
entry aliases.

Noticed by:	Leslie Jensen, leslie at eskk.nu,
		Matthew Seaman, m.seaman at infracaninophile.co.uk
This commit is contained in:
Giorgos Keramidas 2010-02-01 12:52:51 +00:00
parent eec06a66e3
commit c6c05b2892
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35291

View file

@ -311,7 +311,7 @@ me:\
language. Make sure these settings
appear in <filename>/etc/login.conf</filename>:</para>
<programlisting><replaceable>language_name</replaceable>:<replaceable>accounts_title</replaceable>:\
<programlisting><replaceable>language_name</replaceable>|<replaceable>Account Type Description</replaceable>:\
:charset=<replaceable>MIME_charset</replaceable>:\
:lang=<replaceable>locale_name</replaceable>:\
:tc=default:</programlisting>
@ -319,7 +319,7 @@ me:\
<para>So sticking with our previous example using Latin-1, it
would look like this:</para>
<programlisting>german:German Users Accounts:\
<programlisting>german|German Users Accounts:\
:charset=ISO-8859-1:\
:lang=de_DE.ISO8859-1:\
:tc=default:</programlisting>