]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Thu, 24 Dec 2009 14:11:14 +0000 (14:11 +0000)
committerRobert Millan <rmh@aybabtu.com>
Thu, 24 Dec 2009 14:11:14 +0000 (14:11 +0000)
* include/multiboot.h: Make comments src2texi-friendly.

ChangeLog
include/multiboot.h

index 125b8af52bbe983cb700ecb2edaa4d89b54c053c..f2e906b9287d547e4c124b2b353aac1ea84a1bd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-24  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * include/multiboot.h: Make comments src2texi-friendly.
+
 2009-12-24  Robert Millan  <rmh.grub@aybabtu.com>
 
        For consistency with [multiboot]/docs/boot.S.
index 3d93070bb8df76b02272e74756fe220223f605c5..3326718cc30c4968244017762864bf1330b7e7ed 100644 (file)
@@ -1,6 +1,5 @@
-/*
- *  multiboot.h - Multiboot header file.
- *  Copyright (C) 2003,2007,2008,2009  Free Software Foundation, Inc.
+/*  multiboot.h - Multiboot header file.  */
+/*  Copyright (C) 2003,2007,2008,2009  Free Software Foundation, Inc.
  *
  *  Permission is hereby granted, free of charge, to any person obtaining a copy
  *  of this software and associated documentation files (the "Software"), to
@@ -41,9 +40,7 @@
 /* Alignment of the multiboot info structure.  */
 #define MULTIBOOT_INFO_ALIGN            0x00000004
 
-/*
- * Flags set in the 'flags' member of the multiboot header.
- */
+/* Flags set in the 'flags' member of the multiboot header.  */
 
 /* Align all boot modules on i386 page (4KB) boundaries.  */
 #define MULTIBOOT_PAGE_ALIGN           0x00000001
@@ -57,9 +54,7 @@
 /* This flag indicates the use of the address fields in the header.  */
 #define MULTIBOOT_AOUT_KLUDGE          0x00010000
 
-/*
- *  Flags to be set in the 'flags' member of the multiboot info structure.
- */
+/* Flags to be set in the 'flags' member of the multiboot info structure.  */
 
 /* is there basic lower/upper memory information? */
 #define MULTIBOOT_INFO_MEMORY          0x00000001