diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 14:55:52 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 14:55:52 +0000 |
commit | 540fd314f00433a16f39240e47f4af19b74297e8 (patch) | |
tree | 373b9eb6a1e2996cb28ed50fb46c3295ee8824b6 /appendixa/makedev-desc.xml | |
parent | e8692c5ee76662b25bd502df06818c910bb6aa3b (diff) |
Replacing MAKEDEV with make_devices.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/makedev-desc.xml')
-rw-r--r-- | appendixa/makedev-desc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appendixa/makedev-desc.xml b/appendixa/makedev-desc.xml index d68e9adb4..8c16ef1df 100644 --- a/appendixa/makedev-desc.xml +++ b/appendixa/makedev-desc.xml @@ -1,8 +1,8 @@ <sect2><title>Short description</title> -<para><command>MAKEDEV</command> is a script for creating the necessary -static device nodes, usually residing in the <filename>/dev</filename> -directory.</para> +<para><command>make_devices</command> is a script for creating a basic set of +static device nodes, usually residing in the <filename +class="directory">/dev</filename> directory.</para> </sect2> |