diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-11 21:01:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-11 21:01:13 +0000 |
commit | c16744898b7d3904fc078f050f21571b34c1ddbf (patch) | |
tree | d0e94abbe33c34873ad8c42307c7ef89079a222f /lib/libcurses | |
parent | a167520350e15a5377ab7a1f751bcf87df487de7 (diff) |
there's a missing full stop here too, which seems to be because of
another local variation;
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/curses.3tbl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/curses.3tbl b/lib/libcurses/curses.3tbl index 4caceb21f1d..de2e856b681 100644 --- a/lib/libcurses/curses.3tbl +++ b/lib/libcurses/curses.3tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: curses.3tbl,v 1.22 2010/09/11 20:43:32 jmc Exp $ +.\" $OpenBSD: curses.3tbl,v 1.23 2010/09/11 21:01:12 jmc Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * @@ -29,7 +29,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curses.3tbl,v 1.22 2010/09/11 20:43:32 jmc Exp $ +.\" $Id: curses.3tbl,v 1.23 2010/09/11 21:01:12 jmc Exp $ .hy 0 .TH ncurses 3 "" .ds n 5 @@ -241,7 +241,7 @@ In either case, the data is stored in something like an integer. Each cell (row and column) in a \fBWINDOW\fP is stored as a \fBchtype\fP. .TP 5 ncursesw -the so-called "wide" library, which handles multibyte characters +the so-called "wide" library, which handles multibyte characters. The "wide" library includes all of the calls from the "normal" library. It adds about one third more calls using data types which store multibyte characters: |