* Makefile.util.def (grub-macbless): Change mansection to 8.
This commit is contained in:
parent
4d21c10199
commit
ccd21a65ed
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-01-08 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* Makefile.util.def (grub-macbless): Change mansection to 8.
|
||||
|
||||
2014-01-07 Leif Lindholm <leif.lindholm@linaro.org>
|
||||
|
||||
* grub-core/loader/arm64/linux.c: correctly set device path end length.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue