diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-02-14 22:07:22 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-14 22:08:10 -0500 |
commit | b200a92cdc47b204e2ed7fbdd1eaf15abfd019c6 (patch) | |
tree | 72268b1503702cac96b7ac55591879dbc17856ec /man/systemd.socket.xml | |
parent | 6db2742802b70938f0f2d373110ed734d4fb9813 (diff) |
man: use spaces instead of tabs
Several sections of the man pages included intermixed tabs and spaces;
this commit replaces all tabs with spaces.
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 6472750d0e..71d1ab916d 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -121,16 +121,16 @@ boot or late system shutdown should disable this option.</para> - <para>Socket units will have a - <varname>Before=</varname> dependency on the service - which they trigger added implicitly. No implicit - <varname>WantedBy=</varname> or - <varname>RequiredBy=</varname> dependency from the - socket to the service is added. This means that the - service may be started without the socket, in which - case it must be able to open sockets by itself. To - prevent this, an explicit <varname>Requires=</varname> - dependency may be added.</para> + <para>Socket units will have a + <varname>Before=</varname> dependency on the service + which they trigger added implicitly. No implicit + <varname>WantedBy=</varname> or + <varname>RequiredBy=</varname> dependency from the + socket to the service is added. This means that the + service may be started without the socket, in which + case it must be able to open sockets by itself. To + prevent this, an explicit <varname>Requires=</varname> + dependency may be added.</para> <para>Socket units may be used to implement on-demand starting of services, as well as parallelized starting |