diff options
author | Sami Kerola | 2011-08-12 20:16:22 +0200 |
---|---|---|
committer | Sami Kerola | 2011-08-12 20:16:33 +0200 |
commit | fbcdec48e4482cbfa6ee9cca680cdc6f3b589fee (patch) | |
tree | 8dc018e7bb53bb680479e0654cae784574edcda9 /text-utils | |
parent | ipcs: use unsigned type for uid/gid (diff) | |
download | kernel-qcow2-util-linux-fbcdec48e4482cbfa6ee9cca680cdc6f3b589fee.tar.gz kernel-qcow2-util-linux-fbcdec48e4482cbfa6ee9cca680cdc6f3b589fee.tar.xz kernel-qcow2-util-linux-fbcdec48e4482cbfa6ee9cca680cdc6f3b589fee.zip |
docs: remove README.clear
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>
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/Makefile.am | 2 | ||||
-rw-r--r-- | text-utils/README.clear | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/text-utils/Makefile.am b/text-utils/Makefile.am index 7e770c913..fbba02843 100644 --- a/text-utils/Makefile.am +++ b/text-utils/Makefile.am @@ -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 index 7684132de..000000000 --- a/text-utils/README.clear +++ /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. |