summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVance Lankhaar <vance@samba.org>2005-01-21 01:46:03 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:11 -0500
commit7da16ec169c3b71b5d2280ce9e80e0265e736003 (patch)
tree11c447078e98df4a226f2f7d2faa979242a152d4
parent114b707dbce18269fa835368fa1a26e6f913f051 (diff)
downloadsamba-7da16ec169c3b71b5d2280ce9e80e0265e736003.tar.gz
samba-7da16ec169c3b71b5d2280ce9e80e0265e736003.tar.bz2
samba-7da16ec169c3b71b5d2280ce9e80e0265e736003.zip
Since English is my first language, I suppose I qualify for "someone more
fluent in english." (note, though, that none of these corrections are grammatically necessary, but they do make it flow a little more naturally.) Vance (This used to be commit b6f365c23d37a7c8bc7a85e11cb48861bc13d7e8)
-rw-r--r--docs/manpages/pam_winbind.8.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manpages/pam_winbind.8.xml b/docs/manpages/pam_winbind.8.xml
index 9166ac68b8..bfbdfba6a8 100644
--- a/docs/manpages/pam_winbind.8.xml
+++ b/docs/manpages/pam_winbind.8.xml
@@ -30,12 +30,12 @@
<refsect1>
<title>OPTIONS</title>
<para>
- pam_winbind does support several options:
+ pam_winbind supports several options:
<variablelist>
<varlistentry>
<term>debug</term>
- <listitem><para>Gives debugging-output to syslog.</para></listitem>
+ <listitem><para>Gives debugging output to syslog.</para></listitem>
</varlistentry>
<varlistentry>
@@ -60,9 +60,9 @@
<varlistentry>
<term>use_first_pass</term>
<listitem><para>
- The default is, that pam_winbind tries to get the
- authentication token from a previous module. If no token is available, the user
- is asked for the old password. With this option, pam_winbind aborts with an
+ By default, that pam_winbind tries to get the
+ authentication token from a previous module. If no token is available it asks the user
+ for the old password. With this option, pam_winbind aborts with an
error if no authentication token from a previous module is available.
</para></listitem>
</varlistentry>
@@ -71,7 +71,7 @@
<term>use_authtok</term>
<listitem><para>
Set the new password to the one provided by the previously
- stacked password module. If this option is not set, pam_winbind would ask the
+ stacked password module. If this option is not set pam_winbind will ask the
user for the new password.
</para></listitem>
</varlistentry>