From 920a74753c7da728778379c59cdd2fe29a67be7f Mon Sep 17 00:00:00 2001 From: chris west Date: Sat, 11 Jan 2020 16:30:51 -0800 Subject: [PATCH] update manual --- doc/phetch.1 | 13 +++++++------ doc/phetch.1.md | 11 ++++++----- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/doc/phetch.1 b/doc/phetch.1 index 1d3b8fe..7131856 100644 --- a/doc/phetch.1 +++ b/doc/phetch.1 @@ -4,7 +4,7 @@ .nh .ad l .\" Begin generated content: -.TH "PHETCH" "1" "2020-01-11" +.TH "PHETCH" "1" "2020-01-12" .P .SH NAME .P @@ -261,9 +261,10 @@ friends! .P If you create a \fIphetch.conf\fR file in \fI~/.config/phetch/\fR, it will be automatically loaded when \fBphetch\fR starts. The config file supports -most command line options, for your convenience. For example, -\fBphetch\fR will always launch in TLS mode if `tls yes` appears in the -config file -- no need to pass `--tls` or `-t` on startup. +most command line options, for your convenience, as well as a few ways +to customize your browsing experience. For example, \fBphetch\fR will +always launch in TLS mode if `tls yes` appears in the config file -- +no need to pass `--tls` or `-t` on startup. .P Here is an example config with all options: .P @@ -278,10 +279,10 @@ tls no # Connect using local TOR proxy\&. (--tor) tor no -# Always start in wide mode\&. (--wide) +# Always start in wide mode\&. wide no -# Use emoji indicators for TLS & Tor\&. (--emoji) +# Use emoji indicators for TLS & Tor\&. emoji no .fi .RE diff --git a/doc/phetch.1.md b/doc/phetch.1.md index 1712b93..a73c02b 100644 --- a/doc/phetch.1.md +++ b/doc/phetch.1.md @@ -179,9 +179,10 @@ friends! If you create a _phetch.conf_ file in _~/.config/phetch/_, it will be automatically loaded when *phetch* starts. The config file supports -most command line options, for your convenience. For example, -*phetch* will always launch in TLS mode if `tls yes` appears in the -config file -- no need to pass `--tls` or `-t` on startup. +most command line options, for your convenience, as well as a few ways +to customize your browsing experience. For example, *phetch* will +always launch in TLS mode if `tls yes` appears in the config file -- +no need to pass `--tls` or `-t` on startup. Here is an example config with all options: @@ -195,10 +196,10 @@ tls no # Connect using local TOR proxy. (--tor) tor no -# Always start in wide mode. (--wide) +# Always start in wide mode. wide no -# Use emoji indicators for TLS & Tor. (--emoji) +# Use emoji indicators for TLS & Tor. emoji no ```