mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
man: clarify os-release in regards to spaces a bit
This commit is contained in:
parent
23b2a3300c
commit
f9f0c31ae5
2
TODO
2
TODO
@ -50,6 +50,8 @@ Features:
|
||||
|
||||
* add prefix match to sysctl, tmpfiles, ...
|
||||
|
||||
* send out "finished" signal when we are finished booting
|
||||
|
||||
* drop /.readahead on bigger upgrades with yum
|
||||
|
||||
* add inode stat() check to readahead to suppress preloading changed files
|
||||
|
@ -116,10 +116,12 @@
|
||||
<term><varname>ID=</varname></term>
|
||||
|
||||
<listitem><para>A lower-case string
|
||||
identifying the operating system,
|
||||
excluding any version information and
|
||||
suitable for processing by scripts. If
|
||||
not set defaults to
|
||||
(no spaces) identifying the operating
|
||||
system, excluding any version
|
||||
information and suitable for
|
||||
processing by scripts or usage in
|
||||
generated file names. If not set
|
||||
defaults to
|
||||
<literal>linux</literal>. Example:
|
||||
<literal>ID=fedora</literal>.</para></listitem>
|
||||
</varlistentry>
|
||||
@ -128,10 +130,10 @@
|
||||
<term><varname>VERSION_ID=</varname></term>
|
||||
|
||||
<listitem><para>A lower-case string
|
||||
(mostly numeric) identifying the
|
||||
(mostly numeric, no spaces) identifying the
|
||||
operating system version, excluding
|
||||
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>
|
||||
</varlistentry>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user