sfeed_update.1: "return status" -> "exit status" - sfeed - RSS and Atom parser
 (HTM) git clone git://git.codemadness.org/sfeed
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f29d7e8eb2bd877eaa11b5e15c5f14f9ee7116b0
 (DIR) parent 60e402d0f2c086dbbbd21436bb1b3aa5ad9b77d6
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 15 Dec 2022 19:15:48 +0100
       
       sfeed_update.1: "return status" -> "exit status"
       
       Diffstat:
         M sfeed_update.1                      |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/sfeed_update.1 b/sfeed_update.1
       @@ -1,4 +1,4 @@
       -.Dd May 14, 2022
       +.Dd December 15, 2022
        .Dt SFEED_UPDATE 1
        .Os
        .Sh NAME
       @@ -62,7 +62,7 @@ stdout in the format:
        .Ed
        .Sh EXIT STATUS
        .Ex -std
       -If any of the feeds failed to update then the return status is non-zero.
       +If any of the feeds failed to update then the exit status is non-zero.
        .Sh EXAMPLES
        To update your feeds and format them in various formats:
        .Bd -literal