From e3c1b779800acdae8bf2194b757809c1d45f35b4 Mon Sep 17 00:00:00 2001 From: Joshua Daniel Franklin Date: Sun, 30 May 2004 06:47:09 +0000 Subject: * pathnames.sgml: Remove /dev/kmem from the supported POSIX device list. * cygwinenv.sgml: Fix typo in check_case description. --- winsup/doc/ChangeLog | 7 +++++++ winsup/doc/cygwinenv.sgml | 4 ++-- winsup/doc/pathnames.sgml | 5 +++-- 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'winsup/doc') diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 78eaa11..c798c13 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 1ebd770..f992e10 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 23db86d..5c804f5 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), -- cgit v1.1