From: Karel Zak Date: Wed, 4 Aug 2010 10:14:57 +0000 (+0200) Subject: docs: mark line(1) as deprecated X-Git-Tag: v2.19-rc1~383 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c50b0b3b3bdddd8ec1871980adad0f95df7b688;p=thirdparty%2Futil-linux.git docs: mark line(1) as deprecated Signed-off-by: Karel Zak --- diff --git a/DEPRECATED b/DEPRECATED index f520243430..457fb229c9 100644 --- a/DEPRECATED +++ b/DEPRECATED @@ -2,27 +2,31 @@ The following is a list of commands or features that are deprecated. All deprecated utils are in maintenace mode and we keep them in source tree for backward compatibilty only. +What: line(1) command +Since: 2.19 +Why: useless, nobody uses this command, head(1) is better + +-------------------------- + What: losetup -s -When: 2.15 +Since: 2.15 Why: the option -s is in collision with the Loop-AES losetup dialect that is used in some distributions. Use the long version (--show) only. -------------------------- What: cryptoloop support in mount/losetup -When: undefined yet Why: depreciated in favor of dm-crypt. --------------------------- What: elvtune -When: undefined yet Why: useless for kernel >= 2.6.9 --------------------------- What: arch(1) command -When: 2.14 +Since: 2.14 Why: deprecated in favor of uname(1) or arch(1) from coreutils The arch(1) has been added (during 2.13 development cycle) to coreutuls