diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/ntsec.xml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index b47e3c755..d9580f91e 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-28 Corinna Vinschen <corinna@vinschen.de> + + * ntsec.xml: Try to make an expression less ambiguous. + 2014-10-27 Luke Kendall <luke.kendall@cisra.canon.com.au> Corinna Vinschen <corinna@vinschen.de> diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml index 99aa13123..0d296efc5 100644 --- a/winsup/doc/ntsec.xml +++ b/winsup/doc/ntsec.xml @@ -1252,9 +1252,9 @@ passwd and group information. </screen> <para> -This is a valid entry, but the order will be ignored by Cygwin. If both, -<literal>files</literal> and <literal>db</literal> are specified, Cygwin will -always try the files first, then the db. +This is a valid entry, but the order will be ignored by Cygwin. If both +settings, <literal>files</literal> and <literal>db</literal> are specified, +Cygwin will always try the files first, then the db. </para> <para> |