summaryrefslogtreecommitdiff
path: root/sfeed_frames.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2017-04-27 13:13:04 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2017-04-27 13:13:04 +0200
commit1b71671a2d71c3ea8e39d4603eb8f21043d1f975 (patch)
treea7d453df0608aef06083d276d84866fd8144d90a /sfeed_frames.1
parent379541c1eb276b5527a0c79093c5c8925628a2e1 (diff)
man pages: fix a few warnings and improve a few words
- fix new warning check (start sentence at each line). - improve a few words.
Diffstat (limited to 'sfeed_frames.1')
-rw-r--r--sfeed_frames.117
1 files changed, 10 insertions, 7 deletions
diff --git a/sfeed_frames.1 b/sfeed_frames.1
index b37866b..4dc1515 100644
--- a/sfeed_frames.1
+++ b/sfeed_frames.1
@@ -11,7 +11,8 @@
.Nm
formats feed data (TSV) from
.Xr sfeed 1
-to HTML. It reads TSV data from stdin or
+to HTML.
+It reads TSV data from stdin or
.Ar file
and writes HTML files to the current directory.
If no
@@ -32,9 +33,10 @@ in items.html.
.Sh FILE STRUCTURE
Items for each feed category are in the format: feedname/itemname.html.
The feedname and item names are normalized, whitespace characters are replaced
-with a \- character, multiple whitespaces are replaced by a single \- character
-and trailing whitespace will be removed. The itemname is based on the title of
-the items. The feedname and title is truncated to a maximum of 128 bytes.
+with a - character, multiple whitespaces are replaced by a single - character
+and trailing whitespace will be removed.
+The itemname is based on the title of the items.
+The feedname and title is truncated to a maximum of 128 bytes.
The maximum length of the path is PATH_MAX or filesystem-specific (truncated).
.Sh SEE ALSO
.Xr sfeed 1 ,
@@ -44,6 +46,7 @@ The maximum length of the path is PATH_MAX or filesystem-specific (truncated).
.Sh SECURITY CONSIDERATIONS
Each item content file contains the content formatted as HTML, if the feed data
contains HTML like Javascripts, tracking cookies, custom styles and such
-these will also be displayed. Due to the crazy nature of "the web" these things
-are complex to filter. Some security and privacy can be gained by using an
-adblocker, script blocker and to set your browser settings more strictly.
+these will also be displayed.
+Due to the crazy nature of "the web" these things are complex to filter.
+Some security and privacy can be gained by using an adblocker, script blocker
+and to set your browser settings more strictly.