diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-09 15:51:06 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-09 15:51:06 +0000 |
commit | b568866b294952ba09832f60bb755f4a40739455 (patch) | |
tree | c04a2e0c09ebc34058a46e953b0ad4f6d85fb28c | |
parent | a7edaf8ddda669cef12356debcf8bb1b03151f8d (diff) |
Updated uniq desc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/textutils-desc.xml | 3 | ||||
-rw-r--r-- | index.xml | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/appendixa/textutils-desc.xml b/appendixa/textutils-desc.xml index 4c619e47d..750134b45 100644 --- a/appendixa/textutils-desc.xml +++ b/appendixa/textutils-desc.xml @@ -243,8 +243,7 @@ output. <title>uniq</title> <para> -uniq discards all but one of successive identical lines from files or -standard input and writes to files or standard output. +Uniq removes duplicate lines from a sorted file. </para> </sect3> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "intel/book/book.xml"> -<!ENTITY version "20010522"> -<!ENTITY releasedate "May 22nd, 2001"> +<!ENTITY version "20010609"> +<!ENTITY releasedate "June 9th, 2001"> <!ENTITY type "INTEL"> <!ENTITY ftp-root "ftp://packages.linuxfromscratch.org"> |