diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-15 08:41:12 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-15 08:41:12 +0000 |
commit | 97dbe1e674c5401b544a40fbb6aa79e062296611 (patch) | |
tree | e55966390a467602290eb414b1eeea8f51bb13d4 /usr.bin/tput | |
parent | 7abf4fbe29810519a58e90f6d95382b675629416 (diff) | |
download | FreeBSD-src-97dbe1e674c5401b544a40fbb6aa79e062296611.zip FreeBSD-src-97dbe1e674c5401b544a40fbb6aa79e062296611.tar.gz |
Sort sections.
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/tput.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index d094256..ea731bf 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -131,6 +131,16 @@ No information is available about the specified terminal type. .Sh SEE ALSO .Xr termcap 5 , .Xr terminfo 5 +.Sh STANDARDS +The +.Nm +utility conforms to +.St -p1003.1-2001 . +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.4 . .Sh BUGS The .Nm @@ -143,13 +153,3 @@ in them that is just a 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. -.Sh STANDARDS -The -.Nm -utility conforms to -.St -p1003.1-2001 . -.Sh HISTORY -The -.Nm -command appeared in -.Bx 4.4 . |