diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-08 03:06:25 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-08 03:06:25 +0000 |
commit | 12f6d7bc9c03c6fdb97251350d8d3edce85f0396 (patch) | |
tree | 2b0f2d9d9fd394d3da5598006cd02a6d73662f18 /winsup/utils/utils.sgml | |
parent | c27a29813a634f283a405df1165f0010bb10eb74 (diff) | |
download | cygnal-12f6d7bc9c03c6fdb97251350d8d3edce85f0396.tar.gz cygnal-12f6d7bc9c03c6fdb97251350d8d3edce85f0396.tar.bz2 cygnal-12f6d7bc9c03c6fdb97251350d8d3edce85f0396.zip |
* kill.cc (main): Set exit value to 1 on invalid pid. Perform minor cleanup.
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 84f956988..1f25c3423 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -344,6 +344,7 @@ Usage mount -b = text files are equivalent to binary files (newline = \n) -x = files in the mounted directory are automatically given execute permission. + -X = files in the mounted directory are automatically given execute permission and are assumed to be Cygwin (i.e., not generic windows) executables only. -f = force mount, don't warn about missing mount point directories -s = add mount point to system-wide registry location --change-automount-prefix = change path prefix used for automatic mount points |