aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-31 22:20:26 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-31 22:20:26 +0200
commit833bb0045015734cc485e487bd9a49cad7c1cc7e (patch)
treeeec4af048a7f27f80b8146731a7443b6bda6d369
parent128aae2f5eb7713d60a9e61ff874d084de602569 (diff)
downloadsafetitle-833bb0045015734cc485e487bd9a49cad7c1cc7e.tar.gz
Update documentation
-rw-r--r--Makefile1
-rw-r--r--safetitle.111
2 files changed, 5 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 2795d1d..23ee823 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,4 @@ da: da.c
install:
install safetitle /usr/local/bin
+ install -m 664 safetitle.1 /usr/local/man/man1
diff --git a/safetitle.1 b/safetitle.1
index b94faba..2d85c57 100644
--- a/safetitle.1
+++ b/safetitle.1
@@ -12,11 +12,8 @@
.Pp
.Nm
sets the title of the current terminal window,
-if and only if the terminal type is recognized.
-By default, only
-.Xr xterm 1
-is recognized.
-To add more terminals, you can modify the source code.
+unless the current terminal is recognized as
+.Xr wscons 4 .
.Pp
If run within
.Xr screen 1 ,
@@ -41,7 +38,7 @@ If you pass the
.Fl d
flag,
.Nm
-will warn you if the terminal type is not recognized.
+will warn you if the current terminal type is blacklisted.
.Sh AUTHORS
.Pp
.Nm
@@ -55,5 +52,5 @@ supports
except if there are more than one terminal attached to the current session.
In that case,
.Nm
-will err on the side of caution and regard the terminals as unrecognized.
+will err on the side of caution and regard the terminals as blacklisted.
Thus, the title will not be set.