diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-12-15 19:15:48 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-12-15 19:15:48 +0100 |
commit | f29d7e8eb2bd877eaa11b5e15c5f14f9ee7116b0 (patch) | |
tree | d373aac82d02b1ea9704b9dba2f2a3bf0e56da7c | |
parent | 60e402d0f2c086dbbbd21436bb1b3aa5ad9b77d6 (diff) |
sfeed_update.1: "return status" -> "exit status"
-rw-r--r-- | sfeed_update.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_update.1 b/sfeed_update.1 index 49cf76a..5e01589 100644 --- 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 |