OSDN Git Service

* pathnames.sgml: Fix /dev/srX description.
authorcorinna <corinna>
Mon, 29 Mar 2004 08:07:39 +0000 (08:07 +0000)
committercorinna <corinna>
Mon, 29 Mar 2004 08:07:39 +0000 (08:07 +0000)
winsup/doc/ChangeLog
winsup/doc/pathnames.sgml

index 35482c6..298b9d6 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-29  Corinna Vinschen  <corinna@vinschen.de>
+
+       * pathnames.sgml: Fix /dev/srX description.
+
 2004-03-28  Joshua Daniel Franklin  <joshuadfranklin@yahoo.com>
 
        * how-programming.texinfo: Make list in .lib FAQ enumerative. 
index ebfa8f0..23db86d 100644 (file)
@@ -222,6 +222,10 @@ follows:</para>
 /dev/scd1      \device\cdrom1
 ...
 
+/dev/sr0       \device\cdrom0
+/dev/sr1       \device\cdrom1
+...
+
 /dev/sda       \device\harddisk0\partition0    (whole disk)
 /dev/sda1      \device\harddisk0\partition1    (first partition)
 ...
@@ -245,7 +249,6 @@ links as they are created on Linux systems for convenience:
 
 <screen>
 ln -s /dev/scd0 /dev/cdrom
-ln -s /dev/scd2 /dev/sr2      # actually srX are real device nodes on Linux but who cares.
 ln -s /dev/nst0  /dev/tape
 ...
 </screen>