summaryrefslogtreecommitdiff
path: root/sfeed_update.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-03-21 11:47:07 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-03-21 12:04:09 +0100
commit125164fc972b3149aa65db4a839224dbf24ef8aa (patch)
tree6a3bb0fd654581e5fe257260db4589630a5993bc /sfeed_update.1
parent373cabcf7b96ebafc8cd544de5f08bda3e81b375 (diff)
sfeed_update: set exit status non-zero if any of the feeds failed
In practise this may change the meaning of the examples: sfeed_update && pkill -SIGHUP sfeed_curses An alternative: sfeed_update; pkill -SIGHUP sfeed_curses
Diffstat (limited to 'sfeed_update.1')
-rw-r--r--sfeed_update.11
1 files changed, 0 insertions, 1 deletions
diff --git a/sfeed_update.1 b/sfeed_update.1
index aca52de..3edf551 100644
--- a/sfeed_update.1
+++ b/sfeed_update.1
@@ -62,7 +62,6 @@ stdout in the format:
.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