diff options
author | Karel Zak | 2018-03-21 15:49:32 +0100 |
---|---|---|
committer | Karel Zak | 2018-03-21 15:49:32 +0100 |
commit | 314a214517eed88638ff22419fcae12076463890 (patch) | |
tree | 89389637f6085f45d9d3fffa5d85ca918c134e21 /libfdisk | |
parent | build-sys: release++ (v2.32) (diff) | |
download | kernel-qcow2-util-linux-314a214517eed88638ff22419fcae12076463890.tar.gz kernel-qcow2-util-linux-314a214517eed88638ff22419fcae12076463890.tar.xz kernel-qcow2-util-linux-314a214517eed88638ff22419fcae12076463890.zip |
libfdisk: (docs) fix section name
The string "DOS (MBR)" generates filename with "(...)" which is
unacceptable by kernel.org stuff.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk')
-rw-r--r-- | libfdisk/src/dos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/dos.c b/libfdisk/src/dos.c index 438d39afd..0acd041f7 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 * */ |