Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: devfs-guide.xml
Date: Mon, 18 Jul 2005 10:04:01
Message-Id: 200507181003.j6IA374I018494@robin.gentoo.org
1 fox2mike 05/07/18 10:03:44
2
3 Modified: xml/htdocs/doc/en devfs-guide.xml
4 Log:
5 Fixing wrong usage of GuideXML tags. Thanks to Jan Kundrat for reporting.
6
7 Revision Changes Path
8 1.11 +6 -6 xml/htdocs/doc/en/devfs-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/devfs-guide.xml?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/devfs-guide.xml?rev=1.11&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/devfs-guide.xml.diff?r1=1.10&r2=1.11&cvsroot=gentoo
13
14 Index: devfs-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- devfs-guide.xml 20 Jun 2005 09:41:16 -0000 1.10
21 +++ devfs-guide.xml 18 Jul 2005 10:03:44 -0000 1.11
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.10 2005/06/20 09:41:16 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.11 2005/07/18 10:03:44 fox2mike Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -21,8 +21,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.4</version>
34 -<date>2005-06-20</date>
35 +<version>0.5</version>
36 +<date>2005-07-18</date>
37
38 <chapter>
39 <title>What is devfs?</title>
40 @@ -69,7 +69,7 @@
41 <p>
42 In the previous example we see that <path>/dev/hda</path> is a block
43 device. However, more importantly, it has two special numbers assigned
44 -to it: <path>3, 0</path>. This pair is called the <e>major-minor</e>
45 +to it: <b>3, 0</b>. This pair is called the <e>major-minor</e>
46 pair. It is used by the kernel to map a device file to a real device.
47 The major corresponds with a certain device, the minor with a subdevice.
48 Seems confusing? It isn't.
49 @@ -78,9 +78,9 @@
50 <p>
51 Two examples are <path>/dev/hda4</path> and <path>/dev/tty5</path>. The
52 first device file corresponds with the fourth partition on the first IDE
53 -device. Its major-minor pair is <path>3, 4</path>. In other words, the
54 +device. Its major-minor pair is <b>3, 4</b>. In other words, the
55 minor corresponds with the partition where the major corresponds with
56 -the device. The second example has <path>4, 5</path> as major-minor
57 +the device. The second example has <b>4, 5</b> as major-minor
58 pair. In this case, the major corresponds with the terminal driver,
59 while the minor corresponds with the terminal number (in this case, the
60 fifth terminal).
61
62
63
64 --
65 gentoo-doc-cvs@g.o mailing list