diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-28 19:39:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-28 19:39:47 +0000 |
commit | 5f6ad4ed7a3151cd13b505984e47f92e1d80422a (patch) | |
tree | b207b4e0c2f21a7c9bedb77505e06003ea3f2d8d /chapter06/udev.xml | |
parent | 38810d5151264ba81ccd9fc14d61029cfa2a14ab (diff) |
* Correct the instructions for invoking udev's testsuite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 3282f5d14..bb88b5200 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -41,7 +41,7 @@ devices nodes are to be created.</para></listitem> </variablelist> <para>To test the results, issue: -<userinput>make check</userinput>.</para> +<userinput>make test</userinput>.</para> <para>Install the package:</para> |