chiark / gitweb /
systemctl: drop usage of "internally loaded modules"
authorLennart Poettering <lennart@poettering.net>
Thu, 18 Apr 2013 00:10:44 +0000 (02:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 18 Apr 2013 00:10:44 +0000 (02:10 +0200)
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.

man/systemctl.xml
src/systemctl/systemctl.c

index c0f5bb9744dd0d26bcbd9ee6a2e72e4860388c22..96cd10810fcb8903ac6fbdb96d348ff393c9a557 100644 (file)
@@ -133,12 +133,12 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
         <term><option>--all</option></term>
 
         <listitem>
         <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>
           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>
 
         </listitem>
       </varlistentry>
 
index 29f12fcb8d8b929daafc11aa5ba6863e4aa32c17..13b6ab02015dfcadd0b8aa7b5b23992dbf94e77b 100644 (file)
@@ -4477,9 +4477,9 @@ static int systemctl_help(void) {
                "     --version        Show package version\n"
                "  -t --type=TYPE      List only units of a particular type\n"
                "  -p --property=NAME  Show only properties by this name\n"
                "     --version        Show package version\n"
                "  -t --type=TYPE      List only units of a particular type\n"
                "  -p --property=NAME  Show only properties by this name\n"
-               "  -a --all            Show all internally loaded units/properties,\n"
-               "                      including dead/empty ones. To list all units installed\n"
-               "                      on disk, use the command 'list-unit-files' instead.\n"
+               "  -a --all            Show all loaded units/properties, including dead/empty\n"
+               "                      ones. To list all units installed on the system, use\n"
+               "                      the 'list-unit-files' command instead.\n"
                "     --failed         Show only failed units\n"
                "     --full           Don't ellipsize unit names on output\n"
                "     --fail           When queueing a new job, fail if conflicting jobs are\n"
                "     --failed         Show only failed units\n"
                "     --full           Don't ellipsize unit names on output\n"
                "     --fail           When queueing a new job, fail if conflicting jobs are\n"