]> git.armaanb.net Git - chorizo.git/commitdiff
lariza.usage.1: Fix erroneous dots and wrapping
authorPeter Hofmann <scm@uninformativ.de>
Fri, 17 Apr 2020 16:59:50 +0000 (18:59 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Fri, 17 Apr 2020 16:59:50 +0000 (18:59 +0200)
CHANGES
man1/lariza.usage.1

diff --git a/CHANGES b/CHANGES
index d5e1ff50f72b3eba5cbcee66e4bd7f1566704342..de912df74ae1e066c29d32f1313b93bd2a79ef22 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Release history for lariza
 
+next
+  [Fixed]
+  - Minor fixes to manpages.
+
 v20.03  2020-03-28
   [Changed]
   - Makefile: Web extensions and user scripts will be installed.
index 5cb5ab1783bcb6392f2d67da75f0c9e27165749f..6c0af2cd23bf695a12f2b7c5deb30aa8a83e43d4 100644 (file)
@@ -1,4 +1,4 @@
-.TH lariza 1 "2020-03-14" "lariza" "User Commands"
+.TH lariza 1 "2020-04-17" "lariza" "User Commands"
 .\" --------------------------------------------------------------------
 .SH NAME
 lariza.usage \- extended usage hints
@@ -174,7 +174,7 @@ make sure to link them to the directory mentioned above.
 \fIlariza-external-handler\fP. It will be passed the \(lqselected\(rq
 URI as a command line argument:
 .P
-.\f(CW
+\f(CW
 .nf
 $ lariza-external-handler -u https://github.com
 .fi
@@ -197,16 +197,16 @@ might simply load the current URI in a different browser. That's up to
 you.
 .\" --------------------------------------------------------------------
 .SH "TRUSTED CERTIFICATES"
-By default, \fBlariza\fP trusts whatever CAs are trusted by WebKit, i.e. by
-your GnuTLS installation. If you wish to trust additional certificates,
-such as self-signed certificates, the first thing you should do is try
-to add the appropriate CAs to your system-wide store.
+By default, \fBlariza\fP trusts whatever CAs are trusted by WebKit, i.e.
+by your GnuTLS installation. If you wish to trust additional
+certificates, such as self-signed certificates, the first thing you
+should do is try to add the appropriate CAs to your system-wide store.
 .P
 If you wish to add simple exceptions, you can grab the certificate and
 store it in the directory \fI~/.config/lariza/certs\fP. The filename
 must be equal to the hostname:
 .P
-.\f(CW
+\f(CW
 .nf
 \&$ echo | openssl s_client -connect foo.de:443 | openssl x509 >foo.de
 .fi