summary refs log tree commit diff
path: root/bin/xx.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/xx.1
parentAdd mdoc syntax file (diff)
downloadsrc-260b43450938e23b669b4f78b446197309ac4c69.tar.gz
src-260b43450938e23b669b4f78b446197309ac4c69.zip
Add "blank" lines to man pages
Diffstat (limited to '')
-rw-r--r--bin/xx.110
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/xx.1 b/bin/xx.1
index 09aa8795..114c1340 100644
--- a/bin/xx.1
+++ b/bin/xx.1
@@ -1,26 +1,31 @@
 .Dd September 7, 2018
 .Dt XX 1
 .Os "Causal Agency"
+.
 .Sh NAME
 .Nm xx
 .Nd hexdump
+.
 .Sh SYNOPSIS
 .Nm
 .Op Fl arsz
 .Op Fl c Ar cols
 .Op Fl g Ar group
 .Op Ar file
+.
 .Sh DESCRIPTION
 .Nm
 dumps the contents of a
 .Ar file
 or standard input
 in hexadecimal format.
+.
 .Pp
 The arguments are as follows:
 .Bl -tag -width Ds
 .It Fl a
 Toggle ASCII output.
+.
 .It Fl c Ar cols
 Output
 .Ar cols
@@ -28,6 +33,7 @@ bytes per line.
 The default
 .Ar cols
 is 16.
+.
 .It Fl g Ar group
 Output extra space after every
 .Ar group
@@ -35,15 +41,19 @@ bytes.
 The default
 .Ar group
 is 8.
+.
 .It Fl r
 Reverse hexdump.
 Read hexadecimal input
 and write byte output.
+.
 .It Fl s
 Toggle offset output.
+.
 .It Fl z
 Skip output of lines containing only zeros.
 .El
+.
 .Sh SEE ALSO
 .Xr hexdump 1 ,
 .Xr xxd 1