summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-04-27 19:38:49 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-04-28 18:26:57 +0200
commitbb3aa63579c2282db6234fcc95b0f7ed7d71cd25 (patch)
tree9b1761237ad325b49dfc42bdbed7682b85565afe
parenta211bea6a5f0ad811a679458cffed1e263c0ccfa (diff)
sfeed.{1,5}: improve documentation, the content-type field can be empty...
... if there is no content.
-rw-r--r--sfeed.14
-rw-r--r--sfeed.54
2 files changed, 4 insertions, 4 deletions
diff --git a/sfeed.1 b/sfeed.1
index f2885b6..adc2dc8 100644
--- a/sfeed.1
+++ b/sfeed.1
@@ -1,4 +1,4 @@
-.Dd February 28, 2021
+.Dd April 27, 2021
.Dt SFEED 1
.Os
.Sh NAME
@@ -42,7 +42,7 @@ Link
.It content
Content, can have plain-text or HTML code depending on the content-type field.
.It content-type
-"html" or "plain".
+"html" or "plain" if it has content.
.It id
RSS item GUID or Atom id.
.It author
diff --git a/sfeed.5 b/sfeed.5
index bd5d6fe..4061769 100644
--- a/sfeed.5
+++ b/sfeed.5
@@ -1,4 +1,4 @@
-.Dd February 19, 2021
+.Dd April 27, 2021
.Dt SFEED 5
.Os
.Sh NAME
@@ -33,7 +33,7 @@ Link
.It content
Content, can have plain-text or HTML code depending on the content-type field.
.It content-type
-"html" or "plain".
+"html" or "plain" if it has content.
.It id
RSS item GUID or Atom id.
.It author