diff options
author | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2017-12-16 10:48:12 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-12-16 11:48:12 +0100 |
commit | 3f2d136505370bb2c8ccd6f66a33c559847b3ab4 (patch) | |
tree | 34b93787a8ae135229b00bd22fe36d222a84afa6 /man/systemd.swap.xml | |
parent | 6671e818e93ee1b3caf071d3aff284fb8fa85f00 (diff) | |
download | systemd-3f2d136505370bb2c8ccd6f66a33c559847b3ab4.tar.gz systemd-3f2d136505370bb2c8ccd6f66a33c559847b3ab4.tar.bz2 systemd-3f2d136505370bb2c8ccd6f66a33c559847b3ab4.zip |
man: generalize "binary" to "program" (#7668)
Systemd services are permitted to be scripts, as well as binary
executables.
The same also applies to the underlying /sbin/mount and /sbin/swapon.
It is not necessary for the user to consider what type of program file
these are. Nor is it necessary with systemd-nspawn, to distinguish between
init as a "binary" v.s. a user-specified "program".
Also fix a couple of grammar nits in the modified sentences.
Diffstat (limited to 'man/systemd.swap.xml')
-rw-r--r-- | man/systemd.swap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 707b04b208..acedb9fb25 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -72,7 +72,7 @@ <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>, which define the execution environment the <citerefentry project='man-pages'><refentrytitle>swapon</refentrytitle><manvolnum>8</manvolnum></citerefentry> - binary is executed in, in + program is executed in, in <citerefentry><refentrytitle>systemd.kill</refentrytitle><manvolnum>5</manvolnum></citerefentry>, which define the way these processes are terminated, and in |