diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2020-07-10 15:05:23 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-11 13:26:52 +0200 |
commit | 675fa6ea284b715d8fc909e6523f520a0125b7eb (patch) | |
tree | e676121bf86be60e5745fbff449b2966dbc5883a | |
parent | 5149990e1f6d3c456e3664011778d09734faacfd (diff) | |
download | systemd-675fa6ea284b715d8fc909e6523f520a0125b7eb.tar.gz |
man: fix some manvolnum
-rw-r--r-- | man/homectl.xml | 2 | ||||
-rw-r--r-- | man/journal-remote.conf.xml | 2 | ||||
-rw-r--r-- | man/journal-upload.conf.xml | 2 | ||||
-rw-r--r-- | man/journalctl.xml | 2 | ||||
-rw-r--r-- | man/journald.conf.xml | 2 | ||||
-rw-r--r-- | man/logind.conf.xml | 2 | ||||
-rw-r--r-- | man/systemd-bless-boot.service.xml | 2 | ||||
-rw-r--r-- | man/systemd-boot-check-no-failures.service.xml | 2 | ||||
-rw-r--r-- | man/systemd-environment-d-generator.xml | 2 | ||||
-rw-r--r-- | man/systemd-sleep.conf.xml | 2 | ||||
-rw-r--r-- | man/systemd-system.conf.xml | 2 | ||||
-rw-r--r-- | man/systemd-sysv-generator.xml | 2 | ||||
-rw-r--r-- | man/systemd-xdg-autostart-generator.xml | 2 | ||||
-rw-r--r-- | man/systemd.link.xml | 2 | ||||
-rw-r--r-- | man/systemd.netdev.xml | 2 | ||||
-rw-r--r-- | man/systemd.network.xml | 2 | ||||
-rw-r--r-- | man/systemd.slice.xml | 6 | ||||
-rw-r--r-- | man/systemd.unit.xml | 2 | ||||
-rw-r--r-- | man/systemd.xml | 2 | ||||
-rw-r--r-- | man/timesyncd.conf.xml | 2 | ||||
-rw-r--r-- | man/user@.service.xml | 4 |
21 files changed, 24 insertions, 24 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index 6a8448f25d..0724749c07 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -437,7 +437,7 @@ <listitem><para>Each of these options takes a time span specification as argument (in the syntax documented in - <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>5</manvolnum></citerefentry>) and + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>) and configures various aspects of the user's password expiration policy. Specifically, <option>--password-change-min=</option> configures how much time has to pass after changing the password of the user until the password may be changed again. If the user tries to change their diff --git a/man/journal-remote.conf.xml b/man/journal-remote.conf.xml index 3db12dd0ce..f6a9f1565e 100644 --- a/man/journal-remote.conf.xml +++ b/man/journal-remote.conf.xml @@ -39,7 +39,7 @@ <para>These files configure various parameters of <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. See - <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> </refsect1> diff --git a/man/journal-upload.conf.xml b/man/journal-upload.conf.xml index 6cb1aa474d..2a67e6fd05 100644 --- a/man/journal-upload.conf.xml +++ b/man/journal-upload.conf.xml @@ -34,7 +34,7 @@ <para>These files configure various parameters of <citerefentry><refentrytitle>systemd-journal-upload.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. See - <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> </refsect1> diff --git a/man/journalctl.xml b/man/journalctl.xml index ea60196e86..07310d90a1 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -1022,7 +1022,7 @@ journalctl _SYSTEMD_CGROUP=/user.slice/user-42.slice/session-c1.scope</programli + OBJECT_SYSTEMD_UNIT=<replaceable>name</replaceable>.service _UID=0 + COREDUMP_UNIT=<replaceable>name</replaceable>.service _UID=0 MESSAGE_ID=fc2e22bc6ee647b6b90729ab34a250b1 </programlisting> - (see <citerefentry><refentrytitle>systemd.journal-fields</refentrytitle><manvolnum>5</manvolnum></citerefentry> + (see <citerefentry><refentrytitle>systemd.journal-fields</refentrytitle><manvolnum>7</manvolnum></citerefentry> for an explanation of those patterns). </para> diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 5c9419b012..bfd359a903 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -36,7 +36,7 @@ <para>These files configure various parameters of the systemd journal service, <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. See - <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> <para>The <command>systemd-journald</command> instance managing the default namespace is configured by diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 22f21355b6..81b870c46f 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -36,7 +36,7 @@ <para>These files configure various parameters of the systemd login manager, <citerefentry><refentrytitle>systemd-logind.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. See - <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> </refsect1> diff --git a/man/systemd-bless-boot.service.xml b/man/systemd-bless-boot.service.xml index 4a45560a8c..1787d7216f 100644 --- a/man/systemd-bless-boot.service.xml +++ b/man/systemd-bless-boot.service.xml @@ -106,7 +106,7 @@ <para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>, - <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>1</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry> </para> </refsect1> diff --git a/man/systemd-boot-check-no-failures.service.xml b/man/systemd-boot-check-no-failures.service.xml index 8509fa633e..e92fdd63c0 100644 --- a/man/systemd-boot-check-no-failures.service.xml +++ b/man/systemd-boot-check-no-failures.service.xml @@ -45,7 +45,7 @@ <title>See Also</title> <para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, - <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>1</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry> </para> </refsect1> diff --git a/man/systemd-environment-d-generator.xml b/man/systemd-environment-d-generator.xml index 4c88bd5e66..708db01b4a 100644 --- a/man/systemd-environment-d-generator.xml +++ b/man/systemd-environment-d-generator.xml @@ -46,7 +46,7 @@ <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.environment-generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>, - <citerefentry><refentrytitle>systemd.generator</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry> </para> </refsect1> diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml index 1acf0e8905..a3714f52ae 100644 --- a/man/systemd-sleep.conf.xml +++ b/man/systemd-sleep.conf.xml @@ -95,7 +95,7 @@ <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry> attempts to suspend or hibernate the machine. See - <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> </refsect1> diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 8cf5666f4b..c64e57c277 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -48,7 +48,7 @@ <filename>user.conf.d</filename> directories. These configuration files contain a few settings controlling basic manager operations. See - <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> </refsect1> diff --git a/man/systemd-sysv-generator.xml b/man/systemd-sysv-generator.xml index 795d9eebe2..7396d4ab60 100644 --- a/man/systemd-sysv-generator.xml +++ b/man/systemd-sysv-generator.xml @@ -43,7 +43,7 @@ <literal>$named</literal>, <literal>$portmap</literal>, <literal>$time</literal> are supported and will be turned into dependencies on specific native systemd targets. See - <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry> for more details.</para> <para>SysV runlevels have corresponding systemd targets diff --git a/man/systemd-xdg-autostart-generator.xml b/man/systemd-xdg-autostart-generator.xml index 1d50ec5cfe..07b6e455f7 100644 --- a/man/systemd-xdg-autostart-generator.xml +++ b/man/systemd-xdg-autostart-generator.xml @@ -38,7 +38,7 @@ <para>Units created by <filename>systemd-xdg-autostart-generator</filename> can be started by the desktop environment using <literal>xdg-desktop-autostart.target</literal>. See - <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry> for more details.</para> <para><filename>systemd-xdg-autostart-generator</filename> implements diff --git a/man/systemd.link.xml b/man/systemd.link.xml index dc59ee4e9a..af69c48383 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -29,7 +29,7 @@ <para>A plain ini-style text file that encodes configuration for matching network devices, used by <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry> and in particular its <command>net_setup_link</command> builtin. See - <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> for a + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> <para>The link files are read from the files located in the system diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index c8ebd45c7f..5516f63b65 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -29,7 +29,7 @@ <para>A plain ini-style text file that encodes configuration about a virtual network device, used by <citerefentry><refentrytitle>systemd-networkd</refentrytitle><manvolnum>8</manvolnum></citerefentry>. - See <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + See <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> <para>The main Virtual Network Device file must have the extension <filename>.netdev</filename>; diff --git a/man/systemd.network.xml b/man/systemd.network.xml index d08543c5fc..58d1f2c717 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -31,7 +31,7 @@ <para>A plain ini-style text file that encodes network configuration for matching network interfaces, used by <citerefentry><refentrytitle>systemd-networkd</refentrytitle><manvolnum>8</manvolnum></citerefentry>. - See <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + See <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> <para>The main network file must have the extension <filename>.network</filename>; other diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml index 5019bf9976..928c9905e1 100644 --- a/man/systemd.slice.xml +++ b/man/systemd.slice.xml @@ -43,12 +43,12 @@ <para>By default, service and scope units are placed in <filename>system.slice</filename>, virtual machines and containers registered with - <citerefentry><refentrytitle>systemd-machined</refentrytitle><manvolnum>1</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd-machined</refentrytitle><manvolnum>8</manvolnum></citerefentry> are found in <filename>machine.slice</filename>, and user sessions handled by - <citerefentry><refentrytitle>systemd-logind</refentrytitle><manvolnum>1</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd-logind</refentrytitle><manvolnum>8</manvolnum></citerefentry> in <filename>user.slice</filename>. See - <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry> for more information.</para> <para>See diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index af45900cd0..b3deb28956 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -81,7 +81,7 @@ target, a watched file system path, a timer controlled and supervised by <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, a resource management slice or a group of externally created processes. See - <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> <para>This man page lists the common configuration options of all diff --git a/man/systemd.xml b/man/systemd.xml index a13d53e72c..a9040545c2 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -1259,7 +1259,7 @@ <citerefentry><refentrytitle>sd-daemon</refentrytitle><manvolnum>3</manvolnum></citerefentry>, <citerefentry><refentrytitle>org.freedesktop.systemd1</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>, - <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>5</manvolnum></citerefentry>, + <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>, <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>kernel-command-line</refentrytitle><manvolnum>7</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>bootup</refentrytitle><manvolnum>7</manvolnum></citerefentry>, diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml index 44694e8033..c1a37ec837 100644 --- a/man/timesyncd.conf.xml +++ b/man/timesyncd.conf.xml @@ -32,7 +32,7 @@ <title>Description</title> <para>These configuration files control NTP network time synchronization. See - <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a general description of the syntax.</para> </refsect1> diff --git a/man/user@.service.xml b/man/user@.service.xml index cb95d04392..b9d1461404 100644 --- a/man/user@.service.xml +++ b/man/user@.service.xml @@ -39,7 +39,7 @@ hierarchy of units specific to that user. See <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry> for a discussion of units and - <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>1</manvolnum></citerefentry> for a + <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry> for a list of units that form the basis of the unit hierarchies of system and user units.</para> <para><filename>user@<replaceable>UID</replaceable>.service</filename> is accompanied by the @@ -60,7 +60,7 @@ <para>Individual <filename>user-<replaceable>UID</replaceable>.slice</filename> slices are collected under <filename>user.slice</filename>, see - <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>8</manvolnum></citerefentry>. + <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>. </para> </refsect1> |