123456789101112131415161718192021222324252627 |
- From 8984b62da1706d9d3288b4d51aabc75e90765f43 Mon Sep 17 00:00:00 2001
- From: Luke Shumaker <lukeshu@parabola.nu>
- Date: Wed, 25 May 2016 12:24:56 -0400
- Subject: [PATCH 3/7] FSDG: os-release: Default NAME to "GNU/Linux" instead of
- "Linux"
- ---
- man/os-release.xml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/man/os-release.xml b/man/os-release.xml
- index 4aad523fa4..17617520c2 100644
- --- a/man/os-release.xml
- +++ b/man/os-release.xml
- @@ -144,7 +144,7 @@
- <term><varname>NAME=</varname></term>
-
- <listitem><para>A string identifying the operating system, without a version component, and
- - suitable for presentation to the user. If not set, a default of <literal>NAME=Linux</literal> may
- + suitable for presentation to the user. If not set, a default of <literal>NAME=GNU/Linux</literal> may
- be used.</para>
-
- <para>Examples: <literal>NAME=Fedora</literal>, <literal>NAME="Debian GNU/Linux"</literal>.
- --
- 2.44.0
|