diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-18 18:48:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-18 18:48:27 +0000 |
commit | cad227bc6d587dc0f28f161c9617c641c7589331 (patch) | |
tree | 41a78830f4ad28ee3beaf32678594b9d19ff2808 | |
parent | 678508409a92f80cacd94a70e1e51ca4a389435a (diff) | |
download | s6-cad227bc6d587dc0f28f161c9617c641c7589331.tar.xz |
Better doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | doc/s6-socklog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-socklog.html b/doc/s6-socklog.html index 03f8c6b..ab31606 100644 --- a/doc/s6-socklog.html +++ b/doc/s6-socklog.html @@ -47,8 +47,8 @@ with a few more features. <li> Trailing nulls or newlines are removed </li> <li> Embedded nulls or newlines are converted to <tt>~</tt> characters (tildas) </li> <li> A <tt><syslogcode></tt> at the beginning of the line is converted to <tt>facility.priority: </tt> </li> - </ul> -and prints the log line to its stdout, terminated by a newline. </li> + </ul> <li> + <li> It prints the log line to its stdout, terminated by a newline. </li> <li> It exits 0 on a SIGTERM. </li> </ul> |