diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-07 11:12:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-07 11:12:27 +0200 |
commit | f9a25b6ad551ed65786da514510cb4154eb00f59 (patch) | |
tree | 171011c66027baa87b96d3f449be724f3e89e7b4 | |
parent | 06fc9df2734b3447bbe947d7deb3da0a89e7e55c (diff) | |
parent | 74c1d3e74ed42e8ba81f439a6b4d484bdca40ff8 (diff) |
Merge pull request #1183 from dvdhrm/cpename
man: clarify wording of os-release.CPE_NAME
-rw-r--r-- | man/os-release.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/os-release.xml b/man/os-release.xml index 4ca2e59706..d2e2598204 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -214,10 +214,11 @@ <varlistentry> <term><varname>CPE_NAME=</varname></term> - <listitem><para>A CPE name for the operating system, following - the <ulink url="https://cpe.mitre.org/specification/">Common + <listitem><para>A CPE name for the operating system, in URI + binding syntax, following the + <ulink url="http://scap.nist.gov/specifications/cpe/">Common Platform Enumeration Specification</ulink> as proposed by the - MITRE Corporation. This field is optional. Example: + NIST. This field is optional. Example: <literal>CPE_NAME="cpe:/o:fedoraproject:fedora:17"</literal> </para></listitem> </varlistentry> |