123456789101112131415161718192021222324252627 |
- From 175d44df96ee57103f35eefb1e8d8f720ffeaa13 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 a1f0bbb9f4..f5167c6af0 100644
- --- a/man/os-release.xml
- +++ b/man/os-release.xml
- @@ -146,7 +146,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.45.2
|