From: Ruediger Meier Date: Thu, 29 Jun 2017 02:09:08 +0000 (+0200) Subject: docs: correct line(1) deprecation comment X-Git-Tag: v2.31-rc1~238 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1626ce113e8df280607895401645591b6d48014f;p=thirdparty%2Futil-linux.git docs: correct line(1) deprecation comment Signed-off-by: Ruediger Meier --- diff --git a/Documentation/deprecated.txt b/Documentation/deprecated.txt index b7f64dfd23..82b80c1fda 100644 --- a/Documentation/deprecated.txt +++ b/Documentation/deprecated.txt @@ -50,7 +50,7 @@ Why: udevd links libblkid directly; the 'list' is unnecessary, use lsblk(8) -------------------------- What: line(1) command -Why: useless, nobody uses this command, head(1) is better +Why: use the read(1) command --------------------------