* pathnames.sgml: Remove /dev/kmem from the supported POSIX
device list. * cygwinenv.sgml: Fix typo in check_case description.
This commit is contained in:
parent
1a8b65e301
commit
e3c1b77980
|
@ -1,3 +1,10 @@
|
||||||
|
2004-05-21 Brian Ford <ford@vss.fsi.com>
|
||||||
|
|
||||||
|
* pathnames.sgml: Remove /dev/kmem from the supported POSIX
|
||||||
|
device list.
|
||||||
|
|
||||||
|
* cygwinenv.sgml: Fix typo in check_case description.
|
||||||
|
|
||||||
2004-03-30 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
2004-03-30 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
||||||
|
|
||||||
* ntsec.sgml: Replace chapter numbers with <link>s,
|
* ntsec.sgml: Replace chapter numbers with <link>s,
|
||||||
|
|
|
@ -22,9 +22,9 @@ pipe to binary by default.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><envar>check_case:level</envar> - Controls the behaviour of
|
<para><envar>check_case:level</envar> - Controls the behavior of
|
||||||
Cygwin when a user tries to open or create a file using a case different from
|
Cygwin when a user tries to open or create a file using a case different from
|
||||||
the case of the path as asved on the disk.
|
the case of the path as saved on the disk.
|
||||||
<literal>level</literal> is one of <literal>relaxed</literal>,
|
<literal>level</literal> is one of <literal>relaxed</literal>,
|
||||||
<literal>adjust</literal> and <literal>strict</literal>.</para>
|
<literal>adjust</literal> and <literal>strict</literal>.</para>
|
||||||
<itemizedlist Mark="bullet">
|
<itemizedlist Mark="bullet">
|
||||||
|
|
|
@ -172,9 +172,10 @@ Cygwin supports the following devices commonly found on POSIX systems:
|
||||||
<filename>/dev/tty</filename>, <filename>/dev/ttym</filename>,
|
<filename>/dev/tty</filename>, <filename>/dev/ttym</filename>,
|
||||||
<filename>/dev/ttyX</filename>, <filename>/dev/ttySX</filename>,
|
<filename>/dev/ttyX</filename>, <filename>/dev/ttySX</filename>,
|
||||||
<filename>/dev/pipe</filename>, <filename>/dev/port</filename>,
|
<filename>/dev/pipe</filename>, <filename>/dev/port</filename>,
|
||||||
<filename>/dev/ptmx</filename>, <filename>/dev/kmem</filename>,
|
<filename>/dev/ptmx</filename>, <filename>/dev/mem</filename>,
|
||||||
<filename>/dev/mem</filename>,
|
|
||||||
<filename>/dev/random</filename>, and <filename>/dev/urandom</filename>.
|
<filename>/dev/random</filename>, and <filename>/dev/urandom</filename>.
|
||||||
|
Some other POSIX devices, such as
|
||||||
|
<filename>/dev/kmem</filename>, are planned for development.
|
||||||
Cygwin also has several Windows-specific devices:
|
Cygwin also has several Windows-specific devices:
|
||||||
<filename>/dev/comX</filename> (the serial ports, starting with
|
<filename>/dev/comX</filename> (the serial ports, starting with
|
||||||
<filename>COM1</filename> which is the same as <filename>ttyS0</filename>),
|
<filename>COM1</filename> which is the same as <filename>ttyS0</filename>),
|
||||||
|
|
Loading…
Reference in New Issue