diff options
author | bde <bde@FreeBSD.org> | 1997-03-19 01:57:06 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-19 01:57:06 +0000 |
commit | 77545f31743e513f6641f5a9096cdafe86607788 (patch) | |
tree | 997c4071d664314b67d6c731a105d15cda32cddd /lib/libtermcap | |
parent | 09f52e0fae029c58e62db2d717ff4a60b1513ec5 (diff) | |
download | FreeBSD-src-77545f31743e513f6641f5a9096cdafe86607788.zip FreeBSD-src-77545f31743e513f6641f5a9096cdafe86607788.tar.gz |
Fixed wrong return type for tputs() in synopsis.
Diffstat (limited to 'lib/libtermcap')
-rw-r--r-- | lib/libtermcap/termcap.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtermcap/termcap.3 b/lib/libtermcap/termcap.3 index 47103af..3867f70 100644 --- a/lib/libtermcap/termcap.3 +++ b/lib/libtermcap/termcap.3 @@ -60,7 +60,7 @@ .Fn tgetstr "const char *id" "char **area" .Ft char * .Fn tgoto "const char *cm" "int destcol" "int destline" -.Ft void +.Ft int .Fn tputs "const char *cp" "int affcnt" "int (*outc)(int)" .Ft char * .Fn tparm "const char *cp" "..." |