diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-14 15:16:03 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-14 15:16:03 +0000 |
commit | 6e2af6c13452e4c17118905a9cad9ca8aa0ee571 (patch) | |
tree | 420158247748f1ad27e978865b7b662cbda0591d /usr.bin/tput | |
parent | 99e93d002e31d41a29f565c490fc7c5078dce765 (diff) | |
download | FreeBSD-src-6e2af6c13452e4c17118905a9cad9ca8aa0ee571.zip FreeBSD-src-6e2af6c13452e4c17118905a9cad9ca8aa0ee571.tar.gz |
Use the Cm macro for the clear, init, reset and longname operands.
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/tput.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 535b602..d094256 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -91,19 +91,19 @@ following the attribute. .Pp The following special attributes are available: .Bl -tag -width Ar -.It clear +.It Cm clear Clear the screen (the .Xr termcap .Dq cl sequence). -.It init +.It Cm init Initialize the terminal (the .Xr termcap .Dq is sequence). -.It longname +.It Cm longname Print the descriptive name of the user's terminal type. -.It reset +.It Cm reset Reset the terminal (the .Xr termcap .Dq rs |