diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-02-10 01:08:49 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-02-10 01:08:49 +0000 |
commit | e456a6e7f4dba3b0a558a063137275f27b187d48 (patch) | |
tree | 6f02fc2bd48febfe633a6132101650c98152777b /chapter06 | |
parent | 5384d51e52fbfd15793762c84df2dd9ef238812f (diff) |
Fix something for lfscmd output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/create-utmp.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index a5d3b5df0..74d7cfa81 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -1,6 +1,5 @@ <sect2> -<title>Creating the /var/run/utmp, /var/log/wtmp and /var/log/btmp -files</title> +<title>Creating the /var/run/utmp, /var/log/wtmp and /var/log/btmp files</title> <para>Programs like login, shutdown, uptime and others want to read from and write to the /var/run/utmp, /var/log/btmp and /var/log/wtmp. These files contain |