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:35:31 -0400
commit8dab19e27e7d8c81cf3fec4413172a7597c9da44 (patch)
tree33ebb3b7766897021c4f942646d257fe72716564
parenta6be5d2b2cd02f302ef70c76b601e7af912c3022 (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>