From de0877aa0627315015851c6133950a814bb40a03 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 23 Nov 2021 16:34:13 +0100 Subject: sfeed.{1,5}: the first author is parsed The Atom RFC standard supports multiple authors, but this is usually one. The first author is parsed. --- sfeed.1 | 2 +- sfeed.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sfeed.1 b/sfeed.1 index 91d8928..f278d4f 100644 --- a/sfeed.1 +++ b/sfeed.1 @@ -43,7 +43,7 @@ Content, can have plain-text or HTML code depending on the content-type field. .It 6. id RSS item GUID or Atom id. .It 7. author -Item author. +Item, first author. .It 8. enclosure Item, first enclosure. .It 9. category diff --git a/sfeed.5 b/sfeed.5 index 600c777..f494f31 100644 --- a/sfeed.5 +++ b/sfeed.5 @@ -37,7 +37,7 @@ Content, can have plain-text or HTML code depending on the content-type field. .It 6. id RSS item GUID or Atom id. .It 7. author -Item author. +Item, first author. .It 8. enclosure Item, first enclosure. .It 9. category -- cgit v1.2.3