summaryrefslogtreecommitdiffstats
path: root/text-utils/col.c
diff options
context:
space:
mode:
authorSami Kerola2014-09-28 21:51:35 +0200
committerKarel Zak2014-10-01 12:33:11 +0200
commit7d2600e2d03b77cf825294e166914e95860ee11e (patch)
tree6340cf9310bddc84cba842ee0b5dbef8249912f8 /text-utils/col.c
parentswapon: align available columns section in usage() (diff)
downloadkernel-qcow2-util-linux-7d2600e2d03b77cf825294e166914e95860ee11e.tar.gz
kernel-qcow2-util-linux-7d2600e2d03b77cf825294e166914e95860ee11e.tar.xz
kernel-qcow2-util-linux-7d2600e2d03b77cf825294e166914e95860ee11e.zip
docs: update deprecation banners
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'text-utils/col.c')
-rw-r--r--text-utils/col.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/text-utils/col.c b/text-utils/col.c
index 9aa6a414b..997f87b91 100644
--- a/text-utils/col.c
+++ b/text-utils/col.c
@@ -44,6 +44,15 @@
*
*/
+/*
+ * This command is deprecated. The utility is in maintenance mode,
+ * meaning we keep them in source tree for backward compatibility
+ * only. Do not waste time making this command better, unless the
+ * fix is about security or other very critical issue.
+ *
+ * See Documentation/deprecated.txt for more information.
+ */
+
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>