From: Karel Zak Date: Tue, 26 Feb 2013 14:26:54 +0000 (+0100) Subject: docs: update deprecated.txt X-Git-Tag: v2.23-rc1~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=956e582874d3a28434018bf12057c745f74821de;p=thirdparty%2Futil-linux.git docs: update deprecated.txt Signed-off-by: Karel Zak --- diff --git a/Documentation/deprecated.txt b/Documentation/deprecated.txt index 666ed63de6..d9e8e24223 100644 --- a/Documentation/deprecated.txt +++ b/Documentation/deprecated.txt @@ -18,6 +18,17 @@ Why: useless, nobody uses this command, head(1) is better -------------------------- +What: pg(1) command +Why: use less(1) or more(1) + +-------------------------- + +What: CHS stuff in fdisk (except SUN where are partitions addresses by cylinders only) +Why: use addresssing by sectors, CHS does not work with modern disks, + confusing for users... + +-------------------------- + What: losetup -s 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.