diff options
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/tput.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 4e3e28360145..6e5f41e4ab3a 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -48,7 +48,8 @@ The .Nm utility makes terminal-dependent information available to users or shell -applications. When invoked as the +applications. +When invoked as the .Nm clear utility, the screen will be cleared as if .Dl tput clear @@ -83,7 +84,7 @@ without further action. .Pp If an .Ar attribute -is of type string, and takes arguments (e.g. cursor movement, +is of type string, and takes arguments (e.g.\& cursor movement, the termcap .Dq cm sequence) the arguments are taken from the command line immediately @@ -150,6 +151,8 @@ Some termcap entries depend upon having a .Sq % in them that is just a .Sq % -and nothing more. Right now we just warn about them if they don't -have a valid type declaration. These warnings are sent to +and nothing more. +Right now we just warn about them if they don't +have a valid type declaration. +These warnings are sent to stderr. |