summary refs log tree commit diff
path: root/bin/scheme.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
commit26eda6aa957ccfb77da8f25f799324693ccc8c7d (patch)
treefb923bc792b3a984e5bde26510aee6cc761efcc8 /bin/scheme.1
parentAdd mdoc syntax file (diff)
downloadsrc-26eda6aa957ccfb77da8f25f799324693ccc8c7d.tar.gz
src-26eda6aa957ccfb77da8f25f799324693ccc8c7d.zip
Add "blank" lines to man pages
Diffstat (limited to 'bin/scheme.1')
-rw-r--r--bin/scheme.111
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/scheme.1 b/bin/scheme.1
index 2d1c1913..ae11320d 100644
--- a/bin/scheme.1
+++ b/bin/scheme.1
@@ -1,33 +1,43 @@
 .Dd September 7, 2018
 .Dt SCHEME 1
 .Os "Causal Agency"
+.
 .Sh NAME
 .Nm scheme
 .Nd terminal color scheme
+.
 .Sh SYNOPSIS
 .Nm
 .Op Fl acghlmtx
+.
 .Sh DESCRIPTION
 .Nm
 generates a terminal color scheme
 and outputs it in a number of formats.
+.
 .Pp
 The arguments are as follows:
 .Bl -tag -width Ds
 .It Fl a
 Output only the 16 ANSI colors.
+.
 .It Fl c
 Output a C header file.
+.
 .It Fl g
 Output a swatch PNG.
+.
 .It Fl h
 Output HSV.
+.
 .It Fl l
 Output Linux console OSC sequences.
+.
 .It Fl m
 Output a
 .Xr mintty 1
 theme.
+.
 .It Fl t
 Additionally output terminal
 background,
@@ -36,6 +46,7 @@ bold,
 selection
 and cursor
 colors.
+.
 .It Fl x
 Output hexadecimal RGB.
 .El