* man/login.1.xml: Document that the login.defs file is used.

This commit is contained in:
nekral-guest 2009-06-04 17:25:18 +00:00
parent 647c22c85a
commit ae69e6da5a
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-06-04 Nicolas François <nicolas.francois@centraliens.net>
* man/login.1.xml: Document that the login.defs file is used.
2009-06-04 Nicolas François <nicolas.francois@centraliens.net> 2009-06-04 Nicolas François <nicolas.francois@centraliens.net>
* man/login.defs.d/ENVIRON_FILE.xml: Document the format for * man/login.defs.d/ENVIRON_FILE.xml: Document the format for

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 1989 - 1994, Julianne Frances Haugh Copyright (c) 1989 - 1994, Julianne Frances Haugh
Copyright (c) 2007 - 2008, Nicolas François Copyright (c) 2007 - 2009, Nicolas François
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@ -62,7 +62,7 @@
<!ENTITY TTYTYPE_FILE SYSTEM "login.defs.d/TTYTYPE_FILE.xml"> <!ENTITY TTYTYPE_FILE SYSTEM "login.defs.d/TTYTYPE_FILE.xml">
<!ENTITY ULIMIT SYSTEM "login.defs.d/ULIMIT.xml"> <!ENTITY ULIMIT SYSTEM "login.defs.d/ULIMIT.xml">
<!ENTITY UMASK SYSTEM "login.defs.d/UMASK.xml"> <!ENTITY UMASK SYSTEM "login.defs.d/UMASK.xml">
<!ENTITY USERGROUPS_ENAB SYSTEM "login.defs.d/USERGROUPS_ENAB.xml"> <!ENTITY USERGROUPS_ENAB SYSTEM "login.defs.d/USERGROUPS_ENAB.xml">
]> ]>
<refentry id='login.1'> <refentry id='login.1'>
<!-- $Id$ --> <!-- $Id$ -->
@ -363,6 +363,12 @@
<para>Suppress printing of system messages.</para> <para>Suppress printing of system messages.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><filename>/etc/login.defs</filename></term>
<listitem>
<para>Shadow password suite configuration.</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
</refsect1> </refsect1>