diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-30 13:00:38 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-30 13:01:27 -0500 |
commit | 818156512411835a4a7f070e6fec3d7b80e1f629 (patch) | |
tree | 03b69677d4ca2e6d8e09be98cf39622fea64fb67 /man | |
parent | 8f8770706e360d7bf60bb6384743b7c7e5974aac (diff) |
tmpfiles: rename --unsafe to --boot
As suggested by Kay, it is better to describe what is done,
not what might happen.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-tmpfiles.xml | 2 | ||||
-rw-r--r-- | man/tmpfiles.d.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 3d11c491d4..ba47928b03 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -147,7 +147,7 @@ removed.</para></listitem> </varlistentry> <varlistentry> - <term><option>--unsafe</option></term> + <term><option>--boot</option></term> <listitem><para>Also execute lines with an exclamation mark. </para></listitem> diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 475bcc766f..ec1ae76b17 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -273,7 +273,7 @@ L /tmp/foobar - - - - /dev/null</programlisting> execute at any time, e.g. on package upgrades. <command>systemd-tmpfiles</command> will execute line with an exclamation mark only if - option <option>--unsafe</option> is given. + option <option>--boot</option> is given. </para> <para>For example: @@ -286,7 +286,7 @@ r! /tmp/.X[0-9]*-lock </programlisting> The second line in contrast to the first one would break a running system, and will only be - executed with <option>--unsafe</option>.</para> + executed with <option>--boot</option>.</para> </refsect2> <refsect2> |