summaryrefslogtreecommitdiffstats
path: root/text-utils/pg.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/pg.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/pg.c')
-rw-r--r--text-utils/pg.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/text-utils/pg.c b/text-utils/pg.c
index e9156c3a1..9ada00c26 100644
--- a/text-utils/pg.c
+++ b/text-utils/pg.c
@@ -31,6 +31,15 @@
/* Sccsid @(#)pg.c 1.44 (gritter) 2/8/02 - modified for util-linux */
+/*
+ * 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 <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>