diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 78eaa118f..c798c13c2 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,10 @@ +2004-05-21 Brian Ford + + * 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 * ntsec.sgml: Replace chapter numbers with s, diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml index 1ebd770df..f992e10b2 100644 --- a/winsup/doc/cygwinenv.sgml +++ b/winsup/doc/cygwinenv.sgml @@ -22,9 +22,9 @@ pipe to binary by default. -check_case:level - Controls the behaviour of +check_case:level - Controls the behavior of 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. level is one of relaxed, adjust and strict. 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: /dev/tty, /dev/ttym, /dev/ttyX, /dev/ttySX, /dev/pipe, /dev/port, -/dev/ptmx, /dev/kmem, -/dev/mem, +/dev/ptmx, /dev/mem, /dev/random, and /dev/urandom. +Some other POSIX devices, such as +/dev/kmem, are planned for development. Cygwin also has several Windows-specific devices: /dev/comX (the serial ports, starting with COM1 which is the same as ttyS0),