commit dc5190eab1e28712f01a4c54931cd6946efb6b89
Author:     FRIGN <[email protected]>
AuthorDate: Mon Mar 7 22:00:27 2016 +0100
Commit:     sin <[email protected]>
CommitDate: Thu Mar 10 08:48:09 2016 +0000

    logger(1) is NUL compliant
    
    because we can't call the syslog-syscall without becoming unportable.
    The syslog() libc-function does not accept a length though, so we're
    fucked. Anyway, let's carry on.

diff --git a/README b/README
index 8490a9a..4fde8b1 100644
--- a/README
+++ b/README
@@ -47,7 +47,7 @@ The following tools are implemented:
 0=*|o kill            .
 0=*|o link            .
 0=*|o ln              .
- =*|o logger          .
+0=*|o logger          .
 0=*|o logname         .
 0#* o ls              (-C, -k, -m, -p, -s, -x)
 0=*|x md5sum          .

Reply via email to