This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Fix typos in ntsec.xml


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1aa532fec2627eff0b123c5123dc6a54fe2ab800

commit 1aa532fec2627eff0b123c5123dc6a54fe2ab800
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Mar 12 10:53:33 2015 +0100

    Fix typos in ntsec.xml
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/doc/ChangeLog | 6 ++++++
 winsup/doc/ntsec.xml | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index dc67480..4ed8776 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-12  Corinna Vinschen  <corinna@vinschen.de>
+
+	* ntsec.xml (ntsec-mapping-passwdinfo): Drop the word "Note" from
+	a note.
+	(ntsec-mapping-nsswitch): Fix typo.
+
 2015-03-10  Corinna Vinschen  <corinna@vinschen.de>
 
 	* faq-programming.xml: Accommodate switch of Cygwin repo to GIT.
diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml
index 0d9c405..6dde1ce 100644
--- a/winsup/doc/ntsec.xml
+++ b/winsup/doc/ntsec.xml
@@ -744,9 +744,9 @@ You want to use a Cygwin username different from your Windows username.
 </para>
 
 <note><para>
-Note: This is only supported via <filename>/etc/passwd</filename>.  A
-Cygwin username maintained in the Windows user databases would require
-very costly (read: slow) search operations.
+This is only supported via <filename>/etc/passwd</filename>.  A Cygwin
+username maintained in the Windows user databases would require very costly
+(read: slow) search operations.
 </para></note>
 </listitem>
 
@@ -876,7 +876,7 @@ file set up to all default values:
   db_enum:  cache builtin
   db_home:  /home/%U
   db_shell: /bin/bash
-  db_gecos: &lt;empty$gt;
+  db_gecos: &lt;empty&gt;
 </screen>
 
 <sect4 id="ntsec-mapping-nsswitch-syntax"><title id="ntsec-mapping-nsswitch-syntax.title">The <filename>/etc/nsswitch.conf</filename> syntax</title>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]