diff options
Diffstat (limited to 'sfeed_twtxt.1')
-rw-r--r-- | sfeed_twtxt.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sfeed_twtxt.1 b/sfeed_twtxt.1 index 38ec4c9..ffc6e2d 100644 --- a/sfeed_twtxt.1 +++ b/sfeed_twtxt.1 @@ -1,4 +1,4 @@ -.Dd July 25, 2021 +.Dd July 31, 2021 .Dt SFEED_TWTXT 1 .Os .Sh NAME @@ -23,8 +23,18 @@ If no .Ar file arguments are specified and so the data is read from stdin then the feed name is empty. +.Pp +If +.Nm +is reading from one or more +.Ar file +arguments it will prefix the entry title with "[feed name] ". .Sh EXIT STATUS .Ex -std +.Sh EXAMPLES +.Bd -literal +curl -s 'https://codemadness.org/atom.xml' | sfeed | sfeed_twtxt +.Ed .Sh SEE ALSO .Xr sfeed 1 , .Xr sfeed_plain 1 , |