From: Colin Watson Date: Wed, 8 Jan 2014 11:05:20 +0000 (+0000) Subject: * Makefile.util.def (grub-macbless): Change mansection to 8. X-Git-Tag: 2.02-beta3~708 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ccd21a65ed5ebce27b1e78b56208169fbf30351e;p=thirdparty%2Fgrub.git * Makefile.util.def (grub-macbless): Change mansection to 8. --- diff --git a/ChangeLog b/ChangeLog index 4ec5517bd..b445f1215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-01-08 Colin Watson + + * Makefile.util.def (grub-macbless): Change mansection to 8. + 2014-01-07 Leif Lindholm * grub-core/loader/arm64/linux.c: correctly set device path end length. diff --git a/Makefile.util.def b/Makefile.util.def index 985e76ca4..3c99be2b0 100644 --- a/Makefile.util.def +++ b/Makefile.util.def @@ -405,7 +405,7 @@ program = { program = { name = grub-macbless; installdir = sbin; - mansection = 1; + mansection = 8; common = util/grub-macbless.c; common = grub-core/osdep/init.c; common = grub-core/kern/emu/argp_common.c;