From 5c0e59595734fd86a084928efa3713e2e35e072a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 8 Sep 2014 12:51:14 -0700 Subject: [PATCH 2/4] doc: rename "coreutils invocation" to "Multi-call invocation" This supports longstanding shell commands like 'info coreutils "touch invocation"'. Problem reported by Vincent Lefevre via Bob Proulx in: http://bugs.gnu.org/18428 * doc/coreutils.texi (Multi-call invocation): Rename from "coreutils invocation". --- doc/coreutils.texi | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 14ee3b0..fb083f0 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -47,7 +47,7 @@ * 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)coreutils invocation. Multi-call program. +* 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. @@ -230,7 +230,7 @@ Common Options * Traversing symlinks:: Traversing symlinks to directories * Treating / specially:: Treating / specially * Standards conformance:: Standards conformance -* coreutils invocation:: Multi-call binary invocation +* Multi-call invocation:: Multi-call program invocation Output of entire files @@ -773,7 +773,7 @@ name. * Treating / specially:: --preserve-root and --no-preserve-root. * Special built-in utilities:: @command{break}, @command{:}, @dots{} * Standards conformance:: Conformance to the POSIX standard. -* coreutils invocation:: Multi-call binary invocation. +* Multi-call invocation:: Multi-call program invocation. @end menu @@ -1500,16 +1500,19 @@ that assumes an older version of POSIX and uses @samp{sort +1} or @samp{tail +10}, you can work around any compatibility problems by setting @samp{_POSIX2_VERSION=199209} in your environment. address@hidden coreutils invocation address@hidden @command{coreutils}: Multi-call binary address@hidden This node is named "Multi-call invocation", not the usual address@hidden "coreutils invocation", so that shell commands like address@hidden 'info coreutils "touch invocation"' work as expected. address@hidden Multi-call invocation address@hidden @command{coreutils}: Multi-call program @pindex multicall @cindex combined address@hidden calling combined multi-call binary address@hidden calling combined multi-call program address@hidden invokes an individual utility, either -implicitly selected by the last component of @samp{argv[0]}, -or by explicitly calling @command{coreutils} with the +The @command{coreutils} command invokes an individual utility, either +implicitly selected by the last component of the name used to invoke address@hidden, or explicitly with the @option{--coreutils-prog} option. Synopsis: @example -- 1.9.3