From 4c0dddf38276a0b90323f8d50d8ff05f8eb14e0c Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Fri, 17 Apr 2020 18:59:50 +0200 Subject: lariza.usage.1: Fix erroneous dots and wrapping --- CHANGES | 4 ++++ man1/lariza.usage.1 | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index d5e1ff5..de912df 100644 --- 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. diff --git a/man1/lariza.usage.1 b/man1/lariza.usage.1 index 5cb5ab1..6c0af2c 100644 --- a/man1/lariza.usage.1 +++ b/man1/lariza.usage.1 @@ -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 -- cgit v1.2.3