diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-12 11:06:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-12 11:06:50 +0000 |
commit | 212ffff119e8aa5436fe7f4c7ccd84468cd8ffdb (patch) | |
tree | 8496c9463f319227674474b6fb08ed011936b3e8 /lib/libcurses/curs_extend.3 | |
parent | c3e60c0cfaa5bb0eb5b3ce7d12a3e17299e28871 (diff) |
typos;
diffs passed on to curses people.
Diffstat (limited to 'lib/libcurses/curs_extend.3')
-rw-r--r-- | lib/libcurses/curs_extend.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/curs_extend.3 b/lib/libcurses/curs_extend.3 index 83f03f1c8c7..d33fb1ec949 100644 --- a/lib/libcurses/curs_extend.3 +++ b/lib/libcurses/curs_extend.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: curs_extend.3,v 1.4 2003/03/07 06:30:38 david Exp $ +.\" $OpenBSD: curs_extend.3,v 1.5 2003/05/12 11:06:49 jmc Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1999,2000 Free Software Foundation, Inc. * @@ -59,11 +59,11 @@ function controls whether the calling application is able to use user-defined or nonstandard names which may be compiled into the terminfo description, i.e., via the terminfo or termcap interfaces. -Normally these names are available for use, since the essential descision +Normally these names are available for use, since the essential decision is made by using the \fB-x\fP option of \fItic\fP to compile extended terminal definitions. However you can disable this feature -to ensure compatibility with other implementations of curses +to ensure compatibility with other implementations of curses. .. .SH PORTABILITY These routines are specific to ncurses. They were not supported on |