From: Karel Zak Date: Wed, 21 Mar 2018 14:49:32 +0000 (+0100) Subject: libfdisk: (docs) fix section name X-Git-Tag: v2.33-rc1~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=314a214517eed88638ff22419fcae12076463890;p=thirdparty%2Futil-linux.git libfdisk: (docs) fix section name The string "DOS (MBR)" generates filename with "(...)" which is unacceptable by kernel.org stuff. Signed-off-by: Karel Zak --- diff --git a/libfdisk/src/dos.c b/libfdisk/src/dos.c index 438d39afd6..0acd041f7a 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 * */