[syslinux] [PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/

Geert Stappers stappers at stappers.nl
Sun Jun 22 04:10:38 PDT 2014


It is "APM" Apple Partition Map, not "AFP" Apple Filing Protocol

Reported-by: Thomas Schmitt <scdbackup op gmx.net>
---
 utils/isohybrid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index 05afd29..15f63fc 100644
--- a/utils/isohybrid.c
+++ b/utils/isohybrid.c
@@ -236,7 +236,7 @@ printh(void)
     printf(FMT, "   -t --type", "Specify partition type (default 0x17)");
     printf(FMT, "   -i --id", "Specify MBR ID (default random)");
     printf(FMT, "   -u --uefi", "Build EFI bootable image");
-    printf(FMT, "   -m --mac", "Add AFP table support");
+    printf(FMT, "   -m --mac", "Add APM table support");
 
     printf("\n");
     printf(FMT, "   --forcehd0", "Assume we are loaded as disk ID 0");
-- 
1.8.4.2



More information about the Syslinux mailing list