summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2016-05-25 12:28:30 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-19 12:29:07 -0400
commitea908b646e5660aea7ed71d4423d71f343ba28d3 (patch)
treef7570e52febe96a68e548ef6f6d74e57f6672fff
parent4534156c8f9ce5b97315f4af6bc5ac66fcdeb9e1 (diff)
FSDG: os-release: Default ID to "gnu-linux" instead of "linux"
As far as I can tell, no code in this repository actually uses the ID field, so this is just a man page change.
-rw-r--r--man/os-release.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/os-release.xml b/man/os-release.xml
index aa36db84f9..690cf1e33a 100644
--- a/man/os-release.xml
+++ b/man/os-release.xml
@@ -148,7 +148,7 @@
the operating system, excluding any version information and
suitable for processing by scripts or usage in generated
filenames. If not set, defaults to
- <literal>ID=linux</literal>. Example:
+ <literal>ID=gnu-linux</literal>. Example:
<literal>ID=fedora</literal> or
<literal>ID=debian</literal>.</para></listitem>
</varlistentry>