From e64f1efa713869d296a004e140ac06df2f518901 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 21 Mar 2018 15:49:32 +0100 Subject: [PATCH] libfdisk: (docs) fix section name The string "DOS (MBR)" generates filename with "(...)" which is unacceptable by kernel.org stuff. Signed-off-by: Karel Zak --- libfdisk/src/dos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfdisk/src/dos.c b/libfdisk/src/dos.c index 49be6c7069..41784053ca 100644 --- a/libfdisk/src/dos.c +++ b/libfdisk/src/dos.c @@ -20,7 +20,7 @@ /** * SECTION: dos - * @title: DOS (MBR) + * @title: DOS * @short_description: disk label specific functions * */ -- 2.47.3