summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2020-09-20 10:25:18 +0100
committerPeter Tribble <peter.tribble@gmail.com>2020-09-22 13:01:15 +0100
commita7f55c951e21deb266649b41baa71501d3382f4d (patch)
treec5b5f0e93cc43e2db64a7a8ef730665f7575b5b4
parentce87906fe0d027df0327d283b3423eaf1d3cdda5 (diff)
downloadillumos-joyent-a7f55c951e21deb266649b41baa71501d3382f4d.tar.gz
13140 Typos in the manual
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Volker A. Brandt <vab@bb-c.de> Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r--usr/src/man/man1/rcp.123
-rw-r--r--usr/src/man/man1/rdist.143
-rw-r--r--usr/src/man/man1/rlogin.125
-rw-r--r--usr/src/man/man1/rsh.127
-rw-r--r--usr/src/man/man1m/ccidadm.1m4
-rw-r--r--usr/src/man/man3nvpair/nvlist_lookup_boolean.3nvpair18
-rw-r--r--usr/src/man/man3picltree/libpicltree.3picltree6
-rw-r--r--usr/src/man/man4/NISLDAPmapping.432
-rw-r--r--usr/src/man/man7d/sd.7d4
-rw-r--r--usr/src/man/man7d/ssd.7d21
-rw-r--r--usr/src/man/man9f/nvlist_lookup_boolean.9f26
-rw-r--r--usr/src/man/man9f/taskq.9f9
12 files changed, 48 insertions, 190 deletions
diff --git a/usr/src/man/man1/rcp.1 b/usr/src/man/man1/rcp.1
index 8872406c6f..24b94a27a8 100644
--- a/usr/src/man/man1/rcp.1
+++ b/usr/src/man/man1/rcp.1
@@ -4,11 +4,10 @@
.\" 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 RCP 1 "Dec 23, 2008"
+.TH RCP 1 "September 12, 2020"
.SH NAME
rcp \- remote file copy
.SH SYNOPSIS
-.LP
.nf
\fBrcp\fR [\fB-p\fR] [\fB-a\fR] [\fB-K\fR] [\fB-x\fR] [\fB-PN\fR | \fB-PO\fR] [\fB-k\fR \fIrealm\fR] \fIfilename1\fR \fIfilename2\fR
.fi
@@ -19,8 +18,6 @@ rcp \- remote file copy
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBrcp\fR command copies files between machines. Each \fIfilename\fR or
\fIdirectory\fR argument is either a remote file name of the form:
.sp
@@ -107,8 +104,6 @@ specifies the username to be used, the hostname, and the domain in which that
host resides. File names that are not full path names are interpreted relative
to the home directory of the user named \fIusername\fR, on the remote host.
.SH OPTIONS
-.sp
-.LP
The following options are supported:
.sp
.ne 2
@@ -163,7 +158,7 @@ and \fBACL\fRs if applicable as the original file.
.ad
.RS 12n
Explicitly requests new (\fB-PN\fR) or old (\fB-PO\fR) version of the Kerberos
-"\fBrcmd\fR" protocol. The new protocol avoids many security problems prevalant
+"\fBrcmd\fR" protocol. The new protocol avoids many security problems prevalent
in the old one and is regarded much more secure, but is not interoperable with
older (MIT/SEAM) servers. The new protocol is used by default, unless
explicitly specified using these options or through \fBkrb5.conf\fR(4). If
@@ -194,8 +189,6 @@ are encrypted.
.RE
.SH USAGE
-.sp
-.LP
See \fBlargefile\fR(5) for the description of the behavior of \fBrcp\fR when
encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).
.sp
@@ -208,7 +201,7 @@ For the kerberized \fBrcp\fR session, each user can have a private
authorization list in a file \fB\&.k5login\fR in their home directory. Each
line in this file should contain a Kerberos principal name of the form
\fIprincipal\fR/\fIinstance\fR@\fIrealm\fR. If there is a \fB~/.k5login\fR
-file, then access is granted to the account if and only if the originater user
+file, then access is granted to the account if and only if the originating user
is authenticated to one of the principals named in the \fB~/.k5login\fR file.
Otherwise, the originating user is granted access to the account if and only if
the authenticated principal name of the user can be mapped to the local account
@@ -216,8 +209,6 @@ name using the \fIauthenticated-principal-name\fR \(-> \fIlocal-user-name\fR
mapping rules. The \fB\&.k5login\fR file (for access control) comes into play
only when Kerberos authentication is being done.
.SH EXIT STATUS
-.sp
-.LP
The following exit values are returned:
.sp
.ne 2
@@ -241,8 +232,6 @@ An error occurred.
.LP
See the NOTES section for caveats on the exit code.
.SH FILES
-.sp
-.LP
\fB$HOME/.profile\fR
.sp
.ne 2
@@ -263,8 +252,6 @@ Kerberos configuration file
.RE
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -279,15 +266,11 @@ CSI Enabled
.TE
.SH SEE ALSO
-.sp
-.LP
\fBcpio\fR(1), \fBftp\fR(1), \fBrlogin\fR(1), \fBrsh\fR(1), \fBsetfacl\fR(1),
\fBtar\fR(1), \fBtar\fR(1), \fBin.rshd\fR(1M), \fBhosts.equiv\fR(4),
\fBkrb5.conf\fR(4), \fBattributes\fR(5), \fBlargefile\fR(5),
\fBkrb5_auth_rules\fR(5), \fBinet\fR(7P), \fBinet6\fR(7P), \fBip6\fR(7P)
.SH NOTES
-.sp
-.LP
\fBrcp\fR is meant to copy between different hosts. Attempting to \fBrcp\fR a
file onto itself, as with:
.sp
diff --git a/usr/src/man/man1/rdist.1 b/usr/src/man/man1/rdist.1
index db3adbd46f..82e897ffcf 100644
--- a/usr/src/man/man1/rdist.1
+++ b/usr/src/man/man1/rdist.1
@@ -1,11 +1,10 @@
'\" te
.\" Copyright (c) 1985 Regents of the University of California. All rights reserved. The Berkeley software License Agreement specifies the terms and conditions for redistribution.
.\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
-.TH RDIST 1 "Dec 23, 2008"
+.TH RDIST 1 "September 12, 2020"
.SH NAME
rdist \- remote file distribution program
.SH SYNOPSIS
-.LP
.nf
\fBrdist\fR [\fB-b\fR] [\fB-D\fR] [\fB-h\fR] [\fB-i\fR] [\fB-n\fR] [\fB-q\fR] [\fB-R\fR] [\fB-a\fR] [\fB-K\fR] [\fB-x\fR]
[\fB-PN\fR | \fB-PO\fR] [\fB-k\fR \fIrealm\fR] [\fB-v\fR] [\fB-w\fR] [\fB-y\fR]
@@ -20,8 +19,6 @@ rdist \- remote file distribution program
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBrdist\fR utility maintains copies of files on multiple hosts. It
preserves the owner, group, mode, and modification time of the master copies,
and can update programs that are executing. (\fBrdist\fR does not propagate
@@ -62,8 +59,6 @@ supersets of the \fB-a\fR option. In order to use the non-secure version of
\fB\&.rhosts\fR file in the home directory. See \fBhosts.equiv\fR(4) for more
information.
.SH OPTIONS
-.sp
-.LP
The following options are supported:
.sp
.ne 2
@@ -218,7 +213,7 @@ a distfile.
.sp .6
.RS 4n
Explicitly requests new (\fB-PN\fR) or old (\fB-PO\fR) version of the Kerberos
-"\fBrcmd\fR" protocol. The new protocol avoids many security problems prevalant
+"\fBrcmd\fR" protocol. The new protocol avoids many security problems prevalent
in the old one and is regarded much more secure, but is not interoperable with
older (MIT/SEAM) servers. The new protocol is used by default, unless
explicitly specified using these options or through \fBkrb5.conf\fR(4). If
@@ -303,19 +298,13 @@ checked. No comparison of size is made.
.SH USAGE
.SS "White Space Characters"
-.sp
-.LP
NEWLINE, TAB, and SPACE characters are all treated as white space; a mapping
continues across input lines until the start of the next mapping: either a
single \fIfilename\fR followed by a `\fB->\fR' or the opening parenthesis of a
filename list.
.SS "Comments"
-.sp
-.LP
Comments begin with \fB#\fR and end with a NEWLINE.
.SS "Distfiles"
-.sp
-.LP
The distfile contains a sequence of entries that specify the files to be
copied, the destination files to be copied, the destination hosts, and what
operations to perform to do the updating. Each entry has one of the following
@@ -346,8 +335,6 @@ a certain date (specified by the date/time of the \fItime_stamp\fR file).
Typically, only \fBnotify\fR is used with the '\fB::\fR' format of the command
line.
.SS "Macros"
-.sp
-.LP
\fBrdist\fR has a limited macro facility. Macros are only expanded in filename
or hostname lists, and in the argument lists of certain primitives. Macros
cannot be used to stand for primitives or their options, or the `\fB->\fR' or
@@ -377,13 +364,11 @@ A macro reference is a string of the form:
although (as with \fBmake\fR(1S)) the braces can be omitted if the macro name
consists of just one character.
.SS "Kerberos Access-Control file"
-.sp
-.LP
For the kerberized \fBrdist\fR session, each user might have a private
authorization list in a file \fB\&.k5login\fR in their home directory. Each
line in this file should contain a Kerberos principal name of the form
\fIprincipal\fR/\fIinstance\fR@\fIrealm\fR. If there is a \fB~/.k5login\fR
-file, then access is granted to the account if and only if the originater user
+file, then access is granted to the account if and only if the originating user
is authenticated to one of the principals named in the \fB~/.k5login\fR file.
Otherwise, the originating user is granted access to the account if and only if
the authenticated principal name of the user can be mapped to the local account
@@ -391,8 +376,6 @@ name using the \fIauthenticated-principal-name\fR \(-> \fIlocal-user-name\fR
mapping rules. The \fB\&.k5login\fR file (for access control) comes into play
only when Kerberos authentication is being done.
.SS "Metacharacters"
-.sp
-.LP
The shell meta-characters: \fB[\fR, \fB]\fR, \fB{\fR, \fB}\fR, \fB*\fR and
\fB?\fR are recognized and expanded (on the local host only) just as they are
with \fBcsh\fR(1). Metacharacters can be escaped by prepending a backslash.
@@ -401,15 +384,11 @@ with \fBcsh\fR(1). Metacharacters can be escaped by prepending a backslash.
The \fB~\fR character is also expanded in the same way as with \fBcsh\fR;
however, it is expanded separately on the local and destination hosts.
.SS "Filenames"
-.sp
-.LP
File names that do not begin with `\fB\|/\|\fR\&' or `\fB\|~\|\fR\&' are taken
to be relative to user's home directory on each destination host; they are
\fInot\fR relative to the current working directory. Multiple file names must
be enclosed within parentheses.
.SS "Primitives"
-.sp
-.LP
The following primitives can be used to specify actions \fBrdist\fR is to take
when updating remote copies of each file.
.sp
@@ -430,7 +409,7 @@ corresponding filename is completely absent on the master host.
.sp
The options for \fBinstall\fR have the same semantics as their command line
counterparts, but are limited in scope to a particular map. The login name used
-on the destination host is the same as the local host unless the destination
+on the destination host is the same as on the local host unless the destination
name is of the format \fIlogin@host\fR. In that case, the update is performed
under the username \fIlogin\fR.
.RE
@@ -494,12 +473,9 @@ is the user's home directory on the remote host.
.RE
.SS "IPv6"
-.sp
-.LP
The \fBrdist\fR command is IPv6-enabled. See \fBip6\fR(7P). \fBIPv6\fR is not
currently supported with Kerberos V5 authentication.
.SH EXAMPLES
-.LP
\fBExample 1 \fRA Sample distfile
.sp
.LP
@@ -529,7 +505,6 @@ ${FILES} :: /usr/local/lib/timestamp
.sp
.SH FILES
-.sp
.ne 2
.na
\fB\fB~/.rhosts\fR\fR
@@ -544,7 +519,7 @@ User's trusted hosts and users
\fB\fB/etc/host.equiv\fR\fR
.ad
.RS 23n
-system trusted hosts and users
+System trusted hosts and users
.RE
.sp
@@ -575,26 +550,18 @@ Kerberos configuration file
.RE
.SH SEE ALSO
-.sp
-.LP
\fBcsh\fR(1), \fBed\fR(1), \fBmake\fR(1S), \fBsh\fR(1), \fBin.rshd\fR(1M),
\fBstat\fR(2), \fBhosts.equiv\fR(4), \fBkrb5.conf\fR(4), \fBattributes\fR(5),
\fBkrb5_auth_rules\fR(5), \fBip6\fR(7P)
.SH DIAGNOSTICS
-.sp
-.LP
A complaint about mismatch of \fBrdist\fR version numbers might really stem
from some problem with starting your shell, for example, you are in too many
groups.
.SH WARNINGS
-.sp
-.LP
The super-user does not have its accustomed access privileges on \fBNFS\fR
mounted file systems. Using \fBrdist\fR to copy to such a file system might
fail, or the copies might be owned by user "nobody".
.SH BUGS
-.sp
-.LP
Source files must reside or be mounted on the local host.
.sp
.LP
diff --git a/usr/src/man/man1/rlogin.1 b/usr/src/man/man1/rlogin.1
index 3cfe1c8dd2..720b26666e 100644
--- a/usr/src/man/man1/rlogin.1
+++ b/usr/src/man/man1/rlogin.1
@@ -4,19 +4,16 @@
.\" 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 RLOGIN 1 "Dec 23, 2008"
+.TH RLOGIN 1 "September 12, 2020"
.SH NAME
rlogin \- remote login
.SH SYNOPSIS
-.LP
.nf
\fBrlogin\fR [\fB-8EL\fR] [\fB-e\fIc\fR\fR ] [\fB-A\fR] [\fB-K\fR] [\fB-x\fR] [\fB-PN\fR | \fB-PO\fR] [\fB-f\fR | \fB-F\fR] [\fB-a\fR]
[\fB-l\fR \fIusername\fR] [\fB-k\fR \fIrealm\fR] \fIhostname\fR
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBrlogin\fR utility establishes a remote login session from your terminal
to the remote machine named \fIhostname\fR. The user can choose to kerberize
the rlogin session using Kerberos V5 and also protect the data being
@@ -55,8 +52,6 @@ are reflected as well. All echoing takes place at the remote site, so that
Control-S and Control-Q and flushing of input and output on interrupts are
handled properly.
.SH OPTIONS
-.sp
-.LP
The following options are supported:
.sp
.ne 2
@@ -190,7 +185,7 @@ Allows the rlogin session to be run in "\fBlitout\fR" mode.
.RS 15n
Explicitly requests the new (\fB-PN\fR) or old (\fB-PO\fR) version of the
Kerberos `\fBrcmd\fR' protocol. The new protocol avoids many security problems
-prevalant in the old one and is considered much more secure, but is not
+prevalent in the old one and is considered much more secure, but is not
interoperable with older (MIT/SEAM) servers. The new protocol is used by
default, unless explicitly specified using these options or by using
\fBkrb5.conf\fR(4). If Kerberos authorization fails when using the old
@@ -210,8 +205,6 @@ This reduces response time and increases \fBCPU\fR utilization.
.RE
.SS "Escape Sequences"
-.sp
-.LP
Lines that you type which start with the tilde character (\fB~\fR) are "escape
sequences." The escape character can be changed using the \fB-e\fR option.
.sp
@@ -246,7 +239,6 @@ suspend" character, usually Control-Y. See \fBtty\fR(1).
.RE
.SH OPERANDS
-.sp
.ne 2
.na
\fB\fIhostname\fR\fR
@@ -256,8 +248,6 @@ The remote machine on which \fIrlogin\fR establishes the remote login session.
.RE
.SH USAGE
-.sp
-.LP
For the kerberized rlogin session, each user can have a private authorization
list in a file, \fB\&.k5login\fR, in his home directory. Each line in this file
should contain a Kerberos principal name of the form
@@ -276,7 +266,7 @@ For the non-secure rlogin session, each remote machine can have a file named
shares user names. Users with the same user name on both the local and remote
machine can \fBrlogin\fR from the machines listed in the remote machine's
\fB/etc/hosts.equiv\fR file without supplying a password. Individual users
-camayn set up a similar private equivalence list with the file \fB\&.rhosts\fR
+may set up a similar private equivalence list with the file \fB\&.rhosts\fR
in their home directories. Each line in this file contains two names, that is,
a host name and a user name, separated by a space. An entry in a remote user's
\fB\&.rhosts\fR file permits the user named \fIusername\fR who is logged into
@@ -293,7 +283,6 @@ of these files.
For security reasons, the \fB\&.rhosts\fR file must be owned by either the
remote user or by root.
.SH FILES
-.sp
.ne 2
.na
\fB\fB/etc/passwd\fR\fR
@@ -366,16 +355,12 @@ Hosts database.
.RE
.SH SEE ALSO
-.sp
-.LP
\fBrsh\fR(1), \fBstty\fR(1), \fBtty\fR(1), \fBin.rlogind\fR(1M),
\fBhosts\fR(4), \fBhosts.equiv\fR(4), \fBkrb5.conf\fR(4), \fBnologin\fR(4),
\fBattributes\fR(5), \fBkrb5_auth_rules\fR(5)
.SH DIAGNOSTICS
-.sp
-.LP
The following message indicates that the machine is in the process of being
-shutdown and logins have been disabled:
+shut down and logins have been disabled:
.sp
.in +2
.nf
@@ -385,8 +370,6 @@ NO LOGINS: System going down in \fIN\fR \fBminutes\fR
.sp
.SH NOTES
-.sp
-.LP
When a system is listed in \fBhosts.equiv\fR, its security must be as good as
local security. One insecure system listed in \fBhosts.equiv\fR can compromise
the security of the entire system.
diff --git a/usr/src/man/man1/rsh.1 b/usr/src/man/man1/rsh.1
index 114b11c908..e98a236241 100644
--- a/usr/src/man/man1/rsh.1
+++ b/usr/src/man/man1/rsh.1
@@ -4,11 +4,10 @@
.\" 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 RSH 1 "Dec 23, 2008"
+.TH RSH 1 "September 12, 2020"
.SH NAME
rsh, remsh, remote_shell \- remote shell
.SH SYNOPSIS
-.LP
.nf
\fBrsh\fR [\fB-n\fR] [\fB-a\fR] [\fB-K\fR] [\fB-PN\fR | \fB-PO\fR] [\fB-x\fR] [\fB-f\fR | \fB-F\fR] [\fB-l\fR \fIusername\fR]
[\fB-k\fR \fIrealm\fR] \fIhostname\fR \fIcommand\fR
@@ -39,8 +38,6 @@ rsh, remsh, remote_shell \- remote shell
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBrsh\fR utility connects to the specified \fIhostname\fR and executes the
specified \fIcommand\fR. \fBrsh\fR copies its standard input to the remote
command, the standard output of the remote command to its standard output, and
@@ -86,8 +83,6 @@ machine.
The command is sent unencrypted to the remote system. All subsequent network
session traffic is encrypted. See \fB-x\fR.
.SH OPTIONS
-.sp
-.LP
The following options are supported:
.sp
.ne 2
@@ -189,7 +184,7 @@ this.
.ad
.RS 15n
Explicitly request new (\fB-PN\fR) or old (\fB-PO\fR) version of the Kerberos
-"\fBrcmd\fR" protocol. The new protocol avoids many security problems prevalant
+"\fBrcmd\fR" protocol. The new protocol avoids many security problems prevalent
in the old one and is regarded much more secure, but is not interoperable with
older (MIT/SEAM) servers. The new protocol is used by default, unless
explicitly specified using these options or through \fBkrb5.conf\fR(4). If
@@ -212,8 +207,6 @@ Cause the network session traffic to be encrypted. See \fBDESCRIPTION\fR.
The type of remote shell (\fBsh\fR, \fBrsh\fR, or other) is determined by the
user's entry in the file \fB/etc/passwd\fR on the remote system.
.SH OPERANDS
-.sp
-.LP
The following operand is supported:
.sp
.ne 2
@@ -225,8 +218,6 @@ The command to be executed on the specified \fIhostname\fR.
.RE
.SH USAGE
-.sp
-.LP
See \fBlargefile\fR(5) for the description of the behavior of \fBrsh\fR and
\fBremsh\fR when encountering files greater than or equal to 2 Gbyte ( 2^31
bytes).
@@ -262,7 +253,7 @@ For the kerberized \fBrsh\fR session, each user can have a private
authorization list in a file \fB\&.k5login\fR in their home directory. Each
line in this file should contain a Kerberos principal name of the form
\fIprincipal\fR/\fIinstance\fR@\fIrealm\fR. If there is a \fB~/.k5login\fR
-file, then access is granted to the account if and only if the originater user
+file, then access is granted to the account if and only if the originating user
is authenticated to one of the principals named in the \fB~/.k5login\fR file.
Otherwise, the originating user is granted access to the account if and only if
the authenticated principal name of the user can be mapped to the local account
@@ -295,7 +286,6 @@ the trusted user account is locked.
\fBrsh\fR does not prompt for a password if access is denied on the remote
machine unless the \fIcommand\fR argument is omitted.
.SH EXAMPLES
-.LP
\fBExample 1 \fRUsing rsh to Append Files
.sp
.LP
@@ -326,8 +316,6 @@ example% \fBrsh lizard cat lizard.file ">>" lizard.file2\fR
.sp
.SH EXIT STATUS
-.sp
-.LP
The following exit values are returned:
.sp
.ne 2
@@ -348,7 +336,6 @@ An error occurred.
.RE
.SH FILES
-.sp
.ne 2
.na
\fB\fB/etc/hosts\fR\fR
@@ -394,8 +381,6 @@ Kerberos configuration file
.RE
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -410,15 +395,11 @@ CSI Enabled
.TE
.SH SEE ALSO
-.sp
-.LP
-\fBon\fR(1), \fBrlogin\fR(1), \fBssh\fR(1), \fBtelnet\fR(1), \fBvi\fR(1),
+\fBrlogin\fR(1), \fBssh\fR(1), \fBtelnet\fR(1), \fBvi\fR(1),
\fBin.rshd\fR(1M), \fBhosts\fR(4), \fBhosts.equiv\fR(4), \fBkrb5.conf\fR(4),
\fBattributes\fR(5), \fBkrb5_auth_rules\fR(5), \fBlargefile\fR(5),
\fBip6\fR(7P)
.SH NOTES
-.sp
-.LP
When a system is listed in \fBhosts.equiv\fR, its security must be as good as
local security. One insecure system listed in \fBhosts.equiv\fR can compromise
the security of the entire system.
diff --git a/usr/src/man/man1m/ccidadm.1m b/usr/src/man/man1m/ccidadm.1m
index d1a09e25cf..87ab106363 100644
--- a/usr/src/man/man1m/ccidadm.1m
+++ b/usr/src/man/man1m/ccidadm.1m
@@ -11,7 +11,7 @@
.\"
.\" Copyright 2019 Joyent, Inc.
.\"
-.Dd December 17, 2019
+.Dd September 12, 2020
.Dt CCIDADM 1M
.Os
.Sh NAME
@@ -38,7 +38,7 @@ CCID controller.
.Pp
The information returned by the hardware is printed by
.Nm
-in a human-readable form were applicable.
+in a human-readable form where applicable.
.Sh ARGUMENTS
.Nm
expects the following kinds of arguments:
diff --git a/usr/src/man/man3nvpair/nvlist_lookup_boolean.3nvpair b/usr/src/man/man3nvpair/nvlist_lookup_boolean.3nvpair
index f0097435c3..a32ae6e8ef 100644
--- a/usr/src/man/man3nvpair/nvlist_lookup_boolean.3nvpair
+++ b/usr/src/man/man3nvpair/nvlist_lookup_boolean.3nvpair
@@ -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 NVLIST_LOOKUP_BOOLEAN 3NVPAIR "Aug 1, 2008"
+.TH NVLIST_LOOKUP_BOOLEAN 3NVPAIR "September 12, 2020"
.SH NAME
nvlist_lookup_boolean, nvlist_lookup_boolean_value, nvlist_lookup_byte,
nvlist_lookup_int8, nvlist_lookup_uint8, nvlist_lookup_int16,
@@ -17,7 +17,6 @@ nvlist_lookup_int64_array, nvlist_lookup_uint64_array,
nvlist_lookup_nvlist_array, nvlist_lookup_string_array, nvlist_lookup_pairs \-
match name and type indicated by the interface name and retrieve data value
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lnvpair\fR [ \fIlibrary\fR... ]
#include <libnvpair.h>
@@ -181,7 +180,6 @@ match name and type indicated by the interface name and retrieve data value
.fi
.SH PARAMETERS
-.sp
.ne 2
.na
\fB\fInvl\fR\fR
@@ -230,14 +228,12 @@ Specify bit fields defining lookup behavior:
\fB\fBNV_FLAG_NOENTOK\fR\fR
.ad
.RS 19n
-The retrival function will not fail if no matching name-value pair is found.
+The retrieval function will not fail if no matching name-value pair is found.
.RE
.RE
.SH DESCRIPTION
-.sp
-.LP
These functions find the \fBnvpair\fR (name-value pair) that matches the name
and type as indicated by the interface name. If one is found, \fInelem\fR and
\fIval\fR are modified to contain the number of elements in value and the
@@ -313,12 +309,8 @@ The order of the arguments is \fIname\fR, \fItype\fR, [\fIval\fR],
When using \fBNV_FLAG_NOENTOK\fR and no matching name-value pair is found, the
memory pointed to by \fIval\fR and \fInelem\fR is left untouched.
.SH RETURN VALUES
-.sp
-.LP
These functions return 0 on success and an error value on failure.
.SH ERRORS
-.sp
-.LP
These functions will fail if:
.sp
.ne 2
@@ -335,7 +327,7 @@ There is an invalid argument.
\fB\fBENOENT\fR\fR
.ad
.RS 11n
-No matching name-value pair is found
+No matching name-value pair is found.
.RE
.sp
@@ -348,8 +340,6 @@ An encode/decode method is not supported.
.RE
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -366,7 +356,5 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
-.LP
\fBlibnvpair\fR(3LIB), \fBnvlist_alloc\fR(3NVPAIR), \fBnvpair_type\fR(3NVPAIR),
\fBattributes\fR(5)
diff --git a/usr/src/man/man3picltree/libpicltree.3picltree b/usr/src/man/man3picltree/libpicltree.3picltree
index 3732c1a259..5d8ca4c96b 100644
--- a/usr/src/man/man3picltree/libpicltree.3picltree
+++ b/usr/src/man/man3picltree/libpicltree.3picltree
@@ -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 LIBPICLTREE 3PICLTREE "May 16, 2020"
+.TH LIBPICLTREE 3PICLTREE "September 12, 2020"
.SH NAME
libpicltree \- PTree and Plug-in Registration interface library
.SH SYNOPSIS
@@ -135,10 +135,10 @@ completion.
For all volatile properties, the 'size' of the property must be specified to be
the maximum possible size of the value. The maximum size of the value cannot
exceed \fBPICL_PROPSIZE_MAX\fR. This allows a client to allocate a sufficiently
-large buffer before retrieving a volatile property's value
+large buffer before retrieving a volatile property's value.
.SS "Plug-in Modules"
Plug-in modules are shared objects that are located in well-known directories
-for the daemon to locate and load them. Plug-in modules are located in the one
+for the daemon to locate and load them. Plug-in modules are located in one
of the following plug-in directories depending on the platform-specific nature
of the data they collect and publish.
.sp
diff --git a/usr/src/man/man4/NISLDAPmapping.4 b/usr/src/man/man4/NISLDAPmapping.4
index 532ee9be80..e0aacf05eb 100644
--- a/usr/src/man/man4/NISLDAPmapping.4
+++ b/usr/src/man/man4/NISLDAPmapping.4
@@ -3,17 +3,15 @@
.\" 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 NISLDAPMAPPING 4 "Feb 25, 2017"
+.TH NISLDAPMAPPING 4 "September 12, 2020"
.SH NAME
NISLDAPmapping \- mapping file used by the NIS server components
.SH SYNOPSIS
-.LP
.nf
\fB/var/yp/NISLDAPmapping\fR
.fi
.SH DESCRIPTION
-.LP
The \fBNISLDAPmapping\fR file specifies the mapping between NIS map entries and
equivalent Directory Information Tree (DIT) entries.
.sp
@@ -50,7 +48,6 @@ a horizontal tab. In general, lines consist of optional white space, an
attribute name, at least one white space character, and an attribute value.
.SH EXTENDED DESCRIPTION
.SS "File Syntax"
-.LP
Repeated fields, with separator characters, are described by the following
syntax:
.sp
@@ -85,9 +82,8 @@ entry[":"...]
.RE
.SS "Attributes"
-.LP
Attributes generally apply to one more more NIS maps. Map names can be
-specified either on their own,that is in \fBpasswd.byname\fR, in which case
+specified either on their own, that is in \fBpasswd.byname\fR, in which case
they apply to all domains, or for individual NIS domains, for example, in
\fBpasswd.byname,example.sun.uk\fR. Where a map is mentioned in more than one
attribute, both versions are applied. If any parts of the attributes are in
@@ -208,7 +204,7 @@ subset match is unambiguous.
.sp
If the \fBfieldvaluestring\fR contains white space or commas, it must either be
surrounded by double quotes, or the special characters must be escaped.
-Wildcards are allowed in the \fBfieldvaluestring\fR. See Wildcards
+Wildcards are allowed in the \fBfieldvaluestring\fR. See Wildcards.
.sp
To associate the \fBpasswd.byname\fR and \fBpasswd.byuid\fR maps with the
\fBpasswd databaseId\fR:
@@ -257,7 +253,7 @@ where
The lower limit for the initial \fBTTL\fR (in seconds) for data read from LDAP
when the \fBypserv\fR starts. If the \fBinitialTTLhi\fR also is specified, the
actual \fBinitialTTL\fR will be randomly selected from the interval
-\fBinitialTTLlo\fR to \fBinitialTTLhi\fR , inclusive. Leaving the field empty
+\fBinitialTTLlo\fR to \fBinitialTTLhi\fR, inclusive. Leaving the field empty
yields the default value of 1800 seconds.
.RE
@@ -267,7 +263,7 @@ yields the default value of 1800 seconds.
\fB\fBinitialTTLhi\fR\fR
.ad
.RS 16n
-The upper limit for the initial TTL. If left empty, defaults to 5400.
+The upper limit for the initial TTL. If left empty, defaults to 5400 seconds.
.RE
.sp
@@ -436,7 +432,7 @@ matchspec = \e" formatString \e"
.fi
.in -2
-\fBformatString\fR may contains a list of \fB%s\fR and \fB%a\fR elements each
+\fBformatString\fR may contain a list of \fB%s\fR and \fB%a\fR elements each
of which represents a single named field or a list of repeated fields. A
\fB%a\fR field is interpreted as an IPv4 address or an IPv6 address in
preferred format. If an IPv6 address in non preferred format is found, then it
@@ -456,7 +452,7 @@ Regardless of the content of this entry some \fBfieldNames\fR are reserved:
\fB\fBrf_key\fR\fR
.ad
.RS 18n
-The DBM key value
+The DBM key value.
.RE
.sp
@@ -620,7 +616,7 @@ Specifies which character represents the start of the special comment field in
a given NIS map. If this attribute is not present then the default comment
character \fB#\fR is used.
.sp
-To specify that a map uses a asterix to mark the start of comments.
+To specify that a map uses an asterisk to mark the start of comments.
.sp
.in +2
.nf
@@ -741,7 +737,6 @@ field name are ignored when information is mapped into the DIT.
.RE
.SS "Field and Attribute Conversion Syntax"
-.LP
The general format of a \fBfieldattrspec\fR is:
.sp
.in +2
@@ -998,7 +993,7 @@ attribute to be retrieved or modified. To use previously existing field or
attribute values in the mapping rules requires a lookup to find those values.
Obviously, this adds to the time required to perform the modification. Also,
there is a window between the time when a value is retrieved and then slightly
-later stored back. If the values have changed in the mean time, the change may
+later stored back. If the values have changed in the meantime, the change may
be overwritten.
.sp
.LP
@@ -1010,7 +1005,6 @@ If there is an error when evaluating a certain \fBfieldattrspec\fR, including
retrieval or assignment of entry or field values, the extent to which the other
\fBfieldattrspec\fR rules are evaluated is unspecified.
.SS "Wildcards"
-.LP
Where wildcard support is available, it is of the following limited form:
.sp
.ne 2
@@ -1273,7 +1267,6 @@ Remove value of \fBmyName\fR from value \fBmyAliases\fR
This results in the field values \fBmyName\fR is set to \fBfoo\fR, and
\fBmyAliases\fR is set to \fBfoo1 foo2\fR.
.SS "Assignments"
-.LP
The assignment syntax, also found at Field and Attribute Conversion Syntax, is
as follows:
.sp
@@ -1365,7 +1358,7 @@ Equivalent to \fBfieldname=attrname\fR
If a multi-valued \fBRHS\fR is assigned to a single-valued \fBLHS\fR, the
\fBLHS\fR value will be the first of the \fBRHS\fR values. If the \fBRHS\fR is
an attribute list, the first attribute is the first one returned by the LDAP
-server when queried. Otherwise, the definition of "first"is implementation
+server when queried. Otherwise, the definition of "first" is implementation
dependent.
.sp
.LP
@@ -1385,7 +1378,6 @@ entities in the list. If the \fBRHS\fR is multi-valued, the first value is
assigned to the first entity of the list, the second value to the second
entity, and so on. Excess values or entities are silently ignored.
.SH EXAMPLES
-.LP
\fBExample 1 \fRAssigning an Attribute Value to a Field
.sp
.LP
@@ -1477,7 +1469,6 @@ Mapping file used by the NIS server components
.RE
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -1488,11 +1479,10 @@ c | c
l | l .
ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface Stability Obsolete
+Interface Stability Obsolete
.TE
.SH SEE ALSO
-.LP
\fBinityp2l\fR(1M), \fBmakedbm\fR(1M), \fBypserv\fR(1M),
\fBber_printf\fR(3LDAP), \fBsprintf\fR(3C), \fBsscanf\fR(3C),
\fBypserv\fR(4), \fBattributes\fR(5)
diff --git a/usr/src/man/man7d/sd.7d b/usr/src/man/man7d/sd.7d
index cefbde57e7..733179ebd3 100644
--- a/usr/src/man/man7d/sd.7d
+++ b/usr/src/man/man7d/sd.7d
@@ -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 SD 7D "Jan 10, 2020"
+.TH SD 7D "September 12, 2020"
.SH NAME
sd \- SCSI disk and ATAPI/SCSI CD-ROM device driver
.SH SYNOPSIS
@@ -222,7 +222,7 @@ The \fBsd\fR driver can be configured by defining properties in the
.RS 27n
The default value is 1, which causes partition IO statistics to be maintained.
Set this value to zero to prevent the driver from recording partition
-statistics. This slightly reduces the CPU overhead for IO, mimimizes the amount
+statistics. This slightly reduces the CPU overhead for IO, minimizes the amount
of \fBsar\fR(1) data collected and makes these statistics unavailable for
reporting by \fBiostat\fR(1M) even though the \fB-p\fR/\fB-P\fR option is
specified. Regardless of this setting, disk IO statistics are always
diff --git a/usr/src/man/man7d/ssd.7d b/usr/src/man/man7d/ssd.7d
index 999081ca77..97e959b598 100644
--- a/usr/src/man/man7d/ssd.7d
+++ b/usr/src/man/man7d/ssd.7d
@@ -3,18 +3,15 @@
.\" 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 SSD 7D "Aug 9, 2008"
+.TH SSD 7D "September 12, 2020"
.SH NAME
ssd \- Fibre Channel Arbitrated Loop disk device driver
.SH SYNOPSIS
-.LP
.nf
\fBssd@\fR\fIport\fR\fB,\fR\fItarget\fR\fB:\fR\fIpartition\fR
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBssd\fR driver supports Fibre Channel disk devices.
.sp
.LP
@@ -51,8 +48,6 @@ The device has associated error statistics. These must include counters for
hard errors, soft errors and transport errors. Other data may be implemented as
required.
.SH DEVICE STATISTICS SUPPORT
-.sp
-.LP
The device maintains I/O statistics for the device and for partitions allocated
for that device. For each device/partition, the driver accumulates reads,
writes, bytes read, and bytes written. The driver also initiates hi-resolution
@@ -64,11 +59,8 @@ Not all device drivers make per-partition IO statistics available for
reporting. \fBssd\fR and \fBsd\fR(7D) per-partition statistics are enabled by
default but may be disabled in their configuration files.
.SH IOCTLS
-.sp
-.LP
Refer to \fBdkio\fR(7I).
.SH ERRORS
-.sp
.ne 2
.na
\fB\fBEACCES\fR\fR
@@ -142,8 +134,6 @@ The device is a read-only device.
.RE
.SH CONFIGURATION
-.sp
-.LP
You configure the \fBssd\fR driver by defining properties in the
\fBssd.conf\fR file. The \fBssd\fR driver supports the following properties:
.sp
@@ -154,7 +144,7 @@ You configure the \fBssd\fR driver by defining properties in the
.RS 27n
The default value is 1, which causes partition IO statistics to be maintained.
Set this value to zero to prevent the driver from recording partition
-statistics. This slightly reduces the CPU overhead for IO, mimimizes the amount
+statistics. This slightly reduces the CPU overhead for IO, minimizes the amount
of \fBsar\fR(1) data collected and makes these statistics unavailable for
reporting by \fBiostat\fR(1M) even though the \fB-p\fR/\fB-P\fR option is
specified. Regardless of this setting, disk IO statistics are always
@@ -169,7 +159,7 @@ value of this property is a list of duplets. The formal syntax is:
.sp
.in +2
.nf
-ssd-config-list = <duplet> [, <duplet> ]* ;
+ssd-config-list = <duplet> [, <duplet> ]* ;
where
@@ -196,7 +186,6 @@ tunable names are:
.in -2
.SH EXAMPLES
-.sp
.in +2
.nf
The following is an example of a global ssd-config-list property:
@@ -208,7 +197,6 @@ The following is an example of a global ssd-config-list property:
.in -2
.SH FILES
-.sp
.ne 2
.na
\fBssd.conf\fR
@@ -272,8 +260,6 @@ partition \fIn\fR (0-7)
.RE
.SH SEE ALSO
-.sp
-.LP
\fBsar\fR(1), \fBformat\fR(1M), \fBiostat\fR(1M), \fBioctl\fR(2),
\fBlseek\fR(2), \fBopen\fR(2), \fBread\fR(2), \fBwrite\fR(2),
\fBscsi\fR(4), \fBdriver.conf\fR(4), \fBcdio\fR(7I), \fBdkio\fR(7I)
@@ -287,7 +273,6 @@ partition \fIn\fR (0-7)
.LP
\fIFibre Channel - Private Loop SCSI Direct Attach (FC-PLDA)\fR
.SH DIAGNOSTICS
-.sp
.in +2
.nf
Error for command '<command name>' Error Level: Fatal Requested Block <n>,
diff --git a/usr/src/man/man9f/nvlist_lookup_boolean.9f b/usr/src/man/man9f/nvlist_lookup_boolean.9f
index 2bb2ad16de..7fd56883c9 100644
--- a/usr/src/man/man9f/nvlist_lookup_boolean.9f
+++ b/usr/src/man/man9f/nvlist_lookup_boolean.9f
@@ -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 NVLIST_LOOKUP_BOOLEAN 9F "May 20, 2006"
+.TH NVLIST_LOOKUP_BOOLEAN 9F "September 12, 2020"
.SH NAME
nvlist_lookup_boolean, nvlist_lookup_boolean_value, nvlist_lookup_byte,
nvlist_lookup_int8, nvlist_lookup_int16, nvlist_lookup_int32,
@@ -17,7 +17,6 @@ nvlist_lookup_uint64_array, nvlist_lookup_string_array,
nvlist_lookup_nvlist_array, nvlist_lookup_pairs \- match name and type
indicated by the interface name and retrieve data value
.SH SYNOPSIS
-.LP
.nf
#include <sys/nvpair.h>
@@ -174,11 +173,8 @@ indicated by the interface name and retrieve data value
.fi
.SH INTERFACE LEVEL
-.sp
-.LP
Solaris DDI specific (Solaris DDI)
.SH PARAMETERS
-.sp
.ne 2
.na
\fB\fInvl\fR\fR
@@ -227,14 +223,12 @@ Specify bit fields defining lookup behavior:
\fBNV_FLAG_NOENTOK\fR
.ad
.RS 19n
-The retrival function will not fail if no matching name-value pair is found.
+The retrieval function will not fail if no matching name-value pair is found.
.RE
.RE
.SH DESCRIPTION
-.sp
-.LP
These functions find the \fBnvpair\fR that matches the name and type as
indicated by the interface name. If one is found, \fInelem\fR and \fIval\fR are
modified to contain the number of elements in value and the starting address of
@@ -312,8 +306,6 @@ memory pointed to by \fIval\fR and \fInelem\fR is not touched.
.LP
These functions return \fB0\fR on success and an error value on failure.
.SH ERRORS
-.sp
-.LP
These functions fail under the following conditions.
.sp
.ne 2
@@ -321,7 +313,7 @@ These functions fail under the following conditions.
\fB\fB0\fR\fR
.ad
.RS 11n
-Success
+Success.
.RE
.sp
@@ -330,7 +322,7 @@ Success
\fB\fBEINVAL\fR\fR
.ad
.RS 11n
-Invalid argument
+Invalid argument.
.RE
.sp
@@ -339,7 +331,7 @@ Invalid argument
\fB\fBENOENT\fR\fR
.ad
.RS 11n
-No matching name-value pair found
+No matching name-value pair found.
.RE
.sp
@@ -348,16 +340,12 @@ No matching name-value pair found
\fB\fBENOTSUP\fR\fR
.ad
.RS 11n
-Encode/decode method not supported
+Encode/decode method not supported.
.RE
.SH CONTEXT
-.sp
-.LP
These functions can be called from user, interrupt, or kernel context.
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -372,8 +360,6 @@ Interface Stability Committed
.TE
.SH SEE ALSO
-.sp
-.LP
\fBnvlist_alloc\fR(9F), \fBnvpair_type\fR(9F)
.sp
.LP
diff --git a/usr/src/man/man9f/taskq.9f b/usr/src/man/man9f/taskq.9f
index b6017e75a6..25448203dc 100644
--- a/usr/src/man/man9f/taskq.9f
+++ b/usr/src/man/man9f/taskq.9f
@@ -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 TASKQ 9F "Jul 25, 2015"
+.TH TASKQ 9F "September 12, 2020"
.SH NAME
taskq, ddi_taskq_create, ddi_taskq_destroy, ddi_taskq_dispatch, ddi_taskq_wait,
ddi_taskq_suspend, taskq_suspended, ddi_taskq_resume \- Kernel task queue
operations
.SH SYNOPSIS
-.LP
.nf
#include <sys/sunddi.h>
@@ -50,7 +49,6 @@ operations
.fi
.SH INTERFACE LEVEL
-.LP
Solaris DDI specific (Solaris DDI)
.SH PARAMETERS
.ne 2
@@ -166,7 +164,6 @@ Pointer to a thread structure.
.RE
.SH DESCRIPTION
-.LP
A kernel task queue is a mechanism for general-purpose asynchronous task
scheduling that enables tasks to be performed at a later time by another
thread. There are several reasons why you may utilize asynchronous task
@@ -244,7 +241,6 @@ queue is suspended.
.LP
The \fBddi_taskq_resume()\fR function resumes task queue execution.
.SH RETURN VALUES
-.LP
The \fBddi_taskq_create()\fR function creates an opaque handle that is used for
all other \fBtaskq\fR operations. It returns a \fBtaskq\fR pointer on success
and NULL on failure.
@@ -257,9 +253,8 @@ dispatch a task and returns \fBDDI_SUCCESS\fR if dispatch succeeded.
The \fBddi_taskq_suspended()\fR function returns \fBB_TRUE\fR if \fBtaskq\fR is
suspended. Otherwise \fBB_FALSE\fR is returned.
.SH CONTEXT
-.LP
All functions may be called from the user or kernel contexts.
.sp
.LP
-Addtionally, the \fBddi_taskq_dispatch\fR function may be called from the
+Additionally, the \fBddi_taskq_dispatch\fR function may be called from the
interrupt context only if the DDI_NOSLEEP flag is set.