diff options
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/basics/chapter.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/en_US.ISO8859-1/books/handbook/basics/chapter.xml b/en_US.ISO8859-1/books/handbook/basics/chapter.xml index 0aa6635bb3..3a5544e5ed 100644 --- a/en_US.ISO8859-1/books/handbook/basics/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/basics/chapter.xml @@ -2388,26 +2388,6 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse <para>Most devices in a &os; must be accessed through special files called device nodes, which are located in <filename class="directory">/dev</filename>.</para> - - <sect2> - <title>Creating Device Nodes</title> - - <para>When adding a new device to your system, or compiling - in support for additional devices, new device nodes must - be created.</para> - - <sect3> - <title><literal>DEVFS</literal> (DEVice File System)</title> - - <para> The device file system, <literal>DEVFS</literal>, - provides access to the kernel's device namespace in the - global file system namespace. Instead of having to - manually create and modify device nodes, - <literal>DEVFS</literal> automatically maintains this - particular file system. Refer to &man.devfs.5; for - more information.</para> - </sect3> - </sect2> </sect1> <sect1 id="binary-formats"> |