Put character devices allocation in its own foil. master
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 1 Dec 2009 10:54:11 +0000 (08:54 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 1 Dec 2009 10:54:11 +0000 (08:54 -0200)
_ldd.xml

index 4930ffc..8056a1f 100644 (file)
--- a/_ldd.xml
+++ b/_ldd.xml
@@ -210,9 +210,13 @@ Linux devices may be of different types, including character devices,
 block devices or network devices. Both character and block devices have
 identifying numbers, a major and a minor number.
 </para>
+</foil>
+
+<foil>
+<title>Character devices allocation</title>
 <para>
 In Linux, major and minor numbers have to be requested or allocated. The
-calls to do that are:
+calls to do that for character devices are:
 </para>
 <para>
 int register\_chrdev\_region (dev\_t first, unsigned int count, char