commit: 8922faeb8cefd7ba292df626cf0519c9cae74ba1
parent 90342c857f56a1f1a67f0d3b1f64b114c6bc348e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 3 Jul 2020 06:34:05 +0200
badwolf.1: Fix syntax issues
This seems to fix some issues with how GNU groff renders it.
Diffstat:
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/badwolf.1 b/badwolf.1
@@ -2,7 +2,7 @@
./" Copyright © 2019-2020 Badwolf Authors <https://hacktivis.me/projects/badwolf>
./" SPDX-License-Identifier: BSD-3-Clause
.Dd 2019-10-31
-.Dt badwolf 1
+.Dt BADWOLF 1
.Sh NAME
.Nm badwolf
.Nd minimalist and privacy-oriented WebkitGTK browser
@@ -20,8 +20,9 @@ will probably get added at a later release.
.Sh KEYBINDINGS
The following section lists the keybinding by their action, each item is described by the widget the focus is on or
.Aq any
-if it works for the whole window, followed by the keybind it grabs. A is short for Alt, C is short for Control, S is short for Shift.
-.Bl -width Ds -tag
+if it works for the whole window, followed by the keybind it grabs.
+A is short for Alt, C is short for Control, S is short for Shift.
+.Bl -tag -width Ds
.It webview C-Scroll
Zooms the webpage in/out.
.It webview C-0
@@ -51,11 +52,12 @@ Go to the previous/next tab
.It any F1
Shows the about dialog
.It any Alt-n
-Where n is any numeric-row key. Go to the n-th tab, 0 goes to the last one.
+Where n is any numeric-row key.
+Go to the n-th tab, 0 goes to the last one.
.El
.Ss DEFAULT ONES
Here is a incomplete list of the default Webkit/GTK keybindings:
-.Bl -width Ds -tag
+.Bl -tag -width Ds
.It any C-PageUp / C-PageDown
Go to the previous/next tab
.It search C-g / C-S-g
@@ -64,11 +66,13 @@ When the search box is focused it goes to the Next/Previous search term.
Cancels current search
.El
.Sh ENVIRONMENT
-.Bl -width Ds -tag
+.Bl -tag -width Ds
.It Ev BADWOLF_L10N
-A colon-separated list in the form lang_COUNTRY where lang is in ISO-639 and COUNTRY in ISO-3166. For example
+A colon-separated list in the form lang_COUNTRY where lang is in ISO-639 and COUNTRY in ISO-3166.
+For example
.Ic BADWOLF_L10N="en_GB:fr_FR:de_DE" .
-When this variable isn't set, spelling isn't activated. A more generic variable name is also intended to be used in the future.
+When this variable isn't set, spelling isn't activated.
+A more generic variable name is also intended to be used in the future.
.El
.Sh FILES
.Bl -tag -width Ds -compact
@@ -79,13 +83,14 @@ to be loaded into
.Nm . Note: They aren't the JavaScript-based Web-Extensions supported by Firefox or Chrome, but native code in shared objects using the WebKitGTK API.
.Pp
Examples of useful extensions may be found at:
-.Bl -compact
+.Bl -item -compact
.Lk https://hacktivis.me/git/badwolf-extensions
.Lk https://github.com/jun7/wyebadblock
.El
.It Pa ${DATADIR:-/usr/local/share}/badwolf/interface.css
.It Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/interface.css
-CSS files (respectively system and user-level) for styling badwolf interface. See
+CSS files (respectively system and user-level) for styling badwolf interface.
+See
.Lk https://developer.gnome.org/gtk3/stable/chap-css-properties.html
for the properties being available.
.Pp
@@ -95,6 +100,8 @@ environment variable on launching
.Nm
and going to the CSS tab.
.El
+.Sh AUTHORS
+.An Haelwenn (lanodan) Monnier Aq Mt contact+badwolf@hacktivis.me
.Sh BUGS
You can submit contributions or tickets to
.Lk https://gitlab.com/lanodan/badwolf
@@ -102,5 +109,3 @@ or
.Mt contact+badwolf@hacktivis.me ,
with
.Xr git-send-email 1 for patches.
-.Sh AUTHORS
-.An Haelwenn (lanodan) Monnier Aq Mt contact+badwolf@hacktivis.me