man: clarify os-release in regards to spaces a bit

This commit is contained in:
Lennart Poettering 2011-06-15 21:09:04 +02:00
parent 23b2a3300c
commit f9f0c31ae5
2 changed files with 10 additions and 6 deletions

2
TODO
View File

@ -50,6 +50,8 @@ Features:
* add prefix match to sysctl, tmpfiles, ... * add prefix match to sysctl, tmpfiles, ...
* send out "finished" signal when we are finished booting
* drop /.readahead on bigger upgrades with yum * drop /.readahead on bigger upgrades with yum
* add inode stat() check to readahead to suppress preloading changed files * add inode stat() check to readahead to suppress preloading changed files

View File

@ -116,10 +116,12 @@
<term><varname>ID=</varname></term> <term><varname>ID=</varname></term>
<listitem><para>A lower-case string <listitem><para>A lower-case string
identifying the operating system, (no spaces) identifying the operating
excluding any version information and system, excluding any version
suitable for processing by scripts. If information and suitable for
not set defaults to processing by scripts or usage in
generated file names. If not set
defaults to
<literal>linux</literal>. Example: <literal>linux</literal>. Example:
<literal>ID=fedora</literal>.</para></listitem> <literal>ID=fedora</literal>.</para></listitem>
</varlistentry> </varlistentry>
@ -128,10 +130,10 @@
<term><varname>VERSION_ID=</varname></term> <term><varname>VERSION_ID=</varname></term>
<listitem><para>A lower-case string <listitem><para>A lower-case string
(mostly numeric) identifying the (mostly numeric, no spaces) identifying the
operating system version, excluding operating system version, excluding
any name information and suitable for any name information and suitable for
processing by scripts. Example: processing by scripts or usage in generated file names. Example:
<literal>VERSION_ID=15</literal>.</para></listitem> <literal>VERSION_ID=15</literal>.</para></listitem>
</varlistentry> </varlistentry>