summaryrefslogtreecommitdiff
path: root/sfeed_twtxt.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-07-27 11:25:02 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-08-03 20:43:54 +0200
commit702fd5193030cae25c199e7c4dba7a9be1ba89cc (patch)
tree0d14b58d285b15724b3d5a643b4425d4f2b51f25 /sfeed_twtxt.1
parent7199cd10a97e9d648b594cf6327f9ed7fa732527 (diff)
man page improvements
Diffstat (limited to 'sfeed_twtxt.1')
-rw-r--r--sfeed_twtxt.112
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 ,