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:
authorCorinna Vinschen <corinna@vinschen.de>2008-07-25 11:08:56 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-07-25 11:08:56 +0400
commite93f946aa753c196efcf61b1b25cdb01eac2d59a (patch)
tree0beeeb70900d0bd5b22f083d0596c778fd102ea0 /winsup/utils
parent9c7041ca0167c66fe168329d0c027c56ee4fca30 (diff)
* utils.sgml: Remove useless text.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/utils.sgml12
2 files changed, 6 insertions, 10 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 105c19f35..7fa47526e 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-24 Corinna Vinschen <corinna@vinschen.de>
+
+ * utils.sgml: Remove useless text.
+
2008-07-23 Corinna Vinschen <corinna@vinschen.de>
* mkgroup.c (main): Fix test for duplicate domain/machine request.
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml
index dc52348fb..07da50de9 100644
--- a/winsup/utils/utils.sgml
+++ b/winsup/utils/utils.sgml
@@ -249,12 +249,6 @@ the <literal>-l</literal> and <literal>-s</literal> options to use normal
identical to <literal>-w</literal> and <literal>-s</literal> together.
</para>
-<para>Caveat: The <literal>-l</literal> option does not work if the
-<emphasis>check_case</emphasis> parameter of <emphasis>CYGWIN</emphasis>
-is set to <emphasis>strict</emphasis>, since Cygwin is not able to match
-any Windows short path in this mode.
-</para>
-
<para>The <literal>-p</literal> option means that you want to convert
a path-style string rather than a single filename. For example, the
PATH environment variable is semicolon-delimited in Windows, but
@@ -289,7 +283,7 @@ explorer $XPATH &
<literal>-D</literal>, <literal>-H</literal>, <literal>-P</literal>,
<literal>-S</literal>, and <literal>-W</literal> output directories used
by Windows that are not the same on all systems, for example
-<literal>-S</literal> might output C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM.
+<literal>-S</literal> might output C:\WINNT\system32 or C:\Windows\System32.
The <literal>-H</literal> shows the Windows profiles directory that can
be used as root of home. The <literal>-A</literal> option forces use of
the "All Users" directories instead of the current user for the
@@ -300,9 +294,7 @@ their internal numeric code (decimal or 0xhex). For valid codes and
symbolic names, see the CSIDL_* definitions in the include file
/usr/include/w32api/shlobj.h from package w32api. The current valid
range of codes for folders is 0 (Desktop) to 59 (CDBurn area).
-On Win9x systems with only a single user, <literal>-A</literal> has no
-effect; <literal>-D</literal> and <literal>-AD</literal> would have the
-same output. By default the output is in UNIX (POSIX) format;
+By default the output is in UNIX (POSIX) format;
use the <literal>-w</literal> or <literal>-d</literal> options to get
other formats.</para>