mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
man: properly document .socket units in man page
This commit is contained in:
parent
a32f224aaf
commit
ee1c0ad436
@ -502,11 +502,14 @@ MANPAGES_ALIAS = \
|
||||
man/init.1 \
|
||||
man/systemd-modules-load.8 \
|
||||
man/systemd-sysctl.8 \
|
||||
man/systemd-journald.socket.8 \
|
||||
man/systemd-journald.8 \
|
||||
man/systemd-remount-fs.8 \
|
||||
man/systemd-update-utmp-shutdown.service.8 \
|
||||
man/systemd-update-utmp.8 \
|
||||
man/systemd-initctl.socket.8 \
|
||||
man/systemd-initctl.8 \
|
||||
man/systemd-shutdownd.socket.8 \
|
||||
man/systemd-shutdownd.8 \
|
||||
man/systemd-hibernate.service.8 \
|
||||
man/systemd-sleep.8 \
|
||||
@ -521,11 +524,14 @@ man/poweroff.8: man/halt.8
|
||||
man/init.1: man/systemd.1
|
||||
man/systemd-modules-load.8: man/systemd-modules-load.service.8
|
||||
man/systemd-sysctl.8: man/systemd-sysctl.service.8
|
||||
man/systemd-journald.socket.8: man/systemd-journald.service.8
|
||||
man/systemd-journald.8: man/systemd-journald.service.8
|
||||
man/systemd-remount-fs.8: man/systemd-remount-fs.service.8
|
||||
man/systemd-update-utmp-shutdown.service.8: man/systemd-update-utmp-runlevel.service.8
|
||||
man/systemd-update-utmp.8: man/systemd-update-utmp-runlevel.service.8
|
||||
man/systemd-initctl.socket.8: man/systemd-initctl.service.8
|
||||
man/systemd-initctl.8: man/systemd-initctl.service.8
|
||||
man/systemd-shutdownd.socket.8: man/systemd-shutdownd.service.8
|
||||
man/systemd-shutdownd.8: man/systemd-shutdownd.service.8
|
||||
man/systemd-hibernate.service.8: man/systemd-suspend.service.8
|
||||
man/systemd-sleep.8: man/systemd-suspend.service.8
|
||||
|
@ -44,12 +44,14 @@
|
||||
|
||||
<refnamediv>
|
||||
<refname>systemd-initctl.service</refname>
|
||||
<refname>systemd-initctl.socket</refname>
|
||||
<refname>systemd-initctl</refname>
|
||||
<refpurpose>systemd <filename>/dev/initctl</filename> Compatibility</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv>
|
||||
<para><filename>systemd-initctl.service</filename></para>
|
||||
<para><filename>systemd-initctl.socket</filename></para>
|
||||
<para><filename>/usr/lib/systemd/systemd-initctl</filename></para>
|
||||
</refsynopsisdiv>
|
||||
|
||||
|
@ -44,12 +44,14 @@
|
||||
|
||||
<refnamediv>
|
||||
<refname>systemd-journald.service</refname>
|
||||
<refname>systemd-journald.socket</refname>
|
||||
<refname>systemd-journald</refname>
|
||||
<refpurpose>systemd Journal Service</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv>
|
||||
<para><filename>systemd-journald.service</filename></para>
|
||||
<para><filename>systemd-journald.socket</filename></para>
|
||||
<para><filename>/usr/lib/systemd/systemd-journald</filename></para>
|
||||
</refsynopsisdiv>
|
||||
|
||||
|
@ -44,12 +44,14 @@
|
||||
|
||||
<refnamediv>
|
||||
<refname>systemd-shutdownd.service</refname>
|
||||
<refname>systemd-shutdownd.socket</refname>
|
||||
<refname>systemd-shutdownd</refname>
|
||||
<refpurpose>systemd scheduled shutdown daemon</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv>
|
||||
<para><filename>systemd-shutdownd.service</filename></para>
|
||||
<para><filename>systemd-shutdownd.socket</filename></para>
|
||||
<para><filename>/usr/lib/systemd/systemd-shutdownd</filename></para>
|
||||
</refsynopsisdiv>
|
||||
|
||||
|
@ -24,13 +24,17 @@
|
||||
</refmeta>
|
||||
|
||||
<refnamediv>
|
||||
<refname>systemd-udevd.service</refname>
|
||||
<refname>systemd-udev.service</refname>
|
||||
<refname>systemd-udev-control.socket</refname>
|
||||
<refname>systemd-udev-kernel.socket</refname>
|
||||
<refname>systemd-udevd</refname>
|
||||
<refpurpose>Device event managing daemon</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv>
|
||||
<para><filename>systemd-udevd.service</filename></para>
|
||||
<para><filename>systemd-udev.service</filename></para>
|
||||
<para><filename>systemd-udev-control.socket</filename></para>
|
||||
<para><filename>systemd-udev-kernel.socket</filename></para>
|
||||
|
||||
<cmdsynopsis>
|
||||
<command>/usr/lib/systemd/systemd-udevd</command>
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=/dev/initctl Compatibility Named Pipe
|
||||
Documentation=man:systemd-initctl.service(8)
|
||||
DefaultDependencies=no
|
||||
Before=sockets.target
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Journal Socket
|
||||
Documentation=man:journald.conf(5)
|
||||
Documentation=man:systemd-journald.service(8) man:journald.conf(5)
|
||||
DefaultDependencies=no
|
||||
Before=sockets.target syslog.target
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Delayed Shutdown Service
|
||||
Documentation=man:systemd-shutdown.service(8)
|
||||
Documentation=man:systemd-shutdownd.service(8)
|
||||
DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Delayed Shutdown Socket
|
||||
Documentation=man:systemd-shutdownd.service(8)
|
||||
DefaultDependencies=no
|
||||
Before=sockets.target
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=udev Control Socket
|
||||
Documentation=man:udev(7) man:systemd-udevd.service(8)
|
||||
Documentation=man:systemd-udevd.service(8) man:udev(7)
|
||||
DefaultDependencies=no
|
||||
ConditionCapability=CAP_MKNOD
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=udev Kernel Socket
|
||||
Documentation=man:udev(7) man:systemd-udevd.service(8)
|
||||
Documentation=man:systemd-udevd.service(8) man:udev(7)
|
||||
DefaultDependencies=no
|
||||
ConditionCapability=CAP_MKNOD
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=udev Kernel Device Manager
|
||||
Documentation=man:udev(7) man:systemd-udevd.service(8)
|
||||
Documentation=man:systemd-udevd.service(8) man:udev(7)
|
||||
Wants=systemd-udev-control.socket systemd-udev-kernel.socket
|
||||
After=systemd-udev-control.socket systemd-udev-kernel.socket
|
||||
Before=basic.target
|
||||
|
Loading…
Reference in New Issue
Block a user