summaryrefslogtreecommitdiff
path: root/usr/src/man/man7d
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2021-08-30 15:05:36 +0100
committerPeter Tribble <peter.tribble@gmail.com>2021-09-01 08:27:48 +0100
commitc3d9bc08a709328922dddd4cf87d0341592e5f52 (patch)
tree461323bb108c9d09d5b05cecaa21dd63ba149cdc /usr/src/man/man7d
parent2cdd73db19663a333ca54a47c4bdf7abe0a4a4dd (diff)
downloadillumos-gate-c3d9bc08a709328922dddd4cf87d0341592e5f52.tar.gz
14040 Double punctuation in the manual
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/man/man7d')
-rw-r--r--usr/src/man/man7d/wscons.7d18
1 files changed, 3 insertions, 15 deletions
diff --git a/usr/src/man/man7d/wscons.7d b/usr/src/man/man7d/wscons.7d
index a39c3e9825..cbafe66ddd 100644
--- a/usr/src/man/man7d/wscons.7d
+++ b/usr/src/man/man7d/wscons.7d
@@ -1,14 +1,13 @@
'\" te
.\" Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
-.\" Copyright 2019 Peter Tribble.
+.\" Copyright 2021 Peter Tribble.
.\" 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 WSCONS 7D "Apr 3, 2019"
+.TH WSCONS 7D "August 29, 2021"
.SH NAME
wscons \- workstation console
.SH SYNOPSIS
-.LP
.nf
\fB#include <sys/strredir.h>\fR
.fi
@@ -24,14 +23,12 @@ wscons \- workstation console
.fi
.SH DESCRIPTION
-.LP
The \fBwscons\fR workstation console consists of a workstation keyboard and
frame buffer that act together to emulate an \fBASCII\fR terminal. It includes
a redirection facility that allows I/O issued to the workstation console to be
diverted to a STREAMS device, enabling window systems to redirect output that
would otherwise appear directly on the frame buffer in corrupted form.
.SS "Redirection"
-.LP
The \fBwscons\fR redirection facility maintains a list of devices that are
designated as redirection targets through the \fBSRIOCSREDIR\fR ioctl described
below. Only the current entry is active; when the active entry is closed, the
@@ -64,7 +61,6 @@ device denoted by \fIfd\fR, and 0 if it is not.
.RE
.SS "ANSI Standard Terminal Emulation"
-.LP
The Solaris kernel terminal emulator provides ANSI X3.64 emulation both on
SPARC and x86 systems.
.sp
@@ -109,7 +105,6 @@ right-bottom edge, the line-feed function is performed (see \fBCTRL-J\fR
below). The line-feed function scrolls the screen up by one or more lines
before moving the cursor to the first character position on the next line.
.SS "Control Sequence Syntax"
-.LP
The \fBwscons\fR console defines a number of control sequences that may occur
during input. When a control sequence is written to the console, it affects
one of the control functions described below. Control sequences are not
@@ -122,7 +117,7 @@ A number of control sequences (or control character functions) are of the form:
\fBCTRL-\fR\fIx\fR
.sp
.LP
- where \fIx\fR represents a singe character., such as \fBCNTRL-J\fR for a line
+where \fIx\fR represents a single character, such as \fBCNTRL-J\fR for a line
feed.
.sp
.LP
@@ -243,7 +238,6 @@ parameter value of 1. Note that \fBESC[;5M\fR (interpreted as \fB`ESC[5M\fR')
is \fInot\fR equivalent to \fBESC[5;M\fR (interpreted as `\fBESC[5;1M\fR')
which is ultimately interpreted as `\fBESC[1M\fR').
.SS "ANSI Control Functions"
-.LP
The following paragraphs specify the \fBANSI\fR control functions implemented
by the console. Each description provides:
.RS +4
@@ -284,7 +278,6 @@ Initial setting of the mode for functions that set a mode. To restore the
initial settings, use the \fBSUNRESET\fR escape sequence.
.RE
.SS "Control Character Functions"
-.LP
The \fBwscons \fRcontrol character functions are:
.sp
.ne 2
@@ -444,7 +437,6 @@ The cursor moves to the leftmost character position on the current line.
.RE
.SS "Escape Sequence Functions"
-.LP
The \fBwscons \fRescape sequence functions are:
.sp
.ne 2
@@ -960,7 +952,6 @@ Takes no parameters. Resets all modes to default, restores current font from
.RE
.SH RETURN VALUES
-.LP
When there are no errors, the redirection ioctls have return values as
described above. Otherwise, they return \fB\(mi1\fR and set \fBerrno\fR to
indicate the error. If the target stream is in an error state, \fBerrno \fRis
@@ -1025,7 +1016,6 @@ Access system console
.RE
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -1040,11 +1030,9 @@ Interface Stability Stable
.TE
.SH SEE ALSO
-.LP
\fBeeprom\fR(1M), \fBioctl\fR(2), \fBpoll\fR(2), \fBread\fR(2),
\fBwrite\fR(2), \fBconsole\fR(7D), \fBvisual_io\fR(7I)
.SH WARNINGS
-.LP
The redirection ioctls block while there is I/O outstanding on the device
instance being redirected. If you try to redirect the workstation console while
there is a outstanding read, the workstation console will hang until the read