webdump.1: improve man page - webdump - HTML to plain-text converter for webpag… | |
git clone git://git.codemadness.org/webdump | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit bff9fbe51c0f5f5ac37a46deca1016bb56834dac | |
parent 030644d3ff71c0708d940f9895e76ab99593f61b | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 6 Oct 2023 11:57:10 +0200 | |
webdump.1: improve man page | |
Diffstat: | |
M webdump.1 | 4 +++- | |
1 file changed, 3 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/webdump.1 b/webdump.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd September 14, 2023 | |
+.Dd October 6, 2023 | |
.Dt WEBDUMP 1 | |
.Os | |
.Sh NAME | |
@@ -19,6 +19,8 @@ A | |
.Ar baseurl | |
can be specified if the links in the feed are relative URLs. | |
This must be an absolute URI. | |
+.Pp | |
+The options are as follows: | |
.Bl -tag -width Ds | |
.It Fl 8 | |
Use UTF-8 symbols for certain items like bullet items and rulers to make the |