diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-18 02:10:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-18 02:10:44 +0200 |
commit | a5e4972c8956cecf35fa4780e1cfe7c378bfcba1 (patch) | |
tree | 10b027ddde6edb922045e254356ff482b8305d27 /man/systemctl.xml | |
parent | b7253ecda576028f52884d61d3b9e220ea3c1d81 (diff) |
systemctl: drop usage of "internally loaded modules"
I wouldn't know what "internally" is supposed to mean hear, and we use
this terminology in this context nowhere else, so let's drop this.
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index c0f5bb9744..96cd10810f 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -133,12 +133,12 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <term><option>--all</option></term> <listitem> - <para>When listing units, show all internally loaded units, regardless of - their state, including inactive units. When showing + <para>When listing units, show all loaded units, regardless + of their state, including inactive units. When showing unit/job/manager properties, show all properties regardless whether they are set or not.</para> - <para>To list all units installed on disk, use the command - <command>list-unit-files</command> instead.</para> + <para>To list all units installed on the system, use the + <command>list-unit-files</command> command instead.</para> </listitem> </varlistentry> |