You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
7 years ago
|
From 8dcec304d484c978c8cee9bada8bd0bfc8e73a79 Mon Sep 17 00:00:00 2001
|
||
|
From: Colin Watson <cjwatson@ubuntu.com>
|
||
|
Date: Wed, 8 Jan 2014 11:05:20 +0000
|
||
|
Subject: [PATCH 015/237] * Makefile.util.def (grub-macbless): Change
|
||
|
mansection to 8.
|
||
|
|
||
|
---
|
||
|
ChangeLog | 4 ++++
|
||
|
Makefile.util.def | 2 +-
|
||
|
2 files changed, 5 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/ChangeLog b/ChangeLog
|
||
|
index 4ec5517..b445f12 100644
|
||
|
--- a/ChangeLog
|
||
|
+++ b/ChangeLog
|
||
|
@@ -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.
|
||
|
diff --git a/Makefile.util.def b/Makefile.util.def
|
||
|
index 985e76c..3c99be2 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;
|
||
|
--
|
||
|
2.9.3
|
||
|
|