diff options
Diffstat (limited to 'chapter06/makedev-exp.xml')
-rw-r--r-- | chapter06/makedev-exp.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/makedev-exp.xml b/chapter06/makedev-exp.xml index 7fd515b6c..12c9287b1 100644 --- a/chapter06/makedev-exp.xml +++ b/chapter06/makedev-exp.xml @@ -1,12 +1,10 @@ <sect2> <title>Command explanations</title> -<para> -<userinput>./MAKEDEV -v generic:</userinput> This creates generic +<para><userinput>./MAKEDEV -v generic:</userinput> This creates generic devices. Normally, these devices are all devices you need. It's possible that you are missing some special devices that are needed for your hardware -configuration. Create them with ./MAKEDEV -v <device>. -</para> +configuration. Create them with ./MAKEDEV -v <device>.</para> </sect2> |