summaryrefslogtreecommitdiff
path: root/README.cygwin
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2007-10-01 15:32:19 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-02 12:31:32 +0000
commit74dc058dc967bba1ab16a57522ef421ee59cc29b (patch)
tree3be50fbae73e60671c67c379aa1ac563a80ddb1e /README.cygwin
parentbd3d0583950212b2f79deb8cb857c0f408cdf2aa (diff)
downloadperl-74dc058dc967bba1ab16a57522ef421ee59cc29b.tar.gz
/cygdrive is configurable
From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510710011632n175427fdx39e173372862526e@mail.gmail.com> p4raw-id: //depot/perl@32006
Diffstat (limited to 'README.cygwin')
-rw-r--r--README.cygwin5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.cygwin b/README.cygwin
index 26ef2294cd..356266f122 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -514,14 +514,15 @@ the first is always "binmode" or "textmode".
system|user,binmode|textmode,exec,cygexec,cygdrive,mixed,
notexec,managed,nosuid,devfs,proc,noumount
-If the argument is "/cygdrive", just the volume mount settings are returned.
+If the argument is "/cygdrive", then just the volume mount settings,
+and the cygdrive mount prefix are returned.
User mounts override system mounts.
$ perl -e 'print Cygwin::mount_flags "/usr/bin"'
system,binmode,cygexec
$ perl -e 'print Cygwin::mount_flags "/cygdrive"'
- binmode,cygdrive
+ binmode,cygdrive,/cygdrive
=item C<Cygwin::is_binmount>