mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 02:46:16 +01:00
gutils: Slightly improve docs formatting for g_get_os_info()
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
e83c8abd2f
commit
0bbb8afcb1
@ -1488,10 +1488,10 @@ get_os_info_from_uname (const gchar *key_name)
|
||||
*
|
||||
* Get information about the operating system.
|
||||
*
|
||||
* On Linux this comes from the /etc/os-release file. On other systems, it may
|
||||
* On Linux this comes from the `/etc/os-release` file. On other systems, it may
|
||||
* come from a variety of sources. You can either use the standard key names
|
||||
* like %G_OS_INFO_KEY_NAME or pass any UTF-8 string key name. For example,
|
||||
* /etc/os-release provides a number of other less commonly used values that may
|
||||
* `/etc/os-release` provides a number of other less commonly used values that may
|
||||
* be useful. No key is guaranteed to be provided, so the caller should always
|
||||
* check if the result is %NULL.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user