diff -ur ncurses-6.2/man/curs_addstr.3x ncurses-patched/man/curs_addstr.3x --- ncurses-6.2/man/curs_addstr.3x 2020-02-03 00:34:34.000000000 +0100 +++ ncurses-patched/man/curs_addstr.3x 2020-03-16 13:30:24.030001334 +0100 @@ -80,7 +80,7 @@ Thereafter, the cursor is advanced as a side-effect of writing to the window. .PP The four functions with \fIn\fR as the last argument -write at most \fIn\fR characters, +write at most \fIn\fR bytes, or until a terminating null is reached. If \fIn\fR is \-1, then the entire string will be added. .SH RETURN VALUE