summaryrefslogtreecommitdiff
path: root/lib/libtermlib/terminfo.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtermlib/terminfo.3')
-rw-r--r--lib/libtermlib/terminfo.311
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libtermlib/terminfo.3 b/lib/libtermlib/terminfo.3
index c8cd0233b32..ce9ddf1a51c 100644
--- a/lib/libtermlib/terminfo.3
+++ b/lib/libtermlib/terminfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: terminfo.3,v 1.1 1997/11/29 01:17:20 millert Exp $
+.\" $OpenBSD: terminfo.3,v 1.2 1997/11/29 05:09:35 millert Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -61,8 +61,6 @@
.Fn restartterm "const char *term" "int fildes" "int *errret"
.Ft char *
.Fn tparm "const char *str" "..."
-.Ft char *
-.Fn tparam "const char *str" "char *buffer" "int size" "..."
.Ft int
.Fn tputs "const char *str" "int affcnt" "int (*putc)(int))"
.Ft int
@@ -281,13 +279,6 @@ A pointer is returned to the result of
with the parameters applied.
.Pp
The
-.Nm tparam
-routine is included for compatibility with the GNU termcap
-implementation. It works like
-.Nm tparm
-but you specify a buffer and buffer size to be filled with the expanded string.
-.Pp
-The
.Nm tputs
routine applies padding information to the string
.Dv str