summaryrefslogtreecommitdiff
path: root/usr/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man')
-rw-r--r--usr/src/man/man1/kinit.111
-rw-r--r--usr/src/man/man1/set.18
-rw-r--r--usr/src/man/man1/tnfdump.16
-rw-r--r--usr/src/man/man9e/usba_hcdi_device_init.9e2
-rw-r--r--usr/src/man/man9f/net_zoneidtonetid.9f9
5 files changed, 5 insertions, 31 deletions
diff --git a/usr/src/man/man1/kinit.1 b/usr/src/man/man1/kinit.1
index 806fe86b72..98085f1266 100644
--- a/usr/src/man/man1/kinit.1
+++ b/usr/src/man/man1/kinit.1
@@ -17,7 +17,6 @@ kinit \- obtain and cache Kerberos ticket-granting ticket
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBkinit\fR command is used to obtain and cache an initial ticket-granting
ticket (credential) for \fIprincipal\fR. This ticket is used for authentication
@@ -47,7 +46,6 @@ Kerberos configuration file for \fIlifetime\fR and \fIrenewable_life\fR.
The \fBkdestroy\fR(1) command can be used to destroy any active tickets before
you end your login session.
.SH OPTIONS
-.sp
.LP
The following options are supported:
.sp
@@ -318,13 +316,12 @@ section for details.
\fB\fBflag_RSA_PROTOCOL[=yes]\fR\fR
.ad
.RS 27n
-Specifies the use of RSA, rather than the default Diffie-Hellman protoco.
+Specifies the use of RSA, rather than the default Diffie-Hellman protocol.
.RE
.RE
.SS "PKINIT URI Types"
-.sp
.ne 2
.na
\fBFILE:\fIfile-name\fR[,\fIkey-file-name\fR]\fR
@@ -434,7 +431,6 @@ been set to \fBFILE:/tmp/my_proxy.pem\fR.
.RE
.SS "Time Formats"
-.sp
.LP
The following absolute time formats can be used for the \fB-s\fR
\fIstart_time\fR option. The examples are based on the date and time of July 2,
@@ -528,7 +524,6 @@ Variable Description
.TE
.SH ENVIRONMENT VARIABLES
-.sp
.LP
\fBkinit\fR uses the following environment variable:
.sp
@@ -542,7 +537,6 @@ and details.
.RE
.SH FILES
-.sp
.ne 2
.na
\fB\fB/tmp/krb5cc_\fIuid\fR\fR\fR
@@ -571,7 +565,6 @@ Default location for the local host's configuration file. See
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -590,13 +583,11 @@ Interface Stability See below.
.LP
The command arguments are Evolving. The command output is Unstable.
.SH SEE ALSO
-.sp
.LP
\fBkdestroy\fR(1), \fBklist\fR(1), \fBkadmin\fR(1M), \fBktkt_warnd\fR(1M),
\fBlibpkcs11\fR(3LIB), \fBkdc.conf\fR(4), \fBkrb5.conf\fR(4),
\fBattributes\fR(5), \fBkerberos\fR(5), \fBkrb5envvar\fR(5), \fBpam_krb5\fR(5)
.SH NOTES
-.sp
.LP
On success, \fBkinit\fR notifies \fBktkt_warnd\fR(1M) to alert the user when
the initial credentials (ticket-granting ticket) are about to expire.
diff --git a/usr/src/man/man1/set.1 b/usr/src/man/man1/set.1
index e4bb3dfd3b..5a0bccaaa2 100644
--- a/usr/src/man/man1/set.1
+++ b/usr/src/man/man1/set.1
@@ -94,7 +94,6 @@ descendents
.SH DESCRIPTION
.SS "sh"
-.sp
.LP
The \fBset\fR built-in command has the following options:
.sp
@@ -220,7 +219,6 @@ no arguments are specified, variable names that have been marked for export
during the current shell's execution are listed. Function names are \fBnot\fR
exported.
.SS "csh"
-.sp
.LP
With no arguments, \fBset\fR displays the values of all shell variables.
Multiword values are displayed as a parenthesized list. With the \fIvar\fR
@@ -280,7 +278,6 @@ environment variables.
\fBunsetenv\fR removes \fIvariable\fR from the environment. As with
\fBunset\fR, pattern matching is not performed.
.SS "ksh"
-.sp
.LP
The flags for the \fBset\fR built-in have meaning as follows:
.sp
@@ -390,7 +387,7 @@ Ignored for interactive shells.
\fB\fB+o\fR\fR
.ad
.RS 13n
-Writes the current option stettings to standard output in a format that is
+Writes the current option settings to standard output in a format that is
suitable for reinput to the shell as commands that achieve the same option
settings.
.RE
@@ -769,7 +766,6 @@ This means that tilde substitution is performed after the \fB=\fR sign and word
splitting and file name generation are not performed.
.RE
.SS "ksh93"
-.sp
.LP
\fBset\fR sets or unsets options and positional parameters. Options that are
specified with a \fB-\fR cause the options to be set. Options that are
@@ -1439,7 +1435,6 @@ field splitting and file name generation are not performed.
.RE
.SH EXAMPLES
.SS "csh"
-.sp
.LP
The following example sets the \fBPATH\fR variable to search for files in the
\fB/bin\fR, \fB/usr/bin\fR, \fB/usr/sbin\fR, and \fB/usr/ucb/bin\fR
@@ -1453,7 +1448,6 @@ setenv PATH "/bin:/usr/bin:/usr/sbin:usr/ucb/bin"
.sp
.SH SEE ALSO
-.sp
.LP
\fBcsh\fR(1), \fBksh\fR(1), \fBksh93\fR(1), \fBread\fR(1), \fBsh\fR(1),
\fBtypeset\fR(1), \fBattributes\fR(5), \fBenviron\fR(5)
diff --git a/usr/src/man/man1/tnfdump.1 b/usr/src/man/man1/tnfdump.1
index 5f594a98cc..34f80539c4 100644
--- a/usr/src/man/man1/tnfdump.1
+++ b/usr/src/man/man1/tnfdump.1
@@ -13,7 +13,6 @@ tnfdump \- convert binary TNF file to ASCII
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBtnfdump\fR utility converts the specified binary \fBTNF\fR trace files
to \fBASCII\fR. The \fBASCII\fR output can be used to do performance analysis.
@@ -21,7 +20,6 @@ The default mode (without the \fB-r\fR option) prints all the event records
(that were generated by \fBTNF_PROBE\fR(3TNF)) and the event descriptor records
only. It also orders the events by time.
.SH OPTIONS
-.sp
.LP
The following option is supported:
.sp
@@ -47,9 +45,8 @@ instead of decimal format.
.RE
.SH RETURN VALUES
-.sp
.LP
-\fBtnfdump\fR returns \fB0\fR on succcessful exit.
+\fBtnfdump\fR returns \fB0\fR on successful exit.
.SH EXAMPLES
.LP
\fBExample 1 \fRConverting a file into ASCII
@@ -348,7 +345,6 @@ unsigned arguments. Their values are printed in hexadecimal when requested by
option \fB-x\fR.
.SH SEE ALSO
-.sp
.LP
\fBprex\fR(1), \fBgethrtime\fR(3C), \fBTNF_DECLARE_RECORD\fR(3TNF),
\fBTNF_PROBE\fR(3TNF), \fBtnf_process_disable\fR(3TNF), \fBattributes\fR(5)
diff --git a/usr/src/man/man9e/usba_hcdi_device_init.9e b/usr/src/man/man9e/usba_hcdi_device_init.9e
index a7f195beb7..2af06e7cf2 100644
--- a/usr/src/man/man9e/usba_hcdi_device_init.9e
+++ b/usr/src/man/man9e/usba_hcdi_device_init.9e
@@ -101,7 +101,7 @@ This function is called from kernel context only.
Upon successful completion, the
.Fn usba_hcdi_device_init
function should return
-.Sy USB_SUCCECSS .
+.Sy USB_SUCCESS .
Otherwise, it should return the appropriate error.
.Sh SEE ALSO
.Xr usba_hcd 9E ,
diff --git a/usr/src/man/man9f/net_zoneidtonetid.9f b/usr/src/man/man9f/net_zoneidtonetid.9f
index 271fa86b15..96cc1c0267 100644
--- a/usr/src/man/man9f/net_zoneidtonetid.9f
+++ b/usr/src/man/man9f/net_zoneidtonetid.9f
@@ -5,7 +5,7 @@
.\" 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 NET_ZONEIDTONETID 9F "May 1, 2008"
.SH NAME
-net_zoneidtonetid \- map a zoneid_t struture identifier to a netid_t structure
+net_zoneidtonetid \- map a zoneid_t structure identifier to a netid_t structure
.SH SYNOPSIS
.LP
.nf
@@ -15,11 +15,9 @@ net_zoneidtonetid \- map a zoneid_t struture identifier to a netid_t structure
.fi
.SH INTERFACE LEVEL
-.sp
.LP
Solaris DDI specific (Solaris DDI).
.SH PARAMETERS
-.sp
.ne 2
.na
\fB\fIzone\fR\fR
@@ -29,14 +27,12 @@ valid \fBzoneid_t\fR structure that refers to a running zone.
.RE
.SH DESCRIPTION
-.sp
.LP
The \fBnet_zoneidtonetid()\fR function maps the given \fBzoneid_t\fR structure
(used to represent a zone that is currently running) into a \fBnetid_t\fR
structure that is associated with the \fBIP\fR instance supporting network
functions for that zone.
.SH RETURN VALUES
-.sp
.LP
The \fBnet_zoneidtonetid()\fR function returns -1 if no mapping took place.
Otherwise, it returns the \fBnetid_t\fR structure currently used by the
@@ -44,12 +40,10 @@ Otherwise, it returns the \fBnetid_t\fR structure currently used by the
the \fBnetid_t\fR structure for the instance owned by the global zone is
returned.
.SH CONTEXT
-.sp
.LP
The \fBnet_zoneidtonetid()\fR function may be called from user, kernel, or
interrupt context.
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -65,6 +59,5 @@ Interface Stability Committed
.TE
.SH SEE ALSO
-.sp
.LP
\fBnet_netidtozonid\fR(9F), \fBattributes\fR(5)