diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-09-25 09:45:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-09-25 09:45:27 +0000 |
commit | 0ba5fd00ec4e1e25bb868b2b5a7b98d24b56197e (patch) | |
tree | 56c3b8747bbea36d433c5108e0d326bd48450914 /doc/s6-socklog.html | |
parent | 394619babd409dfede6bdce61699981b893183ba (diff) | |
download | s6-0ba5fd00ec4e1e25bb868b2b5a7b98d24b56197e.tar.xz |
Doc fixes, s6-socklog min linelen -> 76, s6-ioconnect fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-socklog.html')
-rw-r--r-- | doc/s6-socklog.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-socklog.html b/doc/s6-socklog.html index 3f66cdc..d10a517 100644 --- a/doc/s6-socklog.html +++ b/doc/s6-socklog.html @@ -45,7 +45,7 @@ with a few more features. <ul> <li> Messages are truncated to 1024 characters </li> <li> Trailing nulls or newlines are removed </li> - <li> Embedded nulls or newlines are converted to <tt>~</tt> characters (tildas) </li> + <li> Embedded nulls or newlines are converted to <tt>~</tt> characters (tildes) </li> <li> A <tt><syslogcode></tt> at the beginning of the line is converted to <tt>facility.priority: </tt> </li> </ul> </li> <li> It prints the log line to its stdout, terminated by a newline. </li> @@ -80,7 +80,7 @@ will not be converted to facility/priority names. </li> (actually bound to its socket), write a newline to file descriptor <em>notif</em> then close it. This allows <tt>s6-socklog</tt> to use the <a href="notifywhenup.html">s6 -mechanism to notify readiness</a>. <em>notif</em> cannot be lesser than 3. +mechanism to notify readiness</a>. <em>notif</em> cannot be less than 3. If this option is not given, no readiness notification is sent. </li> <li> <tt>-u <em>uid</em></tt> : drop user id to <em>uid</em> </li> <li> <tt>-g <em>gid</em></tt> : drop group id to <em>gid</em> </li> @@ -92,7 +92,7 @@ to the values of the UID, GID and GIDLIST environment variables. If a <tt>-u</tt <tt>-g</tt> or <tt>-G</tt> option is given after <tt>-U</tt>, the command line value overrides the environment variable. </li> <li> <tt>-l</tt> <em>linelen</em> : Set the maximum datagram size to -<em>linelen</em>. Default is 1024. It cannot be set to less than 80 or more than +<em>linelen</em>. Default is 1024. It cannot be set to less than 76 or more than 1048576. If a datagram is bigger than <em>linelen</em>, it will be truncated to <em>linelen</em> characters, and the logged line will end with a <tt>...</tt> ellipsis to show the truncation. </li> |