diff options
author | Christopher Faylor <me@cgf.cx> | 2002-12-19 02:14:06 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-12-19 02:14:06 +0000 |
commit | c3405ba93ee5a90c75e4eb95f842765b10281928 (patch) | |
tree | 1f83e817b77ee50afa8f757b08f9db6ec4b1551e /winsup/doc/cygwinenv.sgml | |
parent | 037c11e868787e40b08a29f70657d5f734a11d88 (diff) | |
download | cygnal-c3405ba93ee5a90c75e4eb95f842765b10281928.tar.gz cygnal-c3405ba93ee5a90c75e4eb95f842765b10281928.tar.bz2 cygnal-c3405ba93ee5a90c75e4eb95f842765b10281928.zip |
* overview2.sgml: Remove CTRL-Z discussion.
* cygwinenv.sgml: Expand on CYGWIN=binmode.
Diffstat (limited to 'winsup/doc/cygwinenv.sgml')
-rw-r--r-- | winsup/doc/cygwinenv.sgml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml index bb391a592..c8c00f914 100644 --- a/winsup/doc/cygwinenv.sgml +++ b/winsup/doc/cygwinenv.sgml @@ -10,9 +10,15 @@ by prefixing with <literal>no </literal>.</para> <listitem> <para><FirstTerm>(no)binmode</FirstTerm> - if set, non-disk (e.g. pipe and COM ports) file opens default to binary mode -(no CR/LF/Ctrl-Z translations) instead of text mode. -Defaults to set (binary mode). This option must be set -before starting a Cygwin shell to have an effect on redirection. +(no CRLF translation) instead of text mode. Defaults to set (binary +mode). By default, devices are opened in binary mode, so this option +has little effect on normal cygwin operations. + +It does affect two things, however. For non-NTFS filesystems, this +option will control the line endings for standard output/input/error +for redirection from the Windows command shell. It will also affect +the default translation mode of a pipe, although most shells set the +pipe to binary by default. </para> <warning><title>Warning!</title><para>If set in 12/98 b20.1, all files always open in binary mode.</para></warning> |