From df2f13f89b36b5095d3e3e70c610aa5408a4e522 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 13 Dec 2018 16:39:37 +0000 Subject: [PATCH] gcontenttype: Improve formatting of gcontenttype section documentation Signed-off-by: Philip Withnall --- gio/gcontenttype.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c index 57249d94e..60228e935 100644 --- a/gio/gcontenttype.c +++ b/gio/gcontenttype.c @@ -41,13 +41,13 @@ * * A content type is a platform specific string that defines the type * of a file. On UNIX it is a - * [mime type](http://www.wikipedia.org/wiki/Internet_media_type) - * like "text/plain" or "image/png". - * On Win32 it is an extension string like ".doc", ".txt" or a perceived - * string like "audio". Such strings can be looked up in the registry at - * HKEY_CLASSES_ROOT. - * On OSX it is a [Uniform Type Identifier](https://en.wikipedia.org/wiki/Uniform_Type_Identifier) - * such as "com.apple.application". + * [MIME type](http://www.wikipedia.org/wiki/Internet_media_type) + * like `text/plain` or `image/png`. + * On Win32 it is an extension string like `.doc`, `.txt` or a perceived + * string like `audio`. Such strings can be looked up in the registry at + * `HKEY_CLASSES_ROOT`. + * On macOS it is a [Uniform Type Identifier](https://en.wikipedia.org/wiki/Uniform_Type_Identifier) + * such as `com.apple.application`. **/ #include