diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-15 23:14:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-15 23:14:38 +0000 |
commit | 63dca69b35abafbc52e0dc2b7ab65afd5257efd5 (patch) | |
tree | 667ce0c2fd59e79f200dac3a3b0073a3a4f47a02 /usr.bin/tput | |
parent | 2f39dffe85e3bcba4a85b5bc5bf28ab36b9b112b (diff) |
sort options and remove some unneccessary markup; from Igor Sobrado
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/tput.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 71b0e095c1e..fd6fd73134e 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tput.1,v 1.13 2003/06/03 02:56:20 millert Exp $ +.\" $OpenBSD: tput.1,v 1.14 2007/03/15 23:14:37 jmc Exp $ .\" $NetBSD: tput.1,v 1.4 1994/12/07 08:49:10 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -53,6 +53,8 @@ applications. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl S +The attributes are read from stdin instead of the command line. .It Fl T The terminal name as found in the .Xr terminfo @@ -65,10 +67,6 @@ If not specified, retrieves the .Ev TERM variable from the environment. -.It Fl S -The -.Ar attributes -are read from stdin instead of the command line. .El .Pp .Nm |