summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-10-18 02:40:26 +0200
committerLennart Poettering <lennart@poettering.net>2013-10-18 02:58:47 +0200
commit96c374d0a536286e18cad64d1b5ebb8f07c90334 (patch)
treebc980c411249ef8344c72ada79d84f2ced7672fe /Makefile-man.am
parente905a456814eadfb904c49241e3841c1e4a1d119 (diff)
socket-proxyd: rename from saproxy
The thing is a daemon, hence needs a "d" prefix. Also, we tend to not abbreviate names of background components unnecessarily, since they are not primary commands people type. Then, the fact that this thing does socket actviation is mostly in implementationd detail for the proxy. Also, do some minor indenting clean-ups and other code updates.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index 6b286bc48..54798450f 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -66,7 +66,7 @@ MANPAGES += \
man/systemd-nspawn.1 \
man/systemd-remount-fs.service.8 \
man/systemd-run.1 \
- man/systemd-saproxy.1 \
+ man/systemd-socket-proxyd.1 \
man/systemd-shutdownd.service.8 \
man/systemd-sleep.conf.5 \
man/systemd-suspend.service.8 \