diff options
Diffstat (limited to 'chapter06/makedev.xml')
-rw-r--r-- | chapter06/makedev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/makedev.xml b/chapter06/makedev.xml index 98ee0bd6c..d98a59241 100644 --- a/chapter06/makedev.xml +++ b/chapter06/makedev.xml @@ -53,7 +53,7 @@ information.</para> <filename class="directory">/dev</filename> directory. This way it is always available for making extra device nodes.</para> -<para>Additionally, if you were unable to mount the devpts filesystem earlier +<para>Additionally, if you were unable to mount the devpts file system earlier in <xref linkend="ch-system-proc"/>, now is the time to try the alternatives. If your kernel supports the devfs file system, run the following command to mount devfs:</para> @@ -63,7 +63,7 @@ devfs:</para> <para>This will mount the devfs file system over the top of the new static <filename>/dev</filename> structure. This poses no problems, as the device nodes created are still present, they are just hidden by the new devfs -filesystem.</para> +file system.</para> <para>If this still doesn't work, the only option left is to use the MAKEDEV script to create the ptyXX and ttyXX range of files that would otherwise not be |