From 833bb0045015734cc485e487bd9a49cad7c1cc7e Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Mon, 31 May 2021 22:20:26 +0200 Subject: Update documentation --- Makefile | 1 + safetitle.1 | 11 ++++------- 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. -- cgit v1.2.3