From: Zbigniew Jędrzejewski-Szmek Date: Sat, 27 Oct 2012 22:43:44 +0000 (+0200) Subject: Tweak TODO X-Git-Tag: v196~199 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f2d433e178df7df01a836e95775261e1d85ec60d;hp=4e84ae7e76a080cb32796912471be1e4285415b1 Tweak TODO --- diff --git a/TODO b/TODO index 88cfb4b8d..270d53472 100644 --- a/TODO +++ b/TODO @@ -40,9 +40,10 @@ Features: * link up selected blog stories from man pages? -* journactl: support negative filtering, i.e. FOOBAR!="waldo" +* journactl: support negative filtering, i.e. FOOBAR!="waldo", + and !FOOBAR for events without FOOBAR. -* drop header/footer from systemctl --failed output if there are no entries shown, print nice message instead, and hook that into ExecStartPre of rescue.service/emergency.service +* print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service * add libsystemd-password or so to query passwords during boot using the password agent logic diff --git a/src/libudev/libudev-hwdb.c b/src/libudev/libudev-hwdb.c index 92c58b61a..a3f815f83 100644 --- a/src/libudev/libudev-hwdb.c +++ b/src/libudev/libudev-hwdb.c @@ -35,7 +35,7 @@ * SECTION:libudev-hwdb * @short_description: retrieve properties from the hardware database * - * Libuded hardware database interface. + * Libudev hardware database interface. */ /**