summaryrefslogtreecommitdiffstats
path: root/winsup/doc/new-features.xml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-27 10:35:52 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-10-27 10:35:52 +0000
commitb18aed9262365ee8cb9fcac28d335696bb69dca3 (patch)
tree4d2660c10c410ca527622c3a4266ff71edac35bb /winsup/doc/new-features.xml
parentf1271e19c39b4c1e989fa115d76edeaa7df44514 (diff)
downloadcygnal-b18aed9262365ee8cb9fcac28d335696bb69dca3.tar.gz
cygnal-b18aed9262365ee8cb9fcac28d335696bb69dca3.tar.bz2
cygnal-b18aed9262365ee8cb9fcac28d335696bb69dca3.zip
* new-features.xml (ov-new1.7.33): Fix paragraph order.
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r--winsup/doc/new-features.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 9ac630c04..7e85d0599 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -15,11 +15,6 @@ without having to create /etc/passwd and /etc/group files. Introduce
/etc/nsswitch.conf file to configure passwd/group handling.
</para>
-<listitem><para>
-Add -b/--remove-all option to setfacl to reduce the ACL to only the entries
-representing POSIX permission bits.
-</para></listitem>
-
<para>
For bordercase which require to use /etc/passwd and /etc/group files,
change mkpasswd/mkgroup to generate passwd/group entries compatible with
@@ -31,6 +26,11 @@ the entries read from SAM/AD.
</para></listitem>
<listitem><para>
+Add -b/--remove-all option to setfacl to reduce the ACL to only the entries
+representing POSIX permission bits.
+</para></listitem>
+
+<listitem><para>
/proc/cygdrive is a new symlink pointing to the current cygdrive prefix.
This can be utilized in scripts to access paths via cygdrive prefix,
even if the cygdrive prefix has been changed by the user.