Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 1999 22:57:26 GMT
From:      andrew@ugh.net.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/11489: Typo in man tigetstr(3)
Message-ID:  <199905042257.WAA01270@beebite.ugh.net.au>

next in thread | raw e-mail | index | archive | help

>Number:         11489
>Category:       docs
>Synopsis:       Typo in man tigetstr(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May  4 07:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
UgH!
>Environment:

	

>Description:

The prototype for tigetstr is given as int tigetstr(char *) and it should be
char *tigetstr(char *)

>How-To-Repeat:

	

>Fix:
	
--- tigetstr.3.orig	Wed May  5 08:49:47 1999
+++ tigetstr.3	Wed May  5 08:50:32 1999
@@ -39,7 +39,7 @@
 .br
 \fBint tigetnum(char *capname);\fR
 .br
-\fBint tigetstr(char *capname);\fR
+\fBchar *tigetstr(char *capname);\fR
 .br
 .SH DESCRIPTION
 These low-level routines must be called by programs that have to deal

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905042257.WAA01270>