summaryrefslogtreecommitdiff
path: root/usr/src/man/man3curses/curs_kernel.3curses
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2020-12-31 10:47:42 +0000
committerPeter Tribble <peter.tribble@gmail.com>2021-01-01 11:55:01 +0000
commit0a554e9f2c0d440dc40a97fae2d18f1d428ca786 (patch)
tree6581d89db7e760d8893bbfc2ffb8e8cbb7212acd /usr/src/man/man3curses/curs_kernel.3curses
parent9f76c6ed5b6ee0cc0bf631daca15ac3dc5fc70c4 (diff)
downloadillumos-joyent-0a554e9f2c0d440dc40a97fae2d18f1d428ca786.tar.gz
13404 man page spelling errors
Reviewed by: Ryan Zezeski <ryan@oxide.computer> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3curses/curs_kernel.3curses')
-rw-r--r--usr/src/man/man3curses/curs_kernel.3curses15
1 files changed, 2 insertions, 13 deletions
diff --git a/usr/src/man/man3curses/curs_kernel.3curses b/usr/src/man/man3curses/curs_kernel.3curses
index 34c4e63d9d..2c8a38b49f 100644
--- a/usr/src/man/man3curses/curs_kernel.3curses
+++ b/usr/src/man/man3curses/curs_kernel.3curses
@@ -4,13 +4,12 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH CURS_KERNEL 3CURSES "Dec 31, 1996"
+.TH CURS_KERNEL 3CURSES "December 28, 2020"
.SH NAME
curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode,
resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms \- low-level
curses routines
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lcurses\fR [ \fIlibrary\fR ... ]
#include <curses.h>
@@ -69,10 +68,8 @@ curses routines
.fi
.SH DESCRIPTION
-.sp
-.LP
The following routines give low-level access to various \fBcurses\fR
-functionality. Theses routines typically are used inside library routines.
+functionality. These routines typically are used inside library routines.
.sp
.LP
The \fBdef_prog_mode()\fR and \fBdef_shell_mode()\fR routines save the current
@@ -139,14 +136,10 @@ the previous \fIcursor\fR state is returned; otherwise, \fBERR\fR is returned.
.LP
The \fBnapms()\fR routine is used to sleep for \fIms\fR milliseconds.
.SH RETURN VALUES
-.sp
-.LP
Except for \fBcurs_set()\fR, these routines always return \fBOK\fR.
\fBcurs_set()\fR returns the previous cursor state, or \fBERR\fR if the
requested \fIvisibility\fR is not supported.
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -161,14 +154,10 @@ MT-Level Unsafe
.TE
.SH SEE ALSO
-.sp
-.LP
\fBcurs_initscr\fR(3CURSES), \fBcurs_outopts\fR(3CURSES),
\fBcurs_refresh\fR(3CURSES), \fBcurs_scr_dump\fR(3CURSES),
\fBcurs_slk\fR(3CURSES), \fBcurses\fR(3CURSES), \fBattributes\fR(5)
.SH NOTES
-.sp
-.LP
The header <\fBcurses.h\fR> automatically includes the headers <\fBstdio.h\fR>
and <\fBunctrl.h\fR>.
.sp