mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
Merge pull request #13538 from keszybz/doc-tweaks
Various minor tweaks that don't deserve seperate pull requests
This commit is contained in:
commit
5dcd46dd53
5
TODO
5
TODO
@ -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:
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
2
po/ja.po
2
po/ja.po
@ -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
|
||||
|
2
po/pl.po
2
po/pl.po
@ -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."
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user