diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2010-02-01 12:52:51 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2010-02-01 12:52:51 +0000 |
| commit | c6c05b28923f730bc758277580e03316f62caccf (patch) | |
| tree | 1bf70ac47b85e125ef8ea453c25e91d2ae1f085b | |
| parent | eec06a66e3891b7e25a899632d67cfa165e14e71 (diff) | |
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
Notes
svn path=/head/; revision=35291
| -rw-r--r-- | en_US.ISO8859-1/books/handbook/l10n/chapter.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml index 60e859a190..8b4f0629eb 100644 --- a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml @@ -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> |
