[systemd-commits] man/systemd.service.xml src/core
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Tue Jan 22 07:25:54 PST 2013
man/systemd.service.xml | 2 +-
src/core/manager.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 28137202027b07fec5c270c1b1ef12ebaf35d58d
Author: Eelco Dolstra <eelco.dolstra at logicblox.com>
Date: Sun Jan 20 16:27:58 2013 +0100
Fix some typos
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index f7cbbb4..891b347 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -745,7 +745,7 @@
open access to the notification socket
when using
<varname>Type=notify</varname> or
- <varname>WatchdogUsec=</varname> (see
+ <varname>WatchdogSec=</varname> (see
above). If those options are used but
<varname>NotifyAccess=</varname> not
configured it will be implicitly set
diff --git a/src/core/manager.c b/src/core/manager.c
index aaf6697..9c829fd 100644
--- a/src/core/manager.c
+++ b/src/core/manager.c
@@ -123,7 +123,7 @@ static int manager_setup_notify(Manager *m) {
ev.data.ptr = &m->notify_watch;
if (epoll_ctl(m->epoll_fd, EPOLL_CTL_ADD, m->notify_watch.fd, &ev) < 0) {
- log_error("Failed to add timer change fd to epoll: %m");
+ log_error("Failed to add notification socket fd to epoll: %m");
return -errno;
}
More information about the systemd-commits
mailing list