man,units: drop "temporary" from description of systemd-tmpfiles

Historically, systemd-tmpfiles was designed to manager temporary
files, but nowadays it has become a generic tool for managing
all kinds of files. To avoid user confusion, let's remove "temporary"
from the tool's description.

As discussed in #33349
This commit is contained in:
Mike Yuan 2024-06-15 17:27:33 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 4d6222b6a4
commit b5c8cc0a3b
3 changed files with 7 additions and 5 deletions

View file

@ -55,9 +55,11 @@
<refsect1>
<title>Description</title>
<para><command>systemd-tmpfiles</command> creates, deletes, and cleans up volatile and temporary files
and directories, using the configuration file format and location specified in
<citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>. It must
<para><command>systemd-tmpfiles</command> creates, deletes, and cleans up files and directories, using
the configuration file format and location specified in
<citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
Historically, it was designed to manage volatile and temporary files, as the name suggests, but it provides
generic file management functionality and can be used to manage any kind of files. It must
be invoked with one or more commands <option>--create</option>, <option>--remove</option>, and
<option>--clean</option>, to select the respective subset of operations.</para>

View file

@ -8,7 +8,7 @@
# (at your option) any later version.
[Unit]
Description=Create Volatile Files and Directories
Description=Create System Files and Directories
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
DefaultDependencies=no

View file

@ -8,7 +8,7 @@
# (at your option) any later version.
[Unit]
Description=Create User's Volatile Files and Directories
Description=Create User Files and Directories
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
DefaultDependencies=no
Conflicts=shutdown.target