]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: (docs) fix section name
authorKarel Zak <kzak@redhat.com>
Wed, 21 Mar 2018 14:49:32 +0000 (15:49 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Jul 2018 13:58:07 +0000 (15:58 +0200)
The string "DOS (MBR)" generates filename with "(...)" which is
unacceptable by kernel.org stuff.

Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/dos.c

index 49be6c70694cf27bcb793566a73cb80b97447e39..41784053cacc4dee6fa741ab6cf8f3ccfad6def5 100644 (file)
@@ -20,7 +20,7 @@
 
 /**
  * SECTION: dos
- * @title: DOS (MBR)
+ * @title: DOS
  * @short_description: disk label specific functions
  *
  */