summaryrefslogtreecommitdiff
path: root/usr/src/man/man5
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man5')
-rw-r--r--usr/src/man/man5/ieee802.3.52
-rw-r--r--usr/src/man/man5/locale.520
-rw-r--r--usr/src/man/man5/mandoc_roff.56
-rw-r--r--usr/src/man/man5/pam_authtok_get.511
-rw-r--r--usr/src/man/man5/pam_list.58
-rw-r--r--usr/src/man/man5/privileges.56
-rw-r--r--usr/src/man/man5/resource_controls.54
-rw-r--r--usr/src/man/man5/tecla.547
8 files changed, 30 insertions, 74 deletions
diff --git a/usr/src/man/man5/ieee802.3.5 b/usr/src/man/man5/ieee802.3.5
index 126248f37b..4f6cb9a953 100644
--- a/usr/src/man/man5/ieee802.3.5
+++ b/usr/src/man/man5/ieee802.3.5
@@ -371,7 +371,7 @@ appropriate
property in
.Xr dladm 1M .
.Lp
-Auto-negotation may also be disabled, by setting the
+Auto-negotiation may also be disabled, by setting the
.Sy adv_autoneg_cap
property to 0. In this case, the highest enabled link mode (using the above
list) is
diff --git a/usr/src/man/man5/locale.5 b/usr/src/man/man5/locale.5
index e490238741..639c6aab67 100644
--- a/usr/src/man/man5/locale.5
+++ b/usr/src/man/man5/locale.5
@@ -8,12 +8,11 @@
.\" 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 LOCALE 5 "Dec 1, 2003"
+.TH LOCALE 5 "April 9, 2016"
.SH NAME
locale \- subset of a user's environment that depends on language and cultural
conventions
.SH DESCRIPTION
-.sp
.LP
A \fBlocale\fR is the definition of the subset of a user's environment that
depends on language and cultural conventions. It is made up from one or more
@@ -105,7 +104,6 @@ the value of the corresponding environment variable is used. If the environment
variable is unset or is set to the empty string, the \fBsetlocale()\fR
function sets the appropriate environment.
.SS "Locale Definition"
-.sp
.LP
Locales can be described with the file format accepted by the \fBlocaledef\fR
utility.
@@ -308,7 +306,6 @@ decimal or hexadecimal constants. Symbolic names not present in the charmap
file can be specified and will be ignored, as specified under item 1 above.
.RE
.SS "LC_CTYPE"
-.sp
.LP
The \fBLC_CTYPE\fR category defines character classification, case conversion
and other character attributes. In addition, a series of characters can be
@@ -687,7 +684,6 @@ the mapping will be the reverse mapping of the one specified for \fBtoupper\fR.
.RE
.SS "LC_COLLATE"
-.sp
.LP
The \fBLC_COLLATE\fR category provides a collation sequence definition for
numerous utilities (such as \fBsort\fR(1), \fBuniq\fR(1), and so forth),
@@ -802,7 +798,6 @@ Specify the end of the collation-order statements.
.RE
.SS "collating-element \fIkeyword\fR"
-.sp
.LP
In addition to the collating elements in the character set, the
\fBcollating-element\fR keyword is used to define multi-character collating
@@ -838,7 +833,6 @@ Example:
\fBcollating-element\fR <\fBll\fR> from "\fBll\fR"
.in -2
.SS "collating-symbol \fIkeyword\fR"
-.sp
.LP
This keyword will be used to define symbols for use in collation sequence
statements; that is, between the \fBorder_start\fR and the \fBorder_end\fR
@@ -878,7 +872,6 @@ associated with a relative position in the character order sequence. While such
a symbolic name does not represent any collating element, it can be used as a
weight.
.SS "order_start \fIkeyword\fR"
-.sp
.LP
The \fBorder_start\fR keyword must precede collation order entries and also
defines the number of weights for this collation sequence definition and other
@@ -959,7 +952,6 @@ order_start forward;backward
.LP
If no operands are specified, a single \fBforward\fR operand is assumed.
.SS "Collation Order"
-.sp
.LP
The \fBorder_start\fR keyword is followed by collating identifier entries. The
syntax for the collating element entries is:
@@ -1004,7 +996,7 @@ specified the highest coded character set value in the current coded character
set. An ellipsis is treated as invalid if the preceding or following lines do
not specify characters in the current coded character set. The use of the
ellipsis symbol ties the definition to a specific coded character set and may
-preclude the definition from being portable beween implementations.
+preclude the definition from being portable between implementations.
.sp
.LP
The symbol \fBUNDEFINED\fR is interpreted as including all coded character set
@@ -1159,11 +1151,9 @@ collating symbol <\fBch\fR> and belongs to the same primary equivalence class
as the multi-character collating element <\fBCh\fR>.
.RE
.SS "order_end \fIkeyword\fR"
-.sp
.LP
The collating order entries must be terminated with an \fBorder_end\fR keyword.
.SS "LC_MONETARY"
-.sp
.LP
The \fBLC_MONETARY\fR category defines the rules and symbols that are used to
format monetary numeric information. This information is available through the
@@ -1671,7 +1661,6 @@ END LC_MONETARY
The entry \fBn/a\fR indicates that the value is not available in the POSIX
locale.
.SS "LC_NUMERIC"
-.sp
.LP
The \fBLC_NUMERIC\fR category defines the rules and symbols that will be used
to format non-monetary numeric information. This information is available
@@ -1771,7 +1760,6 @@ _
The entry \fBn/a\fR indicates that the value is not available in the POSIX
locale.
.SS "LC_TIME"
-.sp
.LP
The \fBLC_TIME\fR category defines the interpretation of the field descriptors
supported by \fBdate\fR(1) and affects the behavior of the \fBstrftime\fR(3C),
@@ -2039,7 +2027,6 @@ field descriptor will be used instead of the value.
.RE
.SS "LC_TIME \fIC-language\fR Access"
-.sp
.LP
The following information can be accessed. These correspond to constants
defined in <\fBlanginfo.h\fR> and used as arguments to the
@@ -2302,7 +2289,6 @@ _
.TE
.SS "LC_TIME \fIGeneral\fR Information"
-.sp
.LP
Although certain of the field descriptors in the POSIX locale (such as the name
of the month) are shown with initial capital letters, this need not be the case
@@ -2341,7 +2327,6 @@ in 1776" while 7/14/1789 would come out as "The 14 day of July in 1789" The
above example is for illustrative purposes only. The \fB%O\fR modifier is
primarily intended to provide for Kanji or Hindi digits in \fBdate\fR formats.
.SS "LC_MESSAGES"
-.sp
.LP
The \fBLC_MESSAGES\fR category defines the format and values for affirmative
and negative responses.
@@ -2435,7 +2420,6 @@ l | l | l .
In an application conforming to the SUSv3 standard, the information on
\fByesstr\fR and \fBnostr\fR is not available.
.SH SEE ALSO
-.sp
.LP
\fBdate\fR(1), \fBlocale\fR(1), \fBlocaledef\fR(1), \fBsort\fR(1), \fBtr\fR(1),
\fBuniq\fR(1), \fBlocaleconv\fR(3C), \fBnl_langinfo\fR(3C),
diff --git a/usr/src/man/man5/mandoc_roff.5 b/usr/src/man/man5/mandoc_roff.5
index bef11f27cf..55be0155aa 100644
--- a/usr/src/man/man5/mandoc_roff.5
+++ b/usr/src/man/man5/mandoc_roff.5
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 17 2015 $
+.Dd $Mdocdate: April 9 2016 $
.Dt MANDOC_ROFF 5
.Os
.Sh NAME
@@ -1579,7 +1579,7 @@ Set tab stops.
Takes an arbitrary number of arguments.
Currently unsupported.
.Ss \&tc
-Change tab repetion character.
+Change tab repetition character.
Currently unsupported.
.Ss \&TE
End a table context.
@@ -2088,7 +2088,7 @@ loops are not.
.Pp
The special semantics of the
.Cm nS
-number register is an idiosyncracy of
+number register is an idiosyncrasy of
.Ox
manuals and not supported by other
.Xr mdoc 5
diff --git a/usr/src/man/man5/pam_authtok_get.5 b/usr/src/man/man5/pam_authtok_get.5
index b2eb247ba8..580186b52d 100644
--- a/usr/src/man/man5/pam_authtok_get.5
+++ b/usr/src/man/man5/pam_authtok_get.5
@@ -3,7 +3,7 @@
.\" 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 PAM_AUTHTOK_GET 5 "Dec 14, 2004"
+.TH PAM_AUTHTOK_GET 5 "April 9, 2016"
.SH NAME
pam_authtok_get \- authentication and password management module
.SH SYNOPSIS
@@ -13,14 +13,12 @@ pam_authtok_get \- authentication and password management module
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBpam_authtok_get\fR service module provides password prompting
-funtionality to the PAM stack. It implements \fBpam_sm_authenticate()\fR and
+functionality to the PAM stack. It implements \fBpam_sm_authenticate()\fR and
\fBpam_sm_chauthtok()\fR, providing functionality to both the Authentication
Stack and the Password Management Stack.
.SS "Authentication Service"
-.sp
.LP
The implementation of \fBpam_sm_authenticate\fR(3PAM) prompts the user name if
not set and then tries to get the authentication token from the pam handle. If
@@ -29,7 +27,6 @@ the \fBPAM\fR item \fBPAM_AUTHTOK\fR. This module is meant to be the first
module on an authentication stack where users are to authenticate using a
keyboard.
.SS "Password Management Service"
-.sp
.LP
Due to the nature of the PAM Password Management stack traversal mechanism, the
\fBpam_sm_chauthtok\fR(3PAM) function is called twice. Once with the
@@ -65,7 +62,6 @@ The following option can be passed to the module:
.RE
.SH ERRORS
-.sp
.LP
The authentication service returns the following error codes:
.sp
@@ -108,7 +104,6 @@ Authentication token manipulation error
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -126,7 +121,6 @@ MT Level MT-Safe with exceptions
.TE
.SH SEE ALSO
-.sp
.LP
\fBpam\fR(3PAM), \fBpam_authenticate\fR(3PAM), \fBsyslog\fR(3C),
\fBlibpam\fR(3LIB), \fBpam.conf\fR(4), \fBattributes\fR(5),
@@ -134,7 +128,6 @@ MT Level MT-Safe with exceptions
\fBpam_dhkeys\fR(5), \fBpam_passwd_auth\fR(5), \fBpam_unix_account\fR(5),
\fBpam_unix_auth\fR(5), \fBpam_unix_session\fR(5)
.SH NOTES
-.sp
.LP
The interfaces in \fBlibpam\fR(3LIB) are MT-Safe only if each thread within the
multi-threaded application uses its own PAM handle.
diff --git a/usr/src/man/man5/pam_list.5 b/usr/src/man/man5/pam_list.5
index 202031466e..47c3b6d934 100644
--- a/usr/src/man/man5/pam_list.5
+++ b/usr/src/man/man5/pam_list.5
@@ -3,7 +3,7 @@
.\" 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 PAM_LIST 5 "Mar 26, 2009"
+.TH PAM_LIST 5 "April 9, 2016"
.SH NAME
pam_list \- PAM account management module for UNIX
.SH SYNOPSIS
@@ -13,7 +13,6 @@ pam_list \- PAM account management module for UNIX
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBpam_list\fR module implements \fBpam_sm_acct_mgmt\fR(3PAM), which
provides functionality to the PAM account management stack. The module
@@ -21,7 +20,7 @@ provides functions to validate that the user's account is valid on this
host based on a list of users and/or netgroups in the given file. The users and
netgroups are separated by newline character. Netgroups are specified with
character '@' as prefix before name of netgroup in the list. The maximum line
-lenght is 1023 characters.
+length is 1023 characters.
.sp
.LP
The username is the value of \fBPAM_USER\fR. The host is the value of
@@ -129,7 +128,6 @@ The user and hostname must be in the same netgroup.
.RE
.SH ERRORS
-.sp
.LP
The following error values are returned:
.sp
@@ -247,7 +245,6 @@ remoteloginname
.in -2
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -269,7 +266,6 @@ MT-Level MT-Safe with exceptions
The interfaces in \fBlibpam\fR(3LIB) are MT-Safe only if each thread within the
multithreaded application uses its own PAM handle.
.SH SEE ALSO
-.sp
.LP
\fBpam\fR(3PAM), \fBpam_authenticate\fR(3PAM), \fBpam_sm_acct_mgmt\fR(3PAM),
\fBsyslog\fR(3C), \fBlibpam\fR(3LIB), \fBnsswitch.conf\fR(4),
diff --git a/usr/src/man/man5/privileges.5 b/usr/src/man/man5/privileges.5
index 2ca9ca6fd2..f7f332c613 100644
--- a/usr/src/man/man5/privileges.5
+++ b/usr/src/man/man5/privileges.5
@@ -4,7 +4,7 @@
.\" 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 PRIVILEGES 5 "Mar 24, 2016"
+.TH PRIVILEGES 5 "April 9, 2016"
.SH NAME
privileges \- process privilege model
.SH DESCRIPTION
@@ -415,7 +415,7 @@ Extensions.
.ad
.sp .6
.RS 4n
-Allow a proces to set \fBSO_MAC_IMPLICIT\fR option by using
+Allow a process to set \fBSO_MAC_IMPLICIT\fR option by using
\fBsetsockopt\fR(3SOCKET). This allows a privileged process to transmit
implicitly-labeled packets to a peer.
.sp
@@ -1260,7 +1260,7 @@ with I=basic.
.sp
.LP
For most privileges, absence of the privilege simply results in a failure. In
-some instances, the absense of a privilege can cause system calls to behave
+some instances, the absence of a privilege can cause system calls to behave
differently. In other instances, the removal of a privilege can force a set-uid
application to seriously malfunction. Privileges of this type are considered
"unsafe". When a process is lacking any of the unsafe privileges from its limit
diff --git a/usr/src/man/man5/resource_controls.5 b/usr/src/man/man5/resource_controls.5
index f815cc6907..47e1521f41 100644
--- a/usr/src/man/man5/resource_controls.5
+++ b/usr/src/man/man5/resource_controls.5
@@ -4,7 +4,7 @@
.\" 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 RESOURCE_CONTROLS 5 "Jul 19, 2013"
+.TH RESOURCE_CONTROLS 5 "April 9, 2016"
.SH NAME
resource_controls \- resource controls available through projects and zones
.SH DESCRIPTION
@@ -821,7 +821,7 @@ No action is taken on resource requests for an amount that is greater than the
threshold. This action is useful for monitoring resource usage without
affecting the progress of applications. You can also enable a global message
that displays when the resource control is exceeded, while, at the same time,
-the process exceeding the threshhold is not affected.
+the process exceeding the threshold is not affected.
.RE
.sp
diff --git a/usr/src/man/man5/tecla.5 b/usr/src/man/man5/tecla.5
index 61edb3c856..e9f7092a7c 100644
--- a/usr/src/man/man5/tecla.5
+++ b/usr/src/man/man5/tecla.5
@@ -24,11 +24,10 @@
.\" or other dealings in this Software without prior written authorization
.\" of the copyright holder.
.\" Portions Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved.
-.TH TECLA 5 "Sep 10, 2013"
+.TH TECLA 5 "April 9, 2016"
.SH NAME
tecla, teclarc \- User interface provided by the tecla library.
.SH DESCRIPTION
-.sp
.LP
This man page describes the command-line editing features that are available to
users of programs that read keyboard input via the tecla library. Users of the
@@ -44,7 +43,6 @@ default, tab completion is provided. If the application hasn't reconfigured
this to complete other types of symbols, then tab completion completes file
names.
.SS "Key Sequence Notation"
-.sp
.LP
In the rest of this man page, and also in all tecla configuration files, key
sequences are expressed as follows.
@@ -117,7 +115,6 @@ This is just a normal 'A' key.
.RE
.SS "The Tecla Configuration File"
-.sp
.LP
By default, tecla looks for a file called \fB\&.teclarc\fR in your home
directory (ie. \fB~/.teclarc\fR). If it finds this file, it reads it,
@@ -251,7 +248,6 @@ If you create a \fB~/.teclarc\fR configuration file, but it appears to have no
effect on the program, check the documentation of the program to see if the
author chose a different name for this file.
.SS "Filename and Tilde Completion"
-.sp
.LP
With the default key bindings, pressing the TAB key (aka. \fB^I\fR) results in
tecla attempting to complete the incomplete file name that precedes the cursor.
@@ -273,7 +269,6 @@ The completion binding is implemented using the \fBcpl_complete_word()\fR
function, which is also available separately to users of this library. See the
\fBcpl_complete_word\fR(3TECLA) man page for more details.
.SS "Filename Expansion"
-.sp
.LP
With the default key bindings, pressing \fB^X*\fR causes tecla to expand the
file name that precedes the cursor, replacing \fB~/\fR and \fB~user/\fR
@@ -286,7 +281,6 @@ space-separated list of the files which match the wild cards.
The expansion binding is implemented using the \fBef_expand_file()\fR function.
See the \fBef_expand_file\fR(3TECLA) man page for more details.
.SS "Recalling Previously Typed Lines"
-.sp
.LP
Every time that a new line is entered by the user, it is appended to a list of
historical input lines maintained within the \fBGetLine\fR resource object. You
@@ -362,7 +356,6 @@ hitting it once more would recall the "ls ~/tecla/" line. The pattern syntax is
the same as that described for file name expansion, in the
\fBef_expand_file\fR(3TECLA).
.SS "History Files"
-.sp
.LP
Authors of programs that use the tecla library have the option of saving
historical command-lines in a file before exiting, and subsequently reading
@@ -371,7 +364,6 @@ standard name for this file, since it makes sense for each application to use
its own history file, so that commands from different applications don't get
mixed up.
.SS "International Character Sets"
-.sp
.LP
Since \fBlibtecla\fR version 1.4.0, tecla has been 8-bit clean. This means that
all 8-bit characters that are printable in the user's current locale are now
@@ -403,7 +395,6 @@ locale -a
.LP
at the shell prompt.
.SS "Meta Keys and Locales"
-.sp
.LP
Beware that in most locales other than the default C locale, META characters
become printable, and they are then no longer considered to match \fBM-c\fR
@@ -440,7 +431,6 @@ when you press the left mouse button and the CONTROL key within an xterm
window. In CDE, dtterms can be similarly coerced to generate escape pairs in
place of meta characters, by setting the \fBDtterm*KshMode\fR resource to True.
.SS "Entering International Characters"
-.sp
.LP
If you don't have a keyboard that generates all of the international characters
that you need, there is usually a compose key that will allow you to enter
@@ -462,7 +452,6 @@ xmodmap -e 'keycode 115 = Multi_key'
.LP
Type this key followed by a " character to enter an 'I' with a umlaut over it.
.SS "The Available Key Binding Functions"
-.sp
.LP
The following is a list of the editing functions provided by the tecla library.
The names in the leftmost column of the list can be used in configuration files
@@ -1138,7 +1127,7 @@ parenthesis, or next close parenthesis.
.ad
.RS 30n
Delete the characters from the cursor up to and including the following
-occurence of the next character typed.
+occurrence of the next character typed.
.RE
.sp
@@ -1148,7 +1137,7 @@ occurence of the next character typed.
.ad
.RS 30n
Delete the characters from the cursor up to and including the preceding
-occurence of the next character typed.
+occurrence of the next character typed.
.RE
.sp
@@ -1158,7 +1147,7 @@ occurence of the next character typed.
.ad
.RS 30n
Delete the characters from the cursor up to, but not including, the following
-occurence of the next character typed.
+occurrence of the next character typed.
.RE
.sp
@@ -1168,7 +1157,7 @@ occurence of the next character typed.
.ad
.RS 30n
Delete the characters from the cursor up to, but not including, the preceding
-occurence of the next character typed.
+occurrence of the next character typed.
.RE
.sp
@@ -1215,7 +1204,7 @@ parenthesis, or next close parenthesis, into the cut buffer.
\fBforward-copy-find\fR
.ad
.RS 30n
-Copy the characters from the cursor up to and including the following occurence
+Copy the characters from the cursor up to and including the following occurrence
of the next character typed, into the cut buffer.
.RE
@@ -1225,7 +1214,7 @@ of the next character typed, into the cut buffer.
\fBbackward-copy-find\fR
.ad
.RS 30n
-Copy the characters from the cursor up to and including the preceding occurence
+Copy the characters from the cursor up to and including the preceding occurrence
of the next character typed, into the cut buffer.
.RE
@@ -1236,7 +1225,7 @@ of the next character typed, into the cut buffer.
.ad
.RS 30n
Copy the characters from the cursor up to, but not including, the following
-occurence of the next character typed, into the cut buffer.
+occurrence of the next character typed, into the cut buffer.
.RE
.sp
@@ -1246,7 +1235,7 @@ occurence of the next character typed, into the cut buffer.
.ad
.RS 30n
Copy the characters from the cursor up to, but not including, the preceding
-occurence of the next character typed, into the cut buffer.
+occurrence of the next character typed, into the cut buffer.
.RE
.sp
@@ -1435,7 +1424,7 @@ parenthesis, or next close parenthesis, then enter \fBvi\fR insert mode.
.ad
.RS 30n
From \fBvi\fR command mode, delete the characters from the cursor up to and
-including the following occurence of the next character typed, then enter
+including the following occurrence of the next character typed, then enter
insert mode.
.RE
@@ -1446,7 +1435,7 @@ insert mode.
.ad
.RS 30n
From vi command mode, delete the characters from the cursor up to and including
-the preceding occurence of the next character typed, then enter insert mode.
+the preceding occurrence of the next character typed, then enter insert mode.
.RE
.sp
@@ -1456,7 +1445,7 @@ the preceding occurence of the next character typed, then enter insert mode.
.ad
.RS 30n
From \fBvi\fR command mode, delete the characters from the cursor up to, but
-not including, the following occurence of the next character typed, then enter
+not including, the following occurrence of the next character typed, then enter
insert mode.
.RE
@@ -1467,7 +1456,7 @@ insert mode.
.ad
.RS 30n
From \fBvi\fR command mode, delete the characters from the cursor up to, but
-not including, the preceding occurence of the next character typed, then enter
+not including, the preceding occurrence of the next character typed, then enter
insert mode.
.RE
@@ -1509,7 +1498,6 @@ In \fBvi\fR command mode, repeat the last command that modified the line.
.RE
.SS "Default Key Bindings In \fBemacs\fR Mode"
-.sp
.LP
The following default key bindings, which can be overriden by the tecla
configuration file, are designed to mimic most of the bindings of the unix
@@ -1580,7 +1568,7 @@ literal-next
.sp
.LP
-The cursor keys are refered to by name, as follows. This is necessary because
+The cursor keys are referred to by name, as follows. This is necessary because
different types of terminals generate different key sequences when their cursor
keys are pressed.
.sp
@@ -2015,7 +2003,6 @@ Note that \fB^I\fR is what the TAB key generates, and that \fB^@\fR can be
generated not only by pressing the CONTROL key and the @ key simultaneously,
but also by pressing the CONTROL key and the space bar at the same time.
.SS "Default Key Bindings in \fBvi\fR Mode"
-.sp
.LP
The following default key bindings are designed to mimic the \fBvi\fR style of
editing as closely as possible. This means that very few editing functions are
@@ -2150,7 +2137,7 @@ when you type the letter i, for example, the tecla library actually looks up
the binding for \fBM-i\fR.
.sp
.LP
-The cursor keys are refered to by name, as follows. This is necessary because
+The cursor keys are referred to by name, as follows. This is necessary because
different types of terminals generate different key sequences when their cursor
keys are pressed.
.sp
@@ -3563,7 +3550,6 @@ digit-argument (see below)
.LP
Note that \fB^I\fR is what the TAB key generates.
.SS "Entering Repeat Counts"
-.sp
.LP
Many of the key binding functions described previously, take an optional count,
typed in before the target key sequence. This is interpreted as a repeat count
@@ -3627,7 +3613,6 @@ doesn't end in a numeric digit, a new repeat count is started with a value of
zero, and can be completed by typing in the number, after letting go of the key
which triggered the digit-argument action.
.SH FILES
-.sp
.ne 2
.na
\fB\fB/usr/lib/libtecla.so\fR\fR
@@ -3655,7 +3640,6 @@ The personal tecla customization file
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -3671,7 +3655,6 @@ Interface Stability Evolving
.TE
.SH SEE ALSO
-.sp
.LP
\fBvi\fR(1), \fBcpl_complete_word\fR(3TECLA), \fBef_expand_file\fR(3TECLA),
\fBgl_get_line\fR(3TECLA), \fBgl_io_mode\fR(3TECLA), \fBlibtecla\fR(3LIB),