Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-16 06:12:00 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-16 06:12:00 +0400
commit908a2a2bc064f12bc4d7804decae8e8affa9fe58 (patch)
tree912becc51c5b211d6653d4b74f8d6ff27dfba6b1 /winsup/doc
parentf0dcabe35a0aa9a19dc201abf083162b5867b403 (diff)
* pathnames.sgml: Use correct registry key. Clarify '@' operation.
* ntsec.sgml: Reword references to "ntsec patch".
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog8
-rw-r--r--winsup/doc/pathnames.sgml7
2 files changed, 10 insertions, 5 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 851078859..99b465c80 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,11 @@
+2003-07-15 Christopher Faylor <cgf@redhat.com>
+
+ * pathnames.sgml: Use correct registry key. Clarify '@' operation.
+
+2003-07-03 Christopher Faylor <cgf@redhat.com>
+
+ * ntsec.sgml: Reword references to "ntsec patch".
+
2003-05-08 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* cygwin-ug-net.in.sgml: Remove outdated revision information and
diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml
index 00b216e92..12bff5685 100644
--- a/winsup/doc/pathnames.sgml
+++ b/winsup/doc/pathnames.sgml
@@ -42,7 +42,7 @@ the appropriate priviledges (Administrator priviledges in Windows
NT).</para>
<para>The current user's table is located under
-"HKEY_CURRENT_USER/Software/Red Hat, Inc./Cygwin/mounts
+"HKEY_CURRENT_USER/Software/Cygnus Solutions/Cygwin/mounts
v&lt;version&gt;"
where &lt;version&gt; is the latest registry version associated with
the Cygwin library (this version is not the same as the release
@@ -350,11 +350,8 @@ In the following example compare the behaviors of the bash built-in
<prompt>bash$</prompt> <userinput>echo 'This is "a long" line' > mylist</userinput>
<prompt>bash$</prompt> <userinput>echo @mylist</userinput>
@mylist
-<prompt>bash$</prompt> <userinput>/bin/echo @mylist</userinput>
+<prompt>c:\&gt;</prompt> <userinput>c:\cygwin\bin\echo @mylist</userinput>
This is a long line
-<prompt>bash$</prompt> <userinput>rm mylist</userinput>
-<prompt>bash$</prompt> <userinput>/bin/echo @mylist</userinput>
-@mylist
</screen>
</example>
</sect2>