From 8949759d66f967ea645d8aefbd80ec59d3def3e4 Mon Sep 17 00:00:00 2001 From: joshuadfranklin Date: Sun, 30 May 2004 06:47:09 +0000 Subject: [PATCH] * 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(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 78eaa118fd..c798c13c2a 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 1ebd770df0..f992e10b27 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 23db86d61c..5c804f539c 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), -- 2.11.0