summaryrefslogtreecommitdiff
path: root/docs/C
diff options
context:
space:
mode:
author1 <mkp@mkp.net>1999-09-01 22:56:51 +0000
committerMartin Peterson <mkp@src.gnome.org>1999-09-01 22:56:51 +0000
commit3e0a1e661048d5c67bc806f29561dabed88bb123 (patch)
treef3bfd6b900fc75e7f204ca3e44fe4eed30d54e0f /docs/C
parent6fb8ac584f0a62b122dd123792f61db84046a423 (diff)
downloadgdm-3e0a1e661048d5c67bc806f29561dabed88bb123.tar.gz
Only add column for logo if it is readable.
1999-09-01 <mkp@mkp.net> * gui/gdmlogin.c (gdm_login_gui_init): Only add column for logo if it is readable. * daemon/verify.c (gdm_verify_check): Check that PAM configuration file exists before starting up. 1999-08-31 <mkp@mkp.net> * daemon/slave.c (gdm_slave_session_start): unset MAIL in the user's environment. I have to POSIXify my environment handling at some point. * gui/gdmlogin.c (gdm_parse_enriched_string): %n is uname.nodename. "Welcome to %n" is new default greeting. (gdm_login_users_init): Ignore duplicate usernames on broken NIS systems (Nils Philippsen <nils@wombat.dialup.fht-esslingen.de>).
Diffstat (limited to 'docs/C')
-rw-r--r--docs/C/gdm.sgml14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/C/gdm.sgml b/docs/C/gdm.sgml
index db309607..d28d276f 100644
--- a/docs/C/gdm.sgml
+++ b/docs/C/gdm.sgml
@@ -461,7 +461,7 @@
<synopsis>UserAuthFBDir=/tmp</synopsis>
<para>
If GDM fails to update the user's
- <filename>.Xauthority</filename> file for some a
+ <filename>.Xauthority</filename> file a
fallback cookie is created in this directory.
</para>
</listitem>
@@ -472,9 +472,7 @@
<listitem>
<synopsis>UserAuthFile=.Xauthority</synopsis>
<para>
- Name of the file used for storing user cookies in. The
- user's $XAUTHORITY environment variable will be set to
- point at this file.
+ Name of the file used for storing user cookies in.
</para>
</listitem>
</varlistentry>
@@ -928,7 +926,7 @@
<varlistentry>
<term>Welcome</term>
<listitem>
- <synopsis>Welcome=Welcome to %h</synopsis>
+ <synopsis>Welcome=Welcome to %s</synopsis>
<para>
Controls which text to display next to the logo image in the
greeter. The following control chars are supported:
@@ -943,7 +941,11 @@
</para>
<para>
- %h hostname
+ %h Fully qualified hostname
+ </para>
+
+ <para>
+ %n Nodename (i.e. hostname without .domain)
</para>
<para>