diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-02-28 13:37:21 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-03-01 18:41:27 +0100 |
commit | fef85e3c39946b50b337cdf57a4a3d530eb85ac2 (patch) | |
tree | a2ade649c6b2e13880b96f7b2c7f4dcfdc12e759 | |
parent | 58555779d123be68c0acf9ea898931d656ec6d63 (diff) |
sfeed.1: reference sfeed_update and sfeedrc
The shellscript is optional, but reference it in the documentation.
-rw-r--r-- | sfeed.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.Dd February 19, 2021 +.Dd February 28, 2021 .Dt SFEED 1 .Os .Sh NAME @@ -60,7 +60,9 @@ curl -s 'https://codemadness.org/atom.xml' | sfeed .Ed .Sh SEE ALSO .Xr sfeed_plain 1 , -.Xr sfeed 5 +.Xr sfeed_update 1 , +.Xr sfeed 5 , +.Xr sfeedrc 5 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org .Sh CAVEATS |