From 0ba5fd00ec4e1e25bb868b2b5a7b98d24b56197e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 25 Sep 2021 09:45:27 +0000 Subject: Doc fixes, s6-socklog min linelen -> 76, s6-ioconnect fixes Signed-off-by: Laurent Bercot --- doc/s6-socklog.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/s6-socklog.html') 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.
  • It prints the log line to its stdout, terminated by a newline.
  • @@ -80,7 +80,7 @@ will not be converted to facility/priority names. (actually bound to its socket), write a newline to file descriptor notif then close it. This allows s6-socklog to use the s6 -mechanism to notify readiness. notif cannot be lesser than 3. +mechanism to notify readiness. notif cannot be less than 3. If this option is not given, no readiness notification is sent.
  • -u uid : drop user id to uid
  • -g gid : drop group id to gid
  • @@ -92,7 +92,7 @@ to the values of the UID, GID and GIDLIST environment variables. If a -u-g or -G option is given after -U, the command line value overrides the environment variable.
  • -l linelen : Set the maximum datagram size to -linelen. Default is 1024. It cannot be set to less than 80 or more than +linelen. Default is 1024. It cannot be set to less than 76 or more than 1048576. If a datagram is bigger than linelen, it will be truncated to linelen characters, and the logged line will end with a ... ellipsis to show the truncation.
  • -- cgit v1.2.3