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
- 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:

View File

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

View File

@ -163,7 +163,7 @@
<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
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>
<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 "名前解決の設定の破棄"
#: 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 "名前解決の設定を破棄するには認証が必要です。"
#: 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"
#: 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 ""
"Wymagane jest uwierzytelnienie, aby przywrócić ustawienia rozwiązywania nazw."

View File

@ -119,7 +119,7 @@
<action id="org.freedesktop.network1.revert-ntp">
<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>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
@ -130,7 +130,7 @@
<action id="org.freedesktop.network1.revert-dns">
<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>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>

View File

@ -130,7 +130,7 @@
<action id="org.freedesktop.resolve1.revert">
<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>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>