* pathnames.sgml: Fix /dev/srX description.
This commit is contained in:
parent
680dacb164
commit
20e0dcfb3e
|
@ -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>
|
2004-03-28 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
||||||
|
|
||||||
* how-programming.texinfo: Make list in .lib FAQ enumerative.
|
* how-programming.texinfo: Make list in .lib FAQ enumerative.
|
||||||
|
|
|
@ -222,6 +222,10 @@ follows:</para>
|
||||||
/dev/scd1 \device\cdrom1
|
/dev/scd1 \device\cdrom1
|
||||||
...
|
...
|
||||||
|
|
||||||
|
/dev/sr0 \device\cdrom0
|
||||||
|
/dev/sr1 \device\cdrom1
|
||||||
|
...
|
||||||
|
|
||||||
/dev/sda \device\harddisk0\partition0 (whole disk)
|
/dev/sda \device\harddisk0\partition0 (whole disk)
|
||||||
/dev/sda1 \device\harddisk0\partition1 (first partition)
|
/dev/sda1 \device\harddisk0\partition1 (first partition)
|
||||||
...
|
...
|
||||||
|
@ -245,7 +249,6 @@ links as they are created on Linux systems for convenience:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
ln -s /dev/scd0 /dev/cdrom
|
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
|
ln -s /dev/nst0 /dev/tape
|
||||||
...
|
...
|
||||||
</screen>
|
</screen>
|
||||||
|
|
Loading…
Reference in New Issue