diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-04-27 19:38:49 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-04-28 18:26:57 +0200 |
commit | bb3aa63579c2282db6234fcc95b0f7ed7d71cd25 (patch) | |
tree | 9b1761237ad325b49dfc42bdbed7682b85565afe | |
parent | a211bea6a5f0ad811a679458cffed1e263c0ccfa (diff) |
sfeed.{1,5}: improve documentation, the content-type field can be empty...
... if there is no content.
-rw-r--r-- | sfeed.1 | 4 | ||||
-rw-r--r-- | sfeed.5 | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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 |