summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2016-05-25 12:28:30 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-08-16 21:52:06 -0400
commit8739797f067a69e035ce56f40438c2f77e99b1bc (patch)
treef10dc24680cb99a48eb6ff1487d8d8b54e576c33
parent7a5c308abb0abc1e1f78b25e42c517cfeb9c1c98 (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 1c069275c8..272258b4e1 100644
--- a/man/os-release.xml
+++ b/man/os-release.xml
@@ -122,7 +122,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>