diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-25 12:28:30 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 20:31:23 -0400 |
commit | 904288f6aa71411de4ba786384f38d9c2adc1bb3 (patch) | |
tree | 0a6eef60285a1df42316e5646a4afd15f91d5bf7 | |
parent | 148d8a99607e4d7d55dc5556640635425a88ff2c (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/os-release.xml b/man/os-release.xml index a88d16b171..caf60f41a3 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -145,7 +145,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> |