diff options
author | June McEnroe <june@causal.agency> | 2021-02-06 19:48:14 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-06 19:48:14 -0500 |
commit | 0de28f7b4c5b1a2e1ece82043987c4f07b78a9ec (patch) | |
tree | 5a851409a1fe8ed58e87da5a55fd2837b1364daa /bin/man1 | |
parent | Add wsconsctl.conf (diff) | |
download | src-0de28f7b4c5b1a2e1ece82043987c4f07b78a9ec.tar.gz src-0de28f7b4c5b1a2e1ece82043987c4f07b78a9ec.zip |
Add xterm output to scheme
Diffstat (limited to '')
-rw-r--r-- | bin/man1/scheme.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/man1/scheme.1 b/bin/man1/scheme.1 index 9aa4f054..9f72d945 100644 --- a/bin/man1/scheme.1 +++ b/bin/man1/scheme.1 @@ -1,4 +1,4 @@ -.Dd July 6, 2019 +.Dd February 6, 2021 .Dt SCHEME 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl acghilmstx +.Op Fl Xacghilmstx .Op Fl p Ar n . .Sh DESCRIPTION @@ -19,6 +19,9 @@ and outputs it in a number of formats. .Pp The arguments are as follows: .Bl -tag -width Ds +.It Fl X +Output Xresources for +.Xr xterm 1 . .It Fl a Generate the 16 ANSI colors. This is the default. |