X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_addch.3x;h=cc3a75fd67b8f4bd9406a1e6d1318b9408488267;hp=f0439992247fcf77c7f700449cf0932966837d54;hb=a8e3f06ac309504143cd56ac9ec55889bfdf4914;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/man/curs_addch.3x b/man/curs_addch.3x index f0439992..cc3a75fd 100644 --- a/man/curs_addch.3x +++ b/man/curs_addch.3x @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_addch.3x,v 1.38 2017/01/07 19:25:15 tom Exp $ +.\" $Id: curs_addch.3x,v 1.39 2017/04/17 00:14:02 tom Exp $ .TH curs_addch 3X "" .de bP .IP \(bu 4 @@ -58,7 +58,7 @@ .SS Adding characters The \fBaddch\fR, \fBwaddch\fR, \fBmvaddch\fR and \fBmvwaddch\fR routines put the character \fIch\fR into the given window at its current window position, -which is then advanced. They are analogous to \fBputchar\fR in \fBstdio\fR(3). +which is then advanced. They are analogous to \fBputchar\fR(3) in \fBstdio\fR(3). If the advance is at the right margin: .bP The cursor automatically wraps to the beginning of the next line.