From c6be0b39437890876692606c233b47a1751b40e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sun, 3 Jan 2016 01:28:47 +0000 Subject: [PATCH] doc: avoid unwanted display of the 'coreutils' command info * doc/coreutils.texi (coreutils): Remove this direntry so that `info coreutils` will display the table of contents, rather than the unlikely intended coreutils Multi-call invocation. This also supports lookups like `info coreutils readlink`, but note that only works with the standard info viewer, and not with pinfo for example. --- doc/coreutils.texi | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 76e4182524..62955a508c 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -48,7 +48,6 @@ * chroot: (coreutils)chroot invocation. Specify the root directory. * cksum: (coreutils)cksum invocation. Print POSIX CRC checksum. * comm: (coreutils)comm invocation. Compare sorted files by line. -* coreutils: (coreutils)Multi-call invocation. Multi-call program. * cp: (coreutils)cp invocation. Copy files. * csplit: (coreutils)csplit invocation. Split by context. * cut: (coreutils)cut invocation. Print selected parts of lines. -- 2.47.2