man pages: fix mandoc lint warnings + wording tweaks - tscrape - twitter scraper
(HTM) git clone git://git.codemadness.org/tscrape
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2bc2be55ea8cc026fc822ee8031dfd49bb77d7cc
(DIR) parent f05f3eb6c90f7b1baf7369498609dc5d5d212b63
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 18 Aug 2019 14:01:29 +0200
man pages: fix mandoc lint warnings + wording tweaks
Diffstat:
M tscrape.1 | 6 +++---
M tscrape.5 | 8 ++++----
M tscrape_update.1 | 2 +-
M tscraperc.5 | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
---
(DIR) diff --git a/tscrape.1 b/tscrape.1
@@ -11,10 +11,10 @@
reads the Twitter HTML page and scrapes the data into a
TAB-separated format to stdout.
.Sh TAB-SEPARATED FORMAT FIELDS
-The items are saved in a TSV-like format. Control characters are replaced
-by a single space.
+The items are saved in a TSV-like format.
+Control characters are replaced by a single space.
.Pp
-The order and format of the fields are:
+The order and content of the fields are:
.Bl -tag -width 17n
.It UNIX timestamp
UNIX timestamp in UTC+0.
(DIR) diff --git a/tscrape.5 b/tscrape.5
@@ -3,7 +3,7 @@
.Os
.Sh NAME
.Nm tscrape
-.Nd output format
+.Nd feed format
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
@@ -16,10 +16,10 @@ The fields are not allowed to have newlines and TABs, all whitespace characters
are replaced by a single space character.
Control characters are removed.
.Sh TAB-SEPARATED FORMAT FIELDS
-The items are saved in a TSV-like format. Control characters are replaced
-by a single space.
+The items are saved in a TSV-like format.
+Control characters are replaced by a single space.
.Pp
-The order and format of the fields are:
+The order and content of the fields are:
.Bl -tag -width 17n
.It UNIX timestamp
UNIX timestamp in UTC+0.
(DIR) diff --git a/tscrape_update.1 b/tscrape_update.1
@@ -79,10 +79,10 @@ tscrape_plain $HOME/.tscrape/feeds/* > $HOME/.tscrape/feeds.txt
tscrape_html $HOME/.tscrape/feeds/* > $HOME/.tscrape/feeds.html
.Ed
.Sh SEE ALSO
+.Xr sh 1 ,
.Xr tscrape 1 ,
.Xr tscrape_html 1 ,
.Xr tscrape_plain 1 ,
-.Xr sh 1 ,
.Xr tscrape 5 ,
.Xr tscraperc 5
.Sh AUTHORS
(DIR) diff --git a/tscraperc.5 b/tscraperc.5
@@ -92,7 +92,7 @@ feeds() {
}
.Ed
.Sh SEE ALSO
-.Xr tscrape_update 1 ,
-.Xr sh 1
+.Xr sh 1 ,
+.Xr tscrape_update 1
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org