diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-21 10:58:22 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-21 11:01:13 +0100 |
commit | 254e16eb855460556bdf6dd50311a4114830c8d0 (patch) | |
tree | 982a008913c0dfbccae661ff184e5c51c52be5a0 | |
parent | 587ce6fb85995f22ba6b0b9e3b944cb2896bc7cc (diff) |
sfeed_update.1: document logging and improve documentation of exit status
-rw-r--r-- | sfeed_update.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sfeed_update.1 b/sfeed_update.1 index 81f2d7d..aca52de 100644 --- 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 |