summary refs log tree commit diff
path: root/bin/hnel.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-11 15:13:30 -0400
committerJune McEnroe <june@causal.agency>2018-09-11 15:31:20 -0400
commit260b43450938e23b669b4f78b446197309ac4c69 (patch)
tree7d3b8a2f43f08f367e57ffdb877f26686b68680f /bin/hnel.1
parentAdd mdoc syntax file (diff)
downloadsrc-260b43450938e23b669b4f78b446197309ac4c69.tar.gz
src-260b43450938e23b669b4f78b446197309ac4c69.zip
Add "blank" lines to man pages
Diffstat (limited to 'bin/hnel.1')
-rw-r--r--bin/hnel.17
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/hnel.1 b/bin/hnel.1
index 862b03f6..ab1c5149 100644
--- a/bin/hnel.1
+++ b/bin/hnel.1
@@ -1,14 +1,17 @@
 .Dd September 7, 2018
 .Dt HNEL 1
 .Os "Causal Agency"
+.
 .Sh NAME
 .Nm hnel
 .Nd PTY input remapper
+.
 .Sh SYNOPSIS
 .Nm
 .Ar string1
 .Ar string2
-.Ar "command ..."
+.Ar command ...
+.
 .Sh DESCRIPTION
 .Nm
 runs the
@@ -21,8 +24,10 @@ to the corresponding characters in
 Type
 .Ic ^S
 to toggle remapping.
+.
 .Sh EXAMPLES
 .Dl hnel '[]{}' '{}[]' vim
+.
 .Sh SEE ALSO
 .Xr tr 1 ,
 .Xr forkpty 3