bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: typo in man page for cdk_label


From: Lucas Gonze
Subject: Re: typo in man page for cdk_label
Date: Sat, 19 Oct 2002 14:52:02 -0400 (EDT)

> you mean this one:
> 
>        void moveCDKLabel (
>                       CDKLABEL *label,
>                       int box,
>                       int box,
>                       boolean relative,
>                       boolean refresh);
>  
> Actually that should be
> 
>        void moveCDKLabel (
>                       CDKLABEL *label,
>                       int xpos,
>                       int ypos,
>                       boolean relative,
>                       boolean refresh);

Yup.

> I changed the manpage so the prototype is shown once - for readability
> and consistency.  But I didn't notice this error.  (I tend to not read
> manpages when I have the source code available).

Makes sense.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]