diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-25 12:24:56 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-09 02:22:28 -0400 |
commit | 10c64ce22b1abea61cb29d9d2ffcbbd2e84448b1 (patch) | |
tree | ca72eb81c6086b948026423ccb6449dfaa3441bd /man | |
parent | 227b234720823fc02c3f70cd80da281beb869464 (diff) |
FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux".
Diffstat (limited to 'man')
-rw-r--r-- | man/os-release.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/os-release.xml b/man/os-release.xml index 767a1c764e..f6787f9340 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -121,7 +121,7 @@ <listitem><para>A string identifying the operating system, without a version component, and suitable for presentation to the user. If not set, defaults to - <literal>NAME=Linux</literal>. Example: + <literal>NAME=GNU/Linux</literal>. Example: <literal>NAME=Fedora</literal> or <literal>NAME="Debian GNU/Linux"</literal>.</para></listitem> </varlistentry> |