summaryrefslogtreecommitdiffstats
path: root/Documentation/deprecated.txt
diff options
context:
space:
mode:
authorKarel Zak2014-04-07 10:05:14 +0200
committerKarel Zak2014-04-07 10:05:14 +0200
commitdba96eedb8d91f277ea11f9d2871dfcc06b5a745 (patch)
tree9d595b0b83f9f918086cac6785eb416167f7c152 /Documentation/deprecated.txt
parentkill: rename printsignals() to print_all_signalsprint_all_signals() (diff)
downloadkernel-qcow2-util-linux-dba96eedb8d91f277ea11f9d2871dfcc06b5a745.tar.gz
kernel-qcow2-util-linux-dba96eedb8d91f277ea11f9d2871dfcc06b5a745.tar.xz
kernel-qcow2-util-linux-dba96eedb8d91f277ea11f9d2871dfcc06b5a745.zip
docs: add pid alis to deprecated.txt
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/deprecated.txt')
-rw-r--r--Documentation/deprecated.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/deprecated.txt b/Documentation/deprecated.txt
index 33072d9d1..db51ac05b 100644
--- a/Documentation/deprecated.txt
+++ b/Documentation/deprecated.txt
@@ -2,9 +2,16 @@ The following is a list of commands or features that are deprecated. All
deprecated utils are in maintenance mode and we keep them in source tree for
backward compatibility only.
+what: "pid" as binary name for "kill --pid"
+why: too ugly, too obscure
+
+--------------------------
+
What: mkfs
Why: use filesystem specific mkfs.<type>.
+--------------------------
+
What: fdisk -s <device>
Why: this does not belong to fdisk, use "blockdev --getsz"