diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
commit | 6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch) | |
tree | b3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/tput/tput.1 | |
parent | f97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff) |
Mechanically kill hard sentence breaks.
Notes
Notes:
svn path=/head/; revision=131491
Diffstat (limited to 'usr.bin/tput/tput.1')
-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. |