* man/login.defs.d/ENVIRON_FILE.xml: Document the format for

comments.
This commit is contained in:
nekral-guest 2009-06-04 17:23:08 +00:00
parent 1edc2153bb
commit 647c22c85a
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-06-04 Nicolas François <nicolas.francois@centraliens.net>
* man/login.defs.d/ENVIRON_FILE.xml: Document the format for
comments.
2009-05-26 Nicolas François <nicolas.francois@centraliens.net>
* man/gpasswd.1.xml: Ease the translation of the refpurpose.

View File

@ -1,7 +1,7 @@
<!--
Copyright (c) 1991 - 1993, Julianne Frances Haugh
Copyright (c) 1991 - 1993, Chip Rosenthal
Copyright (c) 2007 - 2008, Nicolas François
Copyright (c) 2007 - 2009, Nicolas François
All rights reserved.
Redistribution and use in source and binary forms, with or without
@ -35,5 +35,8 @@
If this file exists and is readable, login environment will be
read from it. Every line should be in the form name=value.
</para>
<para>
Lines starting with a # are treated as comment lines and ignored.
</para>
</listitem>
</varlistentry>