commit 254e16eb855460556bdf6dd50311a4114830c8d0
parent 587ce6fb85995f22ba6b0b9e3b944cb2896bc7cc
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 21 Mar 2022 10:58:22 +0100
sfeed_update.1: document logging and improve documentation of exit status
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/sfeed_update.1 b/sfeed_update.1
@@ -1,4 +1,4 @@
-.Dd August 3, 2021
+.Dd March 21, 2022
.Dt SFEED_UPDATE 1
.Os
.Sh NAME
@@ -54,8 +54,15 @@ can be sourced as a script, but it won't run the
.Fn main
entry-point.
.El
+.Sh LOGGING
+When processing a feed it will log failures to stderr and non-failures to
+stdout in the format:
+.Bd -literal
+[HH:MM:SS] feedname message
+.Ed
.Sh EXIT STATUS
.Ex -std
+A (temporary) failure with processing a feed is not considered an error here.
.Sh EXAMPLES
To update your feeds and format them in various formats:
.Bd -literal