X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_addwstr.3x;fp=man%2Fcurs_addwstr.3x;h=cc299efa2f9b7981de0e222c8aa1ae10aeab2812;hb=71c0306f0824ef2b10c4c5813fb003db48f3012e;hp=63d274608cc74d4968e9630970d380b2faf7fa48;hpb=d96f3e9b8a422f6daa2101d4d165801421312aa0;p=ncurses.git diff --git a/man/curs_addwstr.3x b/man/curs_addwstr.3x index 63d27460..cc299efa 100644 --- a/man/curs_addwstr.3x +++ b/man/curs_addwstr.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 2002-2005,2006 Free Software Foundation, Inc. * +.\" Copyright (c) 2002-2006,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_addwstr.3x,v 1.7 2006/02/25 20:59:08 tom Exp $ +.\" $Id: curs_addwstr.3x,v 1.8 2010/07/31 16:12:01 tom Exp $ .TH curs_addwstr 3X "" .na .hy 0 @@ -74,7 +74,7 @@ Thereafter, the cursor is advanced as a side-effect of writing to the window. .PP The four routines with \fIn\fR as the last argument write at most \fIn\fR \fBwchar_t\fR characters. -If \fIn\fR is -1, then the entire string will be added, +If \fIn\fR is \-1, then the entire string will be added, up to the maximum number of characters that will fit on the line, or until a terminating null is reached. .SH RETURN VALUES