wm: doc

Download patch

ref: 04b60e1861eb0dbead962a3e49b581c4424428bf
parent: e7baf189fa7dea542043cbdceef8ef2e9a4bc3ac
author: mkf <mkf@cloud9p.org>
date: Mon Sep 30 02:32:32 EDT 2024

fix formatting issues

--- a/drawterm.ms
+++ b/drawterm.ms
@@ -5,27 +5,29 @@
 .SM
 .SH
 OpenBSD
+.LP
 .P1
 $ doas pkg_add drawterm
 .P2
 .SH
 Linux
-.Sh
+.LP
+.SH
 Building from source on Debian
 .P1
-    $ sudo apt install libx11-dev libxt-dev
-    $ git clone git://git.9front.org/plan9front/drawterm 
-    $ cd drawterm
-    $ CONF=unix make
+$ sudo apt install libx11-dev libxt-dev
+$ git clone git://git.9front.org/plan9front/drawterm 
+$ cd drawterm
+$ CONF=unix make
 .P2
-
 See
 .LN https://cloud9p.org/usr/mkf/drawterm
 <https://cloud9p.org/usr/mkf/drawterm>
 .LN
-for other OSes. 
+for ready binaries for Linux and other OSes.
 .SH
 Usage
+.LP
 .P1
 $ PASS=$YOURPASSWORD drawterm -h cloud9p.org -a cloud9p.org
 .P2  
@@ -38,6 +40,7 @@
 with your actual password. 
 .SH
 Using keyboard keys instead of mouse buttons
+.LP
 *Warning: Note that this disables numpad, and makes usage of old keys impossible without a X server restart* 
 To use keyboard keys instead of a 3 button mouse in OpenBSD (on X11), first enable mosekey 
 .P1
@@ -44,8 +47,8 @@
     $ doas pkg_add xkbset
     $ xkbset m # enables mousekeys
 .P2
-
-open `xev`, press on keys you like to use as mouse keys, be aware, this might make lots of spam in terminal. 
+open
+.CW xev, press on keys you like to use as mouse keys, be aware, this might make lots of spam in terminal. 
 .P1
 $ xev -event keyboard
 .P2