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 | |
parent | 5384d51e52fbfd15793762c84df2dd9ef238812f (diff) |
Fix something for lfscmd output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/create-utmp.xml | 3 | ||||
-rw-r--r-- | index.xml | 4 |
2 files changed, 3 insertions, 4 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 @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030205"> -<!ENTITY releasedate "February 5th, 2003"> +<!ENTITY version "20030209"> +<!ENTITY releasedate "February 9th, 2003"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |