* pathnames.sgml: Fix /dev/srX description.

This commit is contained in:
Corinna Vinschen 2004-03-29 08:07:39 +00:00
parent 680dacb164
commit 20e0dcfb3e
2 changed files with 8 additions and 1 deletions

View 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.

View 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>