$NetBSD: patch-ah,v 1.4 2006/12/17 19:21:43 jmmv Exp $

--- docs/grub.info.orig	2005-05-08 05:00:05.000000000 +0200
+++ docs/grub.info
@@ -881,10 +881,18 @@ GRUB can load NetBSD a.out and ELF direc
 
   2. Load the kernel with `kernel' (*note kernel::). You should append
      the ugly option `--type=netbsd', if you want to load an ELF
-     kernel, like this:
+     kernel that corresponds to NetBSD 3.x, previous versions or a
+     recent kernel built without Multiboot support:
 
           grub> kernel --type=netbsd /netbsd-elf
 
+     Alternatively, if you want to load a Multiboot-enabled kernel, the
+     default in NetBSD 4.x and above, use the following:
+
+          grub> kernel /netbsd-multiboot
+
+     This is the recommended method if available.
+
   3. Run `boot' (*note boot::).
 
    For now, however, GRUB doesn't allow you to pass kernel parameters,
