From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1bB6cJ-00051u-Kx for mharc-grub-devel@gnu.org; Thu, 09 Jun 2016 16:31:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB6cF-0004zA-KU for grub-devel@gnu.org; Thu, 09 Jun 2016 16:31:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bB6c7-0001ov-OB for grub-devel@gnu.org; Thu, 09 Jun 2016 16:31:46 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:32896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB6c7-0001of-DP for grub-devel@gnu.org; Thu, 09 Jun 2016 16:31:39 -0400 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u59KVaDK031929 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 9 Jun 2016 20:31:37 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.14.4/8.13.8) with ESMTP id u59KVaj0018518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 9 Jun 2016 20:31:36 GMT Received: from abhmp0017.oracle.com (abhmp0017.oracle.com [141.146.116.23]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u59KVal7031620; Thu, 9 Jun 2016 20:31:36 GMT Received: from olila.local.net-space.pl (/10.175.235.163) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 09 Jun 2016 13:31:35 -0700 From: Daniel Kiper To: grub-devel@gnu.org, xen-devel@lists.xenproject.org Cc: andrew.cooper3@citrix.com, arvidjaar@gmail.com, eric.snowberg@oracle.com, jgross@suse.com, konrad.wilk@oracle.com, phcoder@gmail.com, seth.goldberg@oracle.com Subject: [MULTIBOOT2 DOC PATCH 01/10] multiboot2: Remove redundant if Date: Thu, 9 Jun 2016 22:30:35 +0200 Message-Id: <1465504244-17175-2-git-send-email-daniel.kiper@oracle.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1465504244-17175-1-git-send-email-daniel.kiper@oracle.com> References: <1465504244-17175-1-git-send-email-daniel.kiper@oracle.com> X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 20:31:50 -0000 Signed-off-by: Daniel Kiper --- doc/multiboot.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/multiboot.texi b/doc/multiboot.texi index 4b92918..27e5a2f 100644 --- a/doc/multiboot.texi +++ b/doc/multiboot.texi @@ -425,7 +425,7 @@ u32 | size | @samp{type} is divided into 2 parts. Lower contains an identifier of contents of the rest of the tag. @samp{size} contains the size of tag including header fields. -If bit @samp{0} of @samp{flags} (also known as @samp{optional}) is set if bootloader may ignore this tag if it +If bit @samp{0} of @samp{flags} (also known as @samp{optional}) is set bootloader may ignore this tag if it lacks relevant support. Tags are terminated by a tag of type @samp{0} and size @samp{8}. -- 1.7.10.4