summaryrefslogtreecommitdiffstats
path: root/winsup/doc/pathnames.sgml
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-05-30 06:47:09 +0000
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-05-30 06:47:09 +0000
commite3c1b779800acdae8bf2194b757809c1d45f35b4 (patch)
treed34dff6591b09874f8ec1760e96a5833ea624158 /winsup/doc/pathnames.sgml
parent1a8b65e3016ca4eda097cdb737da98a8db9e2ca4 (diff)
downloadcygnal-e3c1b779800acdae8bf2194b757809c1d45f35b4.tar.gz
cygnal-e3c1b779800acdae8bf2194b757809c1d45f35b4.tar.bz2
cygnal-e3c1b779800acdae8bf2194b757809c1d45f35b4.zip
* pathnames.sgml: Remove /dev/kmem from the supported POSIX
device list. * cygwinenv.sgml: Fix typo in check_case description.
Diffstat (limited to 'winsup/doc/pathnames.sgml')
-rw-r--r--winsup/doc/pathnames.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml
index 23db86d61..5c804f539 100644
--- a/winsup/doc/pathnames.sgml
+++ b/winsup/doc/pathnames.sgml
@@ -172,9 +172,10 @@ Cygwin supports the following devices commonly found on POSIX systems:
<filename>/dev/tty</filename>, <filename>/dev/ttym</filename>,
<filename>/dev/ttyX</filename>, <filename>/dev/ttySX</filename>,
<filename>/dev/pipe</filename>, <filename>/dev/port</filename>,
-<filename>/dev/ptmx</filename>, <filename>/dev/kmem</filename>,
-<filename>/dev/mem</filename>,
+<filename>/dev/ptmx</filename>, <filename>/dev/mem</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:
<filename>/dev/comX</filename> (the serial ports, starting with
<filename>COM1</filename> which is the same as <filename>ttyS0</filename>),