[systemd-commits] 2 commits - man/bootup.xml src/systemd

Lennart Poettering lennart at kemper.freedesktop.org
Tue Jun 26 03:31:54 PDT 2012


 man/bootup.xml           |    2 +-
 src/systemd/sd-journal.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8284608198887230a1ac7f6ada9affeed3f437fb
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Jun 25 23:00:38 2012 +0200

    man/bootup.xml: Fix grammar by adding missing verb »is«

diff --git a/man/bootup.xml b/man/bootup.xml
index 69f9a27..e29c1a0 100644
--- a/man/bootup.xml
+++ b/man/bootup.xml
@@ -73,7 +73,7 @@
                 storage technologies backing them), and then
                 (optionally) jumps back into the initrd code which
                 unmounts/detaches the root file system and the storage
-                it resides on. As last step the system powered down.</para>
+                it resides on. As last step the system is powered down.</para>
 
                 <para>Additional information about the system boot
                 process may be found in

commit e911672372f606c613c8b48170368bd2fbcec55f
Author: David Strauss <david at davidstrauss.net>
Date:   Tue Jun 26 12:25:11 2012 +0200

    journal: typo fix in sd-journal.h

diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h
index 85f8604..792e31f 100644
--- a/src/systemd/sd-journal.h
+++ b/src/systemd/sd-journal.h
@@ -35,7 +35,7 @@ extern "C" {
 #endif
 
 /* Write to daemon */
-int sd_journal_print(int piority, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
+int sd_journal_print(int priority, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
 int sd_journal_printv(int priority, const char *format, va_list ap);
 int sd_journal_send(const char *format, ...) __attribute__((sentinel));
 int sd_journal_sendv(const struct iovec *iov, int n);



More information about the systemd-commits mailing list