]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: remove README.clear
authorSami Kerola <kerolasa@iki.fi>
Fri, 12 Aug 2011 18:16:22 +0000 (20:16 +0200)
committerSami Kerola <kerolasa@iki.fi>
Fri, 12 Aug 2011 18:16:33 +0000 (20:16 +0200)
The clear command has not been part of util-linux since 2.13-pre4
which is Sep 2005 in human format.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
text-utils/Makefile.am
text-utils/README.clear [deleted file]

index 7e770c9132abd0e690ad1bcfdd8258f339f4bf34..fbba02843bedc850f969a6113ebcb39f2793a2c7 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/config/include-Makefile.am
 
-EXTRA_DIST = README.clear README.col
+EXTRA_DIST = README.col
 
 usrbin_exec_PROGRAMS = col colcrt colrm column hexdump rev tailf
 
diff --git a/text-utils/README.clear b/text-utils/README.clear
deleted file mode 100644 (file)
index 7684132..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-RedHat and SuSE take the program clear from ncurses.
- A 20KB program equivalent to "tput clear".
-
-Slackware uses the script.
-
-So, both versions will behave identically, and
-Slackware saves 20 KB.