]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update deprecated.txt
authorKarel Zak <kzak@redhat.com>
Tue, 26 Feb 2013 14:26:54 +0000 (15:26 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Feb 2013 14:28:05 +0000 (15:28 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/deprecated.txt

index 666ed63de6890295df134e455e42ddaeacabc60b..d9e8e24223f3f732926fcdfc011273be6772dd97 100644 (file)
@@ -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.