diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-04 03:15:30 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-04 03:15:30 +0000 |
| commit | f38f7e1a33ad500283732c780ee3d3541a8c0d99 (patch) | |
| tree | bff584bbbec796eb94a426f825c39b993de9e981 /lib/libtermcap | |
| parent | 9077e6d34c07800a13405c9ed60362f32d220c1c (diff) | |
Notes
Diffstat (limited to 'lib/libtermcap')
| -rw-r--r-- | lib/libtermcap/termcap.3 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libtermcap/termcap.3 b/lib/libtermcap/termcap.3 index 29d271951631..861bc2447bcc 100644 --- a/lib/libtermcap/termcap.3 +++ b/lib/libtermcap/termcap.3 @@ -240,6 +240,23 @@ capability) if a null .Pq Sy ^@ is inappropriate. +.Pp +The +.Fn tparm +function +instantiates the string +.Fa cp +with given parameters. +A pointer is returned which points to +the result of +.Fa cp +with the parameters applied. +If a +.Sy % +sequence is given which is not understood, then +.Fn tparm +returns +.Pq Dv OOPS . .Sh FILES .Bl -tag -width /usr/share/misc/termcap -compact .It Pa /usr/lib/libtermcap.a |
