summary refs log tree commit diff
path: root/gfx/man
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-11 00:50:16 -0500
committerJune McEnroe <june@causal.agency>2018-12-11 00:50:16 -0500
commit07cb41d956ddb04227920d688bda8b4258974b38 (patch)
tree9d79994599722905d79ffb56da800721e42148c2 /gfx/man
parentAdd TF2 sensitivity binds (diff)
downloadsrc-07cb41d956ddb04227920d688bda8b4258974b38.tar.gz
src-07cb41d956ddb04227920d688bda8b4258974b38.zip
Remove explicit Os from gfx man pages
Diffstat (limited to 'gfx/man')
-rw-r--r--gfx/man/brot.12
-rw-r--r--gfx/man/gfxx.12
2 files changed, 2 insertions, 2 deletions
diff --git a/gfx/man/brot.1 b/gfx/man/brot.1
index 71a0da01..7c1a4087 100644
--- a/gfx/man/brot.1
+++ b/gfx/man/brot.1
@@ -1,6 +1,6 @@
 .Dd September 8, 2018
 .Dt BROT 1
-.Os "Causal Agency"
+.Os
 .
 .Sh NAME
 .Nm brot
diff --git a/gfx/man/gfxx.1 b/gfx/man/gfxx.1
index 19a25c10..d3d1edbd 100644
--- a/gfx/man/gfxx.1
+++ b/gfx/man/gfxx.1
@@ -1,6 +1,6 @@
 .Dd September 8, 2018
 .Dt GFXX 1
-.Os "Causal Agency"
+.Os
 .
 .Sh NAME
 .Nm gfxx
June McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe