URI:
       sfeed_update, sfeed_opml_export, README: reference the example sfeedrc man page - sfeed - RSS and Atom parser
  HTML git clone git://git.codemadness.org/sfeed
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9d6dd2a5072c0702cb56cced861ca4539e98c553
   DIR parent eb635966d33e2718094aab9d6ee06b5655b8efeb
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 17 Feb 2023 15:39:29 +0100
       
       sfeed_update, sfeed_opml_export, README: reference the example sfeedrc man page
       
       ... and some small rewording.
       
       Diffstat:
         M README                              |       4 ++--
         M sfeed_opml_export                   |       2 +-
         M sfeed_update                        |       2 +-
       
       3 files changed, 4 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -251,8 +251,8 @@ output example:
        
        - - -
        
       -Make sure your sfeedrc config file exists, see sfeedrc.example. To update your
       -feeds (configfile argument is optional):
       +Make sure your sfeedrc config file exists, see the sfeedrc.example file. To
       +update your feeds (configfile argument is optional):
        
                sfeed_update "configfile"
        
   DIR diff --git a/sfeed_opml_export b/sfeed_opml_export
       @@ -19,7 +19,7 @@ loadconfig() {
                        . "${path}"
                else
                        printf "Configuration file \"%s\" cannot be read.\n" "${config}" >&2
       -                echo "See sfeedrc.example for an example." >&2
       +                echo "See the sfeedrc.example file or the sfeedrc(5) man page for an example." >&2
                        exit 1
                fi
        }
   DIR diff --git a/sfeed_update b/sfeed_update
       @@ -28,7 +28,7 @@ loadconfig() {
                        . "${path}"
                else
                        printf "Configuration file \"%s\" cannot be read.\n" "${config}" >&2
       -                echo "See sfeedrc.example for an example." >&2
       +                echo "See the sfeedrc.example file or the sfeedrc(5) man page for an example." >&2
                        exit 1
                fi
        }