Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 20:19:19 -0400 (EDT)
From:      sjr@home.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/8110: Typos in curs_addstr.3
Message-ID:  <199810010019.UAA24823@istari.home.net>

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

>Number:         8110
>Category:       docs
>Synopsis:       Typos in curs_addstr.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 30 17:20:00 PDT 1998
>Last-Modified:
>Originator:     Stephen J. Roznowski
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

	The mvaddstr and mvaddnstr functions are missing an "int".

>How-To-Repeat:

	

>Fix:
	
--- lib/libncurses/curs_addstr.3.orig	Wed Sep 30 20:15:26 1998
+++ lib/libncurses/curs_addstr.3	Wed Sep 30 20:15:42 1998
@@ -14,9 +14,9 @@
 .br
 \fBint waddnstr(WINDOW *win, char *str, int n);\fR
 .br
-\fBint mvaddstr(y, int x, char *str);\fR
+\fBint mvaddstr(int y, int x, char *str);\fR
 .br
-\fBint mvaddnstr(y, int x, char *str, int n);\fR
+\fBint mvaddnstr(int y, int x, char *str, int n);\fR
 .br
 \fBint mvwaddstr(WINDOW *win, int y, int x, char *str);\fR
 .br
>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?199810010019.UAA24823>