summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-07-13 03:55:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-07-13 03:55:36 +0000
commitfbbae6ecbd08ce49852aec8561def0a2d9ba22fe (patch)
treee84900e1ecd2d28707eb54aef0470514ef952853 /lib
parentfef7a29982c4b5fd2172231cb7deb178a269f86c (diff)
explicate document when a function returns int
Diffstat (limited to 'lib')
-rw-r--r--lib/libterm/termcap.35
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libterm/termcap.3 b/lib/libterm/termcap.3
index 7f940ee4469..f6cb2f7260f 100644
--- a/lib/libterm/termcap.3
+++ b/lib/libterm/termcap.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: termcap.3,v 1.4 1997/12/16 04:11:59 millert Exp $
+.\" $OpenBSD: termcap.3,v 1.5 1998/07/13 03:55:35 millert Exp $
.\" $NetBSD: termcap.3,v 1.5 1995/06/05 19:45:48 pk Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -51,8 +51,11 @@
.Vt char *BC;
.Vt char *UP;
.Vt short ospeed;
+.Ft int
.Fn tgetent "char *bp" "char *name"
+.Ft int
.Fn tgetnum "char *id"
+.Ft int
.Fn tgetflag "char *id"
.Ft char *
.Fn tgetstr "char *id" "char **area"