Subject: misc/31055: cdk_matrix(3) manpage getCDKMatrixCell() prototype typo
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <eau@phear.org>
List: netbsd-bugs
Date: 08/24/2005 09:07:00
>Number:         31055
>Category:       misc
>Synopsis:       cdk_matrix(3) manpage getCDKMatrixCell() prototype typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 24 09:07:00 +0000 2005
>Originator:     Eric Auge
>Release:        3.99.6
>Organization:
none
>Environment:
NetBSD mubutu.no.phear.org 3.99.6 NetBSD 3.99.6 (MUBUTU) #3: Mon Aug 22 00:26:03 CEST 2005  root@mubutu.no.phear.org:/usr/src/sys/arch/i386/compile/MUBUTU i386
>Description:
in the cdk_matrix(3) manpage :

in the manpage start there is prototype description :
void getCDKMatrixCell (CDKMATRIX *matrix, int row, int col);

instead of 
char * getCDKMatrixCell (CDKMATRIX *matrix, int row, int col);


>How-To-Repeat:
man cdk_matrix :)
>Fix:
--- cdk_matrix.3        2005-08-24 11:06:17.000000000 +0200
+++ cdk_matrix.3.new    2005-08-24 11:01:34.000000000 +0200
@@ -61,7 +61,7 @@
 .BI "int " "col",
 .BI "char *" "value");
 .LP
-.BI "void getCDKMatrixCell (CDKMATRIX *" "matrix",
+.BI "char * getCDKMatrixCell (CDKMATRIX *" "matrix",
 .BI "int " "row",
 .BI "int " "col");
 .LP