]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix some typos
authorEelco Dolstra <eelco.dolstra@logicblox.com>
Sun, 20 Jan 2013 15:27:58 +0000 (16:27 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 22 Jan 2013 15:03:16 +0000 (10:03 -0500)
man/systemd.service.xml
src/core/manager.c

index f7cbbb489cc91c0c4cb6e7d8f35a9867cc271ecc..891b3474aae66211b69e3bb73f40d84050a5f353 100644 (file)
                                 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
index aaf66970cf11e7a6e94d83fdd2919ad9ee01aaec..9c829fdb3bf3a7d175f9ea45c662e21239042f82 100644 (file)
@@ -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;
         }