diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-24 04:52:43 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-24 04:52:43 +0000 |
commit | 695ae0bc31b390e1a544b0bd2f613ed514731168 (patch) | |
tree | 325d247284a14ec2f45f24150665fdb9db4271ed /appendixa/fileutils-desc.xml | |
parent | 4a7171007fe7374ca39694ade3b062d18a496caa (diff) |
Applied Bill's chapter 5 fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/fileutils-desc.xml')
-rw-r--r-- | appendixa/fileutils-desc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendixa/fileutils-desc.xml b/appendixa/fileutils-desc.xml index 1d94d9224..f25533d1a 100644 --- a/appendixa/fileutils-desc.xml +++ b/appendixa/fileutils-desc.xml @@ -67,7 +67,7 @@ their owner and group.</para></sect4> <para>mkfifo creates a FIFO with each given name.</para></sect4> <sect4><title>mknod</title> -<para>mknod creates a FIFO, character special file, or block special file +<para>mknod creates a FIFO, character special file or block special file with the given file name.</para></sect4> <sect4><title>mv</title> |