From 908a2a2bc064f12bc4d7804decae8e8affa9fe58 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 16 Jul 2003 02:12:00 +0000 Subject: * pathnames.sgml: Use correct registry key. Clarify '@' operation. * ntsec.sgml: Reword references to "ntsec patch". --- winsup/doc/ChangeLog | 8 ++++++++ winsup/doc/pathnames.sgml | 7 ++----- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'winsup/doc') 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 + + * pathnames.sgml: Use correct registry key. Clarify '@' operation. + +2003-07-03 Christopher Faylor + + * ntsec.sgml: Reword references to "ntsec patch". + 2003-05-08 Joshua Daniel Franklin * 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). 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<version>" where <version> 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 bash$ echo 'This is "a long" line' > mylist bash$ echo @mylist @mylist -bash$ /bin/echo @mylist +c:\> c:\cygwin\bin\echo @mylist This is a long line -bash$ rm mylist -bash$ /bin/echo @mylist -@mylist -- cgit v1.2.3