* 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 76e4182..62955a5 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.5.0
