Merge pull request #13538 from keszybz/doc-tweaks

Various minor tweaks that don't deserve seperate pull requests
This commit is contained in:
Yu Watanabe 2019-09-13 13:31:20 +09:00 committed by GitHub
commit 5dcd46dd53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 8 deletions

5
TODO
View file

@ -1107,6 +1107,11 @@ External:
- <command> <verb> -<TAB> should complete options, but currently does not - <command> <verb> -<TAB> should complete options, but currently does not
- systemctl add-wants,add-requires - systemctl add-wants,add-requires
* systemctl status foo.service should say that it is trigger by foo.timer
* systemctl status should know about 'systemd-analyze calendar ... --iterations='
* systemctl list-timers foo should use .timer suffix by default
* If timer has just OnInactiveSec=..., it should fire after a specified time
after being started.
Regularly: Regularly:

View file

@ -1742,8 +1742,8 @@
<varlistentry> <varlistentry>
<term><varname>ARPIntervalSec=</varname></term> <term><varname>ARPIntervalSec=</varname></term>
<listitem> <listitem>
<para>Specifies the ARP link monitoring frequency in milliseconds. <para>Specifies the ARP link monitoring frequency. A value of 0 disables ARP monitoring. The
A value of 0 disables ARP monitoring. The default value is 0. default value is 0, and the default unit seconds.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View file

@ -163,7 +163,7 @@
<varname>Wants=</varname>, see below. The preferred way to create symlinks in the <varname>Wants=</varname>, see below. The preferred way to create symlinks in the
<filename>.wants/</filename> or <filename>.requires/</filename> directory of a unit file is by embedding <filename>.wants/</filename> or <filename>.requires/</filename> directory of a unit file is by embedding
the dependency in [Install] section of the target unit, and creating the symlink in the file system with the dependency in [Install] section of the target unit, and creating the symlink in the file system with
the with the <command>enable</command> or <command>preset</command> commands of the <command>enable</command> or <command>preset</command> commands of
<citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para> <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
<para>Along with a unit file <filename>foo.service</filename>, a "drop-in" directory <para>Along with a unit file <filename>foo.service</filename>, a "drop-in" directory

View file

@ -700,7 +700,7 @@ msgid "Revert name resolution settings"
msgstr "名前解決の設定の破棄" msgstr "名前解決の設定の破棄"
#: src/resolve/org.freedesktop.resolve1.policy:133 #: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to revert name resolution settings." msgid "Authentication is required to reset name resolution settings."
msgstr "名前解決の設定を破棄するには認証が必要です。" msgstr "名前解決の設定を破棄するには認証が必要です。"
#: src/timedate/org.freedesktop.timedate1.policy:22 #: src/timedate/org.freedesktop.timedate1.policy:22

View file

@ -760,7 +760,7 @@ msgid "Revert name resolution settings"
msgstr "Przywrócenie ustawień rozwiązywania nazw" msgstr "Przywrócenie ustawień rozwiązywania nazw"
#: src/resolve/org.freedesktop.resolve1.policy:133 #: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to revert name resolution settings." msgid "Authentication is required to reset name resolution settings."
msgstr "" msgstr ""
"Wymagane jest uwierzytelnienie, aby przywrócić ustawienia rozwiązywania nazw." "Wymagane jest uwierzytelnienie, aby przywrócić ustawienia rozwiązywania nazw."

View file

@ -119,7 +119,7 @@
<action id="org.freedesktop.network1.revert-ntp"> <action id="org.freedesktop.network1.revert-ntp">
<description gettext-domain="systemd">Revert NTP settings</description> <description gettext-domain="systemd">Revert NTP settings</description>
<message gettext-domain="systemd">Authentication is required to revert NTP settings.</message> <message gettext-domain="systemd">Authentication is required to reset NTP settings.</message>
<defaults> <defaults>
<allow_any>auth_admin</allow_any> <allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive> <allow_inactive>auth_admin</allow_inactive>
@ -130,7 +130,7 @@
<action id="org.freedesktop.network1.revert-dns"> <action id="org.freedesktop.network1.revert-dns">
<description gettext-domain="systemd">Revert DNS settings</description> <description gettext-domain="systemd">Revert DNS settings</description>
<message gettext-domain="systemd">Authentication is required to revert DNS settings.</message> <message gettext-domain="systemd">Authentication is required to reset DNS settings.</message>
<defaults> <defaults>
<allow_any>auth_admin</allow_any> <allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive> <allow_inactive>auth_admin</allow_inactive>

View file

@ -130,7 +130,7 @@
<action id="org.freedesktop.resolve1.revert"> <action id="org.freedesktop.resolve1.revert">
<description gettext-domain="systemd">Revert name resolution settings</description> <description gettext-domain="systemd">Revert name resolution settings</description>
<message gettext-domain="systemd">Authentication is required to revert name resolution settings.</message> <message gettext-domain="systemd">Authentication is required to reset name resolution settings.</message>
<defaults> <defaults>
<allow_any>auth_admin</allow_any> <allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive> <allow_inactive>auth_admin</allow_inactive>