diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-13 03:55:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-13 03:55:36 +0000 |
commit | fbbae6ecbd08ce49852aec8561def0a2d9ba22fe (patch) | |
tree | e84900e1ecd2d28707eb54aef0470514ef952853 /lib | |
parent | fef7a29982c4b5fd2172231cb7deb178a269f86c (diff) |
explicate document when a function returns int
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libterm/termcap.3 | 5 |
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" |