ソースを参照

Updated uniq desc.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年 前
コミット
b568866b29
2 ファイル変更3 行追加4 行削除
  1. 1 2
      appendixa/textutils-desc.xml
  2. 2 2
      index.xml

+ 1 - 2
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>

+ 2 - 2
index.xml

@@ -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">