sfeed_update.1: "return status" -> "exit status" - sfeed - RSS and Atom parser | |
git clone git://git.codemadness.org/sfeed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f29d7e8eb2bd877eaa11b5e15c5f14f9ee7116b0 | |
parent 60e402d0f2c086dbbbd21436bb1b3aa5ad9b77d6 | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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 |