From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1TsBOk-0000oO-Qx for mharc-grub-devel@gnu.org; Mon, 07 Jan 2013 07:01:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsBOh-0000np-Pi for grub-devel@gnu.org; Mon, 07 Jan 2013 07:01:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsBOg-0000Z3-Fy for grub-devel@gnu.org; Mon, 07 Jan 2013 07:01:43 -0500 Received: from mail-la0-f50.google.com ([209.85.215.50]:61275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsBOg-0000Yq-7Y for grub-devel@gnu.org; Mon, 07 Jan 2013 07:01:42 -0500 Received: by mail-la0-f50.google.com with SMTP id fs13so15441058lab.37 for ; Mon, 07 Jan 2013 04:01:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=hYqWFczWXfMxJd23dqqj/TLjtRrXY3IBql+hEZXwQ7k=; b=hri0FiyEJw6yYIC0LiVnPmFeKBi5Pt3WUZo1JeZvln3WzPw1zC6VZvABay/QdKDdvk e+jAly2L7IMdvHwX7zWDg4BzjPfPUvIN4320/ZzT8Wk26AJ4/p4yVejYXAPisfRwGTcm QGPeJg1MU/3EdsFlvD2oEGH1FNQ6K2ahRV9qgs0DluwXVCEtcFwtF93gJfln+R8YFzDI 9hGob0JSEScBwCvccTbALLenStrKTP6yCx1AuktK/VkGSx/5fqrk4azs/nFhZ4UIeim1 +poVTnyUH0buTJgnynbDxgfFTQly1Jj2qgl/i0UnqHPR9xVUM3tBzUiotNvlLkLAtkfF nsGg== X-Received: by 10.112.39.129 with SMTP id p1mr24787660lbk.26.1357560100565; Mon, 07 Jan 2013 04:01:40 -0800 (PST) Received: from opensuse.site (ppp91-78-198-46.pppoe.mtu-net.ru. [91.78.198.46]) by mx.google.com with ESMTPS id if8sm22913212lab.1.2013.01.07.04.01.38 (version=SSLv3 cipher=OTHER); Mon, 07 Jan 2013 04:01:39 -0800 (PST) Date: Mon, 7 Jan 2013 16:01:35 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] Clean up dangling references to grub-setup Message-ID: <20130107160135.7787866a@opensuse.site> In-Reply-To: <20130107105404.GC26167@riva.dynamic.greenend.org.uk> References: <20130102171852.GC21216@riva.dynamic.greenend.org.uk> <50E5BC27.5090209@gmail.com> <20130107105404.GC26167@riva.dynamic.greenend.org.uk> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.50 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 12:01:45 -0000 =D0=92 Mon, 7 Jan 2013 10:54:04 +0000 Colin Watson =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On Thu, Jan 03, 2013 at 06:13:11PM +0100, Vladimir '=CF=86-coder/phcoder'= Serbinenko wrote: > > On 02.01.2013 18:18, Colin Watson wrote: > >=20 > > > https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1082045 notes a > > > dangling documentation reference to grub-setup, and I found several > > > others. This patch cleans them up as best I can manage; it would be a > > > little better if the .h2m files could contain architecture-specific > > > substitutions, but I think this is good enough. > >=20 > > In general it's better to avoid mentionning grub-*-setup in user docs at > > all. Such info is inner workings and belongs to dev docs. >=20 > OK. How about this? >=20 It does "avoid mentioning". It would be nice if it also did "belongs to dev docs" ... > 2013-01-07 Colin Watson >=20 > * docs/grub.texi (Images): Refer generally to grub-install rather > than directly to grub-setup. > (Installing GRUB using grub-install): Remove direct reference to > grub-setup. > (Device map) Likewise. > (Invoking grub-install): Likewise. > * docs/man/grub-install.h2m (SEE ALSO): Likewise. > * docs/man/grub-mkimage.h2m (SEE ALSO): Likewise. > * util/grub-install.in (usage): Likewise. >=20