]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_addch.3x.html
ncurses 6.0 - patch 20170422
[ncurses.git] / doc / html / man / curs_addch.3x.html
index 3ef9e50032d9048e9fc1033b1c584282ba177e7b..80ed97c81a881e3179157be03466ce907be6d638 100644 (file)
@@ -27,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * 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 @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
@@ -69,8 +69,8 @@
        The  <STRONG>addch</STRONG>,  <STRONG>waddch</STRONG>, <STRONG>mvaddch</STRONG> and <STRONG>mvwaddch</STRONG> routines put the
        character <EM>ch</EM> into the given window at its  current  window
        position,  which  is then advanced.  They are analogous to
-       <STRONG>putchar</STRONG> in <STRONG>stdio(3)</STRONG>.  If the advance is at the right  mar-
-       gin:
+       <STRONG>putchar(3)</STRONG> in <STRONG>stdio(3)</STRONG>.  If the advance is  at  the  right
+       margin:
 
        <STRONG>o</STRONG>   The cursor automatically wraps to the beginning of the
            next line.