diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-25 12:28:30 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-25 12:38:24 -0400 |
commit | 6f4e352372876053efb168e6dc9e74a57c8d6c2e (patch) | |
tree | 5e8d509c7584d247d6766b5516c2781e94a0fce7 | |
parent | 20c90fb1a90a1702ce5e7d79dd16ee160640a1ee (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 f6787f9340..79eb4023c6 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> |