* [gentoo-doc-cvs] cvs commit: devfs-guide.xml
@ 2005-07-18 10:03 Shyam Mani
0 siblings, 0 replies; 5+ messages in thread
From: Shyam Mani @ 2005-07-18 10:03 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/07/18 10:03:44
Modified: xml/htdocs/doc/en devfs-guide.xml
Log:
Fixing wrong usage of GuideXML tags. Thanks to Jan Kundrat for reporting.
Revision Changes Path
1.11 +6 -6 xml/htdocs/doc/en/devfs-guide.xml
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
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
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
Index: devfs-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- devfs-guide.xml 20 Jun 2005 09:41:16 -0000 1.10
+++ devfs-guide.xml 18 Jul 2005 10:03:44 -0000 1.11
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.10 2005/06/20 09:41:16 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.11 2005/07/18 10:03:44 fox2mike Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -21,8 +21,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>0.4</version>
-<date>2005-06-20</date>
+<version>0.5</version>
+<date>2005-07-18</date>
<chapter>
<title>What is devfs?</title>
@@ -69,7 +69,7 @@
<p>
In the previous example we see that <path>/dev/hda</path> is a block
device. However, more importantly, it has two special numbers assigned
-to it: <path>3, 0</path>. This pair is called the <e>major-minor</e>
+to it: <b>3, 0</b>. This pair is called the <e>major-minor</e>
pair. It is used by the kernel to map a device file to a real device.
The major corresponds with a certain device, the minor with a subdevice.
Seems confusing? It isn't.
@@ -78,9 +78,9 @@
<p>
Two examples are <path>/dev/hda4</path> and <path>/dev/tty5</path>. The
first device file corresponds with the fourth partition on the first IDE
-device. Its major-minor pair is <path>3, 4</path>. In other words, the
+device. Its major-minor pair is <b>3, 4</b>. In other words, the
minor corresponds with the partition where the major corresponds with
-the device. The second example has <path>4, 5</path> as major-minor
+the device. The second example has <b>4, 5</b> as major-minor
pair. In this case, the major corresponds with the terminal driver,
while the minor corresponds with the terminal number (in this case, the
fifth terminal).
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] cvs commit: devfs-guide.xml
@ 2005-07-21 15:30 Xavier Neys
0 siblings, 0 replies; 5+ messages in thread
From: Xavier Neys @ 2005-07-21 15:30 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/07/21 15:30:05
Modified: xml/htdocs/doc/en devfs-guide.xml
Log:
#99799 devfs obsolete in kernels >= 2.6.13
Revision Changes Path
1.12 +6 -6 xml/htdocs/doc/en/devfs-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/devfs-guide.xml?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/devfs-guide.xml?rev=1.12&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/devfs-guide.xml.diff?r1=1.11&r2=1.12&cvsroot=gentoo
Index: devfs-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- devfs-guide.xml 18 Jul 2005 10:03:44 -0000 1.11
+++ devfs-guide.xml 21 Jul 2005 15:30:05 -0000 1.12
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.11 2005/07/18 10:03:44 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.12 2005/07/21 15:30:05 neysx Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -21,8 +21,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>0.5</version>
-<date>2005-07-18</date>
+<version>0.6</version>
+<date>2005-07-21</date>
<chapter>
<title>What is devfs?</title>
@@ -31,9 +31,9 @@
<body>
<warn>
-devfs is <e>obsolete</e> and will eventually be removed from the stable 2.6
-tree. Users on 2.6 kernels are hereby advised to switch to udev. For further
-information on udev, please refer to the <uri
+devfs is <e>obsolete</e> and has been removed from the stable 2.6 tree in the
+2.6.13 release. Users on 2.6 kernels are hereby advised to switch to udev. For
+further information on udev, please refer to the <uri
link="/doc/en/udev-guide.xml">Gentoo udev Guide</uri>.
</warn>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] cvs commit: devfs-guide.xml
@ 2007-11-15 22:41 Josh Saddler
0 siblings, 0 replies; 5+ messages in thread
From: Josh Saddler @ 2007-11-15 22:41 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/11/15 22:41:08
Modified: devfs-guide.xml
Log:
update devfs guide with pam_console's deprecation and removal. good lord, the doc hadn't been touched in two years and four months.
Revision Changes Path
1.15 xml/htdocs/doc/en/devfs-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/devfs-guide.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/devfs-guide.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/devfs-guide.xml?r1=1.14&r2=1.15
Index: devfs-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- devfs-guide.xml 29 Nov 2006 15:48:57 -0000 1.14
+++ devfs-guide.xml 15 Nov 2007 22:41:08 -0000 1.15
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.14 2006/11/29 15:48:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.15 2007/11/15 22:41:08 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -21,8 +21,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>0.6</version>
-<date>2005-07-21</date>
+<version>0.7</version>
+<date>2007-11-15</date>
<chapter>
<title>What is devfs?</title>
@@ -342,11 +342,14 @@
<title>Set/change permissions with devfsd</title>
<body>
-<note>
+<impo>
These instructions are valid as long as pam_console is disabled in
-<path>/etc/pam.d/system-auth</path>. If you enabled pam_console there,
-then PAM has the final word on permissions.
-</note>
+<path>/etc/pam.d/system-auth</path>. If you enabled pam_console there, then PAM
+has the final word on permissions. You shouldn't be using pam_console anyway, as
+it has been <uri
+link="http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml">removed from
+Portage</uri>.
+</impo>
<p>
If you want to set permissions using <path>/etc/devfsd.conf</path>,
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] cvs commit: devfs-guide.xml
@ 2007-11-16 10:28 Jan Kundrat
0 siblings, 0 replies; 5+ messages in thread
From: Jan Kundrat @ 2007-11-16 10:28 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 07/11/16 10:28:01
Modified: devfs-guide.xml
Log:
devfs has been gone since 2.6.15, so there's no point in maintaining this guide
-> marking obsolete
Revision Changes Path
1.16 xml/htdocs/doc/en/devfs-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/devfs-guide.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/devfs-guide.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/devfs-guide.xml?r1=1.15&r2=1.16
Index: devfs-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- devfs-guide.xml 15 Nov 2007 22:41:08 -0000 1.15
+++ devfs-guide.xml 16 Nov 2007 10:28:01 -0000 1.16
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.15 2007/11/15 22:41:08 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.16 2007/11/16 10:28:01 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/devfs-guide.xml">
+<guide link="/doc/en/devfs-guide.xml" disclaimer="obsolete">
<title>Device File System Guide</title>
<author title="Author">
<mail link="swift@gentoo.org">Sven Vermeulen</mail>
@@ -21,7 +21,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>0.7</version>
+<version>0.8</version>
<date>2007-11-15</date>
<chapter>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] cvs commit: devfs-guide.xml
@ 2008-05-23 19:52 Sven Vermeulen
0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen @ 2008-05-23 19:52 UTC (permalink / raw
To: gentoo-doc-cvs
swift 08/05/23 19:52:53
Modified: devfs-guide.xml
Log:
Coding style
Revision Changes Path
1.17 xml/htdocs/doc/en/devfs-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/devfs-guide.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/devfs-guide.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/devfs-guide.xml?r1=1.16&r2=1.17
Index: devfs-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- devfs-guide.xml 16 Nov 2007 10:28:01 -0000 1.16
+++ devfs-guide.xml 23 May 2008 19:52:53 -0000 1.17
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.16 2007/11/16 10:28:01 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/devfs-guide.xml,v 1.17 2008/05/23 19:52:53 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -160,7 +160,7 @@
aren't really visible, but for the kernel maintainers the problems are big
enough to mark devfs <e>obsolete</e> in favor of <uri
link="udev-guide.xml">udev</uri>, which Gentoo supports and uses by default on
-most architectures since the 2005.0 release when using a 2.6 kernel.
+most architectures since the 2005.0 release when using a 2.6 kernel.
</p>
<p>
@@ -191,7 +191,7 @@
For instance, all IDE-related devices are inside the
<path>/dev/ide/</path> device directory, and SCSI-related devices are inside
<path>/dev/scsi/</path>. SCSI and IDE disks are seen in the same way,
-meaning they both have the same subdirectory structure.
+meaning they both have the same subdirectory structure.
</p>
<p>
@@ -297,7 +297,7 @@
<body>
<warn>
-Currently, Gentoo cannot live without the compatibility symlinks.
+Currently, Gentoo cannot live without the compatibility symlinks.
</warn>
<p>
@@ -348,7 +348,7 @@
has the final word on permissions. You shouldn't be using pam_console anyway, as
it has been <uri
link="http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml">removed from
-Portage</uri>.
+Portage</uri>.
</impo>
<p>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-05-23 19:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-18 10:03 [gentoo-doc-cvs] cvs commit: devfs-guide.xml Shyam Mani
-- strict thread matches above, loose matches on Subject: below --
2005-07-21 15:30 Xavier Neys
2007-11-15 22:41 Josh Saddler
2007-11-16 10:28 Jan Kundrat
2008-05-23 19:52 Sven Vermeulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox