chiark / gitweb /
man: clarify os-release in regards to spaces a bit
authorLennart Poettering <lennart@poettering.net>
Wed, 15 Jun 2011 19:09:04 +0000 (21:09 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 Jun 2011 19:09:04 +0000 (21:09 +0200)
TODO
man/os-release.xml

diff --git a/TODO b/TODO
index 7e0c72517419a6e677a8dfb263fbe9627ec518c3..5d813a6cda2acd399383725e0c3096a9065f84f0 100644 (file)
--- a/TODO
+++ b/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
index d8a45b303fbac13bb76a2b958cd4a6ae94e7f0bc..f85119d26a8024651d4afb662a173bf6926ff5b7 100644 (file)
                                 <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>
                                 <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>