summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2019-08-26 14:38:14 +0100
committerPeter Tribble <peter.tribble@gmail.com>2019-08-27 21:04:45 +0100
commitc5806743f70246f7f708e57514b9103a6291d629 (patch)
treea9b2a46d7e707a21b6a9c05e9c6a773e34fa073f
parent6ae02400ec7326832d2e19e92b4174ec778b2b9f (diff)
downloadillumos-gate-c5806743f70246f7f708e57514b9103a6291d629.tar.gz
11622 clean up rarer mandoc lint warnings
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r--usr/src/man/man1/audioctl.16
-rw-r--r--usr/src/man/man1/bc.132
-rw-r--r--usr/src/man/man1/localedef.113
-rw-r--r--usr/src/man/man1/sed.14
-rw-r--r--usr/src/man/man1/whois.11
-rw-r--r--usr/src/man/man1m/beadm.1m9
-rw-r--r--usr/src/man/man1m/cryptoadm.1m17
-rw-r--r--usr/src/man/man1m/monitor.1m34
-rw-r--r--usr/src/man/man1m/prtconf.1m10
-rw-r--r--usr/src/man/man1m/ypserv.1m14
-rw-r--r--usr/src/man/man3c/epoll_create.3c10
-rw-r--r--usr/src/man/man3c/epoll_ctl.3c8
-rw-r--r--usr/src/man/man3c/epoll_wait.3c14
-rw-r--r--usr/src/man/man3c/getlogin.3c18
-rw-r--r--usr/src/man/man3c/nanosleep.3c7
-rw-r--r--usr/src/man/man3c/pfmt.3c22
-rw-r--r--usr/src/man/man3lib/libc.3lib51
-rw-r--r--usr/src/man/man3nsl/netdir.3nsl6
-rw-r--r--usr/src/man/man4/ipf.416
-rw-r--r--usr/src/man/man5/epoll.59
-rw-r--r--usr/src/man/man5/threads.518
-rw-r--r--usr/src/man/man7d/ipmi.7d11
-rw-r--r--usr/src/man/man7fs/pcfs.7fs27
-rw-r--r--usr/src/man/man7i/prnio.7i9
24 files changed, 33 insertions, 333 deletions
diff --git a/usr/src/man/man1/audioctl.1 b/usr/src/man/man1/audioctl.1
index 78f706954d..a26bce598e 100644
--- a/usr/src/man/man1/audioctl.1
+++ b/usr/src/man/man1/audioctl.1
@@ -16,7 +16,6 @@
.SH NAME
audioctl - audio device control command line interface
.SH SYNOPSIS
-.LP
.nf
\fBaudioctl\fR \fBlist-devices\fR
.fi
@@ -50,8 +49,6 @@ audioctl - audio device control command line interface
The \fBaudioctl\fP command is used to control various settings and features
of audio devices, including mixer settings such as playback volume and
record gain.
-.LP
-
.SH SUBCOMMANDS
The \fBaudioctl\fR command supports the following subcommands.
.sp
@@ -138,7 +135,6 @@ is not specified on the command line. If this variable is not set,
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -158,8 +154,6 @@ The display output is intended for human consumption, and is Not An
Interface. The format of the state files used by the
\fBsave-controls\fR and \fBload-controls\fR subcommands is Committed
Private.
-.LP
-
.SH SEE ALSO
\fBaudioplay\fR(1), \fBaudiorecord\fR(1), \fBdsp\fR(7I),
\fBmixer\fR(7I), \fBattributes\fR(5)
diff --git a/usr/src/man/man1/bc.1 b/usr/src/man/man1/bc.1
index 4ef941675a..bc76faf47e 100644
--- a/usr/src/man/man1/bc.1
+++ b/usr/src/man/man1/bc.1
@@ -48,7 +48,6 @@
.SH NAME
bc \- arbitrary precision arithmetic language
.SH SYNOPSIS
-.LP
.nf
\fB/usr/bin/bc\fR [\fB-c\fR] [\fB-l\fR] [\fIfile\fR]...
.fi
@@ -59,8 +58,6 @@ bc \- arbitrary precision arithmetic language
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBbc\fR utility implements an arbitrary precision calculator. It takes
input from any files given, then reads from the standard input. If the standard
input and standard output to \fBbc\fR are attached to a terminal, the
@@ -70,8 +67,6 @@ resembles C and is a preprocessor for the desk calculator program \fBdc\fR,
which it invokes automatically unless the \fB-c\fR option is specified. In this
case the \fBdc\fR input is sent to the standard output instead.
.SH USAGE
-.sp
-.LP
The syntax for \fBbc\fR programs is as follows:
.sp
.ne 2
@@ -102,11 +97,8 @@ Means a statement.
.RE
.SS "Comments"
-.sp
-.LP
Enclosed in \fB/*\fR and \fB*/\fR.
.SS "Names (Operands)"
-.br
.in +2
Simple variables: \fIL\fR.
.in -2
@@ -120,8 +112,6 @@ The words \fBibase\fR, \fBobase\fR (limited to \fBBC_BASE_MAX\fR), and
\fBscale\fR (limited to \fBBC_SCALE_MAX\fR).
.in -2
.SS "Other Operands"
-.sp
-.LP
Arbitrarily long numbers with optional sign and decimal point. Strings of fewer
than \fBBC_STRING_MAX\fR characters, between double quotes ("). \fB(\fR \fIE\fR
\fB)\fR
@@ -162,7 +152,6 @@ Number of digits right of decimal point.
.RE
.SS "Operators"
-.sp
.ne 2
.na
\fB\fB+ \(mi * / % ^\fR\fR
@@ -203,7 +192,6 @@ Number of digits right of decimal point.
.RE
.SS "Statements"
-.br
.in +2
\fIE\fR
.in -2
@@ -239,7 +227,6 @@ null statement
.LP
\&.string
.SS "Function Definitions"
-.br
.in +2
\fBdefine\fR \fIL\fR \fB(\fR \fIL\fR \fB,\fR.\|.\|.\|\fB,\fR \fIL\fR \fB) {\fR
.in -2
@@ -260,7 +247,6 @@ null statement
\fB}\fR
.in -2
.SS "Functions in \fB-l\fR Math Library"
-.sp
.ne 2
.na
\fB\fBs(\fR\fIx\fR\fB)\fR\fR
@@ -332,8 +318,6 @@ are stacked during function calls. When using arrays as function arguments or
defining them as automatic variables, empty square brackets must follow the
array name.
.SH OPTIONS
-.sp
-.LP
The following operands are supported:
.sp
.ne 2
@@ -346,7 +330,6 @@ output.
.RE
.SS "/usr/bin/bc"
-.sp
.ne 2
.na
\fB\fB-l\fR\fR
@@ -357,7 +340,6 @@ the default zero.
.RE
.SS "/usr/xpg6/bin/bc"
-.sp
.ne 2
.na
\fB\fB-l\fR\fR
@@ -368,8 +350,6 @@ the default zero. All math results have the scale of \fB20\fR.
.RE
.SH OPERANDS
-.sp
-.LP
The following operands are supported:
.sp
.ne 2
@@ -382,7 +362,6 @@ cases of \fIfile\fR have been read, \fBbc\fR reads the standard input.
.RE
.SH EXAMPLES
-.LP
\fBExample 1 \fRSetting the precision of a variable
.sp
.LP
@@ -452,14 +431,10 @@ or
.sp
.SH ENVIRONMENT VARIABLES
-.sp
-.LP
See \fBenviron\fR(5) for descriptions of the following environment variables
that affect the execution of \fBbc\fR: \fBLANG\fR, \fBLC_ALL\fR,
\fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR.
.SH EXIT STATUS
-.sp
-.LP
The following exit values are returned:
.sp
.ne 2
@@ -480,7 +455,6 @@ An error occurred.
.RE
.SH FILES
-.sp
.ne 2
.na
\fB\fB/usr/lib/lib.b\fR\fR
@@ -499,8 +473,6 @@ to define BC_ parameters
.RE
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -515,13 +487,9 @@ Interface Stability Standard
.TE
.SH SEE ALSO
-.sp
-.LP
\fBdc\fR(1), \fBawk\fR(1), \fBattributes\fR(5), \fBenviron\fR(5),
\fBstandards\fR(5)
.SH NOTES
-.sp
-.LP
The \fBbc\fR command does not recognize the logical operators \fB&&\fR and
\fB|\||\fR.
.sp
diff --git a/usr/src/man/man1/localedef.1 b/usr/src/man/man1/localedef.1
index f77ca6f30f..2627e6123d 100644
--- a/usr/src/man/man1/localedef.1
+++ b/usr/src/man/man1/localedef.1
@@ -48,15 +48,13 @@
.SH NAME
localedef \- define locale environment
.SH SYNOPSIS
-.LP
.nf
-\fBlocaledef\fR [\fB-c\fR] [\fB-v\fR] [\fB-U\fR\] [\fB-f\fR \fIcharmap\fR]
+\fBlocaledef\fR [\fB-c\fR] [\fB-v\fR] [\fB-U\fR] [\fB-f\fR \fIcharmap\fR]
[\fB-w\fR \fIwidthfile\fR] [\fB-i\fR \fIsourcefile\fR]
[\fB-u\fR \fIcode_set_name\fR] \fIlocalename\fR
.fi
.SH DESCRIPTION
-.LP
The \fBlocaledef\fR utility converts source definitions for locale categories
into a format usable by the functions and utilities whose operational behavior
is determined by the setting of the locale environment variables; see
@@ -127,7 +125,6 @@ Defines the format and values of affirmative and negative responses.
.RE
.SH OPTIONS
-.LP
The following options are supported:
.sp
.ne 2
@@ -211,7 +208,6 @@ ISO/IEC 10646-1: 2000 standard position constant values. See NOTES.
.RE
.SH OPERANDS
-.LP
The following operand is supported:
.sp
.ne 2
@@ -228,19 +224,16 @@ belonging to the same locale can be processed.)
.RE
.SH OUTPUT
-.LP
\fBlocaledef\fR creates a directory of files that represents the locale's
data. The contents of this directory should generally be copied into the
appropriate subdirectory of /usr/lib/locale in order the definitions to
be visible to programs linked with libc.
.sp
.SH ENVIRONMENT VARIABLES
-.LP
See \fBenviron\fR(5) for definitions of the following environment variables
that affect the execution of \fBlocaledef\fR: \fBLANG\fR, \fBLC_ALL\fR,
\fBLC_COLLATE\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR.
.SH EXIT STATUS
-.LP
The following exit values are returned:
.sp
.ne 2
@@ -294,7 +287,6 @@ The directory containing locale data.
.RE
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -309,12 +301,10 @@ Interface Stability Standard
.TE
.SH SEE ALSO
-.LP
\fBlocale\fR(1), \fBiconv_open\fR(3C), \fBnl_langinfo\fR(3C),
\fBstrftime\fR(3C), \fBattributes\fR(5), \fBcharmap\fR(5), \fBenviron\fR(5),
\fBextensions\fR(5), \fBlocale\fR(5), \fBstandards\fR(5)
.SH WARNINGS
-.LP
If warnings occur, permanent output will be created if the \fB-c\fR option was
specified. The following conditions will cause warning messages to be issued:
.RS +4
@@ -333,7 +323,6 @@ If optional keywords not supported by the implementation are present in the
source.
.RE
.SH NOTES
-.LP
When the \fB-u\fR option is used, the \fIcode_set_name\fR option-argument is
interpreted as a name of a codeset to which the ISO/IEC 10646-1: 2000 standard
position constant values are converted. Both the ISO/IEC 10646-1: 2000 standard
diff --git a/usr/src/man/man1/sed.1 b/usr/src/man/man1/sed.1
index 126402343c..0549b3666e 100644
--- a/usr/src/man/man1/sed.1
+++ b/usr/src/man/man1/sed.1
@@ -326,15 +326,11 @@ This is a list of
functions separated by newlines, as follows:
{ function
-.br
function
-.br
...
-.br
function
.br
}
-.br
The
``{''
diff --git a/usr/src/man/man1/whois.1 b/usr/src/man/man1/whois.1
index babc6fa22d..7781f4b0b4 100644
--- a/usr/src/man/man1/whois.1
+++ b/usr/src/man/man1/whois.1
@@ -3,7 +3,6 @@
\fBwhois\fP
\- Internet domain name and network number directory service
.SH SYNOPSIS
-.br
\fBwhois\fP
[\fB\-aAbfgiIklmQr\fP]
[\fB\-c\fP \fIcountry-code\fP | \fIFl\fP h \fIhost\fP]
diff --git a/usr/src/man/man1m/beadm.1m b/usr/src/man/man1m/beadm.1m
index b62e31331c..29d470a392 100644
--- a/usr/src/man/man1m/beadm.1m
+++ b/usr/src/man/man1m/beadm.1m
@@ -5,7 +5,6 @@
.SH NAME
beadm \- utility for managing zfs boot environments
.SH SYNOPSIS
-.LP
.nf
\fBbeadm\fR \fBcreate\fR [\fB-a\fR] [\fB-d\fR \fIdescription\fR]
[\fB-e\fR \fInon-activeBeName\fR | \fIbeName@snapshot\fR]
@@ -557,13 +556,11 @@ Verbose mode. Displays verbose error messages from \fBbeadm\fR.
.RE
.SH ALTERNATE BE LOCATION
-.LP
The alternate BE location outside rpool/ROOT can be configured
by modifying the BENAME_STARTS_WITH parameter in /etc/default/be.
For example: BENAME_STARTS_WITH=rootfs
.SH EXAMPLES
-.LP
\fBExample 1\fR: Create a new BE named BE1, by cloning the current live BE.
.sp
.in +2
@@ -798,7 +795,6 @@ BE5;215b8387-4968-627c-d2d0-f4a011414bab;NR;/;7786206208;static;1221004384
.sp
.SH EXIT STATUS
-.LP
The following exit values are returned:
.sp
.ne 2
@@ -822,8 +818,6 @@ Failure
.SH FILES
-.LP
-.sp
.ne 2
.na
\fB/var/log/beadm/<beName>/create.log.<yyyymmdd_hhmmss>\fR
@@ -846,7 +840,6 @@ Log used for capturing beadm create output
.RE
.sp
.LP
-.sp
.ne 2
.na
\fB/etc/default/be\fR
@@ -858,7 +851,6 @@ Contains default value for BENAME_STARTS_WITH parameter
.RE
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -874,5 +866,4 @@ Interface Stability Uncommitted
.SH SEE ALSO
-.LP
.BR zfs (1M)
diff --git a/usr/src/man/man1m/cryptoadm.1m b/usr/src/man/man1m/cryptoadm.1m
index 4f650a9841..b722c7e0ff 100644
--- a/usr/src/man/man1m/cryptoadm.1m
+++ b/usr/src/man/man1m/cryptoadm.1m
@@ -7,7 +7,6 @@
.SH NAME
cryptoadm \- cryptographic framework administration
.SH SYNOPSIS
-.LP
.nf
\fBcryptoadm\fR list [\fB-mpv\fR] [provider=\fIprovider-name\fR]
[mechanism=\fImechanism-list\fR]
@@ -82,8 +81,6 @@ cryptoadm \- cryptographic framework administration
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBcryptoadm\fR utility displays cryptographic provider information for a
system, configures the mechanism policy for each provider, and installs or
uninstalls a cryptographic provider. The cryptographic framework supports three
@@ -143,8 +140,6 @@ subcommand \fBlist\fR, any options
subcommand \fB-\fR\fB-help\fR
.RE
.SH OPTIONS
-.sp
-.LP
The \fBcryptoadm\fR utility has the various combinations of subcommands and
options shown below.
.sp
@@ -443,7 +438,6 @@ Display the command usage.
.RE
.SH OPERANDS
-.sp
.ne 2
.na
\fBprovider=\fIprovider-name\fR\fR
@@ -597,7 +591,6 @@ You can also use \fBall\fR as an argument to \fBmechanism\fR, as in:
provider-features, such as \fBrandom\fR.
.RE
.SH EXAMPLES
-.LP
\fBExample 1 \fRDisplay List of Providers Installed in System
.sp
.LP
@@ -763,8 +756,6 @@ example# \fBcryptoadm enable metaslot token="SUNW,venus"\fR
.sp
.SH EXIT STATUS
-.sp
-.LP
The following exit values are returned:
.sp
.ne 2
@@ -787,8 +778,6 @@ An error occurred.
.RE
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -807,20 +796,14 @@ Interface Stability See below
The \fBstart\fR, \fBstop\fR, and \fBrefresh\fR options are Private interfaces.
All other options are Evolving. The utility name is Stable.
.SH SEE ALSO
-.sp
-.LP
\fBlogadm\fR(1M), \fBsvcadm\fR(1M), \fBsyslogd\fR(1M), \fBlibpkcs11\fR(3LIB),
\fBexec_attr\fR(4), \fBprof_attr\fR(4), \fBattributes\fR(5), \fBsmf\fR(5),
\fBrandom\fR(7D)
-.sp
-.LP
.sp
.LP
\fISolaris Security for Developer's Guide\fR
.SH NOTES
-.sp
-.LP
If a hardware provider's policy was made explicitly (that is, some of its
mechanisms were disabled) and the hardware provider has been detached, the
policy of this hardware provider is still listed.
diff --git a/usr/src/man/man1m/monitor.1m b/usr/src/man/man1m/monitor.1m
index d5c58aa8c1..6a14588c16 100644
--- a/usr/src/man/man1m/monitor.1m
+++ b/usr/src/man/man1m/monitor.1m
@@ -7,7 +7,6 @@
.SH NAME
monitor \- SPARC system PROM monitor
.SH SYNOPSIS
-.LP
.nf
\fBSTOP\(miA\fR
.fi
@@ -28,15 +27,11 @@ monitor \- SPARC system PROM monitor
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBCPU\fR board of a workstation contains one or more \fBEPROMs\fR or
\fBEEPROMs.\fR The program which executes from the \fBPROMs\fR is referred to
as "the monitor". Among other things, the monitor performs system
initialization at power-on and provides a user interface.
.SS "Monitor Prompt"
-.sp
-.LP
The monitor of earlier workstations was known as the \fBSunMON\fR monitor and
displayed the \fB>\fR for its prompt. See the \fBSunMON MONITOR USAGE\fR
section for further details.
@@ -67,20 +62,14 @@ OpenBoot monitor displays the message: \fBType b (boot), c (continue), or n
.LP
and the \fB>\fR prompt appears.
.SH OPENBOOT PROM USAGE
-.sp
-.LP
Some of the more useful commands that can be issued from OpenBoot's \fBok \fR
prompt are described here. Refer to the book for a complete list of
commands.
.SS "Help"
-.sp
-.LP
Help for various functional areas of the OpenBoot monitor can be obtained by
typing \fBhelp\fR. The help listing provides a number of other key words which
can then be used in the help command to provide further details.
.SS "NVRAM Parameters"
-.sp
-.LP
Each workstation contains one or more \fBNVRAM\fR devices which contains unique
system ID information, as well as a set of user-configurable parameters. The
\fBNVRAM\fR parameters allow the user a certain level of flexibility in
@@ -135,8 +124,6 @@ values.)
.RE
.SS "Security Parameters"
-.sp
-.LP
Newer OpenBoot monitors contain user interfaces that support the storage and
listing of keys for later use by client programs.
.sp
@@ -164,8 +151,6 @@ deleted.
.RE
.SS "Hardware Checks and Diagnostics"
-.sp
-.LP
The following commands are available for testing or checking the system's
hardware. If the \fB\&'diag-switch?'\fR \fBNVRAM\fR parameter is set to true
when the system is powered on, then a Power-On Self Test (POST) diagnostic is
@@ -239,8 +224,6 @@ Test the system's clock function.
.RE
.SS "System Information"
-.sp
-.LP
The following commands are available for displaying information about the
system. Not all commands are available on all workstations.
.sp
@@ -371,8 +354,6 @@ Display the version and date of the OpenBoot PROM.
.RE
.SS "Emergency Commands"
-.sp
-.LP
These commands must be typed from the keyboard, they do not work from a console
which is attached by way of the serial ports. With the exception of the
\fBStop-A\fR command, these commands are issued by pressing and holding down
@@ -436,8 +417,6 @@ that not all parameters have default values.
.RE
.SS "Line Editor Commands"
-.sp
-.LP
The following commands can be used while the monitor is displaying the \fBok\fR
prompt. Not all of these editing commands are available on all workstations.
.sp
@@ -605,16 +584,12 @@ of the cursor.
.RE
.SS "nvramrc"
-.sp
-.LP
The \fBnvramrc\fR is an area of the system's \fBNVRAM\fR where users may store
Forth programs. The programs which are stored in the \fBnvramrc\fR are executed
each time the system is reset, provided that the \fB\&'use-nvramrc?'\fR
\fBNVRAM\fR parameter has been set to \fB\&'true'\fR. Refer to the book for
information on how to edit and use the \fBnvramrc\fR.
.SS "Restricted Monitor"
-.sp
-.LP
The command \fB\&'old-mode'\fR is used to move OpenBoot into a restricted
monitor mode, causing the \fB> \fR prompt to be displayed. Only three commands
are allowed while in the restricted monitor; the \fB\&'go'\fR command (to
@@ -627,8 +602,6 @@ environment. The restricted monitor may also become the default environment if
the \fB\&'sunmon-compat?' \fR \fBNVRAM\fR parameter is set to true. Not all
workstations have the \fB\&'sunmon-compat?'\fR parameter.
.SH SUNMON PROM USAGE
-.sp
-.LP
The following commands are available systems with older \fBSunMON\fR-based
PROM:
.sp
@@ -1784,8 +1757,6 @@ flush the segment beginning at \fIvirtual_address\fR within context
.RE
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -1800,9 +1771,4 @@ Architecture SPARC
.TE
.SH SEE ALSO
-.sp
-.LP
\fBtip\fR(1), \fBboot\fR(1M), \fBeeprom\fR(1M), \fBattributes\fR(5)
-.sp
-.LP
-
diff --git a/usr/src/man/man1m/prtconf.1m b/usr/src/man/man1m/prtconf.1m
index e83ea5b209..a214c21175 100644
--- a/usr/src/man/man1m/prtconf.1m
+++ b/usr/src/man/man1m/prtconf.1m
@@ -9,14 +9,12 @@
.SH NAME
prtconf \- print system configuration
.SH SYNOPSIS
-.LP
.nf
-\fB/usr/sbin/prtconf\fR [\fB-V\fR] | [\fB-F\fR] | [\fB-m\fr] | [\fB-x\fR] | [\fB-bpv\fR] | [\fB-acdDPv\fR]
+\fB/usr/sbin/prtconf\fR [\fB-V\fR] | [\fB-F\fR] | [\fB-m\fR] | [\fB-x\fR] | [\fB-bpv\fR] | [\fB-acdDPv\fR]
[\fIdev_path\fR]
.fi
.SH DESCRIPTION
-.LP
The \fBprtconf\fR command prints the system configuration information. The
output includes the total amount of memory, and the configuration of system
peripherals formatted as a device tree.
@@ -26,7 +24,6 @@ If a device path is specified on the command line for those command options
that can take a device path, \fBprtconf\fR will only display information for
that device node.
.SH OPTIONS
-.LP
The following options are supported:
.sp
.ne 2
@@ -164,7 +161,6 @@ This flag overrides all other flags and must be used by itself.
.RE
.SH OPERANDS
-.LP
The following operands are supported:
.sp
.ne 2
@@ -177,7 +173,6 @@ which device node configuration information is displayed
.RE
.SH EXIT STATUS
-.LP
The following exit values are returned:
.sp
.ne 2
@@ -200,7 +195,6 @@ non-zero return value means that an error occurred.
.RE
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -214,11 +208,9 @@ Interface Stability Unstable
.TE
.SH SEE ALSO
-.LP
\fBfuser\fR(1M), \fBmodinfo\fR(1M), \fBsysdef\fR(1M), \fBattributes\fR(5),
\fBopenprom\fR(7D)
.SH NOTES
-.LP
The output of the \fBprtconf\fR command is highly dependent on the version of
the \fBPROM\fR installed in the system. The output will be affected in
potentially all circumstances.
diff --git a/usr/src/man/man1m/ypserv.1m b/usr/src/man/man1m/ypserv.1m
index bdf2f21574..2035e7fe58 100644
--- a/usr/src/man/man1m/ypserv.1m
+++ b/usr/src/man/man1m/ypserv.1m
@@ -7,7 +7,6 @@
.SH NAME
ypserv, ypxfrd \- NIS server and binder processes
.SH SYNOPSIS
-.LP
.nf
\fB/usr/lib/netsvc/yp/ypserv\fR [\fB-dv\fR] [\fB-i\fR | \fB-I\fR] [\fB-r\fR | \fB-R\fR]
.fi
@@ -18,8 +17,6 @@ ypserv, ypxfrd \- NIS server and binder processes
.fi
.SH DESCRIPTION
-.sp
-.LP
The Network Information Service (\fBNIS\fR) provides a simple network lookup
service consisting of databases and processes. The databases are \fBndbm\fR
files in a directory tree rooted at \fB/var/yp\fR. See \fBndbm\fR(3C). These
@@ -167,7 +164,6 @@ map is transferred from the cache. The most up to date map will be transferred
on subsequent \fBypxfrd\fR operations.
.SH OPTIONS
.SS "ypserv"
-.sp
.ne 2
.na
\fB\fB-d\fR\fR
@@ -267,7 +263,6 @@ prefixe maps are also generated or updated. Since these maps will be more
recent than the old style maps, \fBypmake\fR will not be reported as erroneous
when it is run.
.SH FILES
-.sp
.ne 2
.na
\fB\fB/var/yp/securenets\fR\fR
@@ -301,8 +296,6 @@ Lists the \fBNIS\fR server hosts that \fBypbind\fR can bind to.
.RE
.SH SEE ALSO
-.sp
-.LP
\fBsvcs\fR(1), \fBypcat\fR(1), \fBypmatch\fR(1), \fBypwhich\fR(1),
\fBdomainname\fR(1M), \fBmakedbm\fR(1M), \fBsvcadm\fR(1M), \fBypbind\fR(1M),
\fBypinit\fR(1M), \fBypmake\fR(1M), \fByppoll\fR(1M), \fByppush\fR(1M),
@@ -310,15 +303,8 @@ Lists the \fBNIS\fR server hosts that \fBypbind\fR can bind to.
\fBndbm\fR(3C), \fBypclnt\fR(3NSL), \fBlibnsl\fR(3LIB),
\fBNISLDAPmapping\fR(4), \fBsecurenets\fR(4), \fBypfiles\fR(4),
\fBypserv\fR(4), \fBattributes\fR(5), \fBsmf\fR(5)
-.sp
-.LP
-.sp
-.LP
-\fI\fR
.SH NOTES
-.sp
-.LP
\fBypserv\fR supports multiple domains. The \fBypserv\fR process determines the
domains it serves by looking for directories of the same name in the directory
\fB/var/yp\fR. It replies to all broadcasts requesting yp service for that
diff --git a/usr/src/man/man3c/epoll_create.3c b/usr/src/man/man3c/epoll_create.3c
index 83ea81e204..624e0f3a16 100644
--- a/usr/src/man/man3c/epoll_create.3c
+++ b/usr/src/man/man3c/epoll_create.3c
@@ -4,7 +4,7 @@
.\" Common Development and Distribution License ("CDDL"), version 1.0.
.\" You may only use this file in accordance with the terms of version
.\" 1.0 of the CDDL.
-.\"
+.\"
.\" A full copy of the text of the CDDL should have accompanied this
.\" source. A copy of the CDDL is also available via the Internet at
.\" http://www.illumos.org/license/CDDL.
@@ -12,8 +12,6 @@
.SH NAME
epoll_create, epoll_create1 \- create an epoll instance
.SH SYNOPSIS
-
-.LP
.nf
#include <sys/epoll.h>
@@ -26,7 +24,6 @@ epoll_create, epoll_create1 \- create an epoll instance
.fi
.SH DESCRIPTION
-.LP
The \fBepoll_create()\fR and \fBepoll_create1()\fR functions both create an
\fBepoll\fR(5) instance that can be operated upon via \fBepoll_ctl\fR(3C),
\fBepoll_wait\fR(3C) and \fBepoll_pwait\fR(3C). \fBepoll\fR instances are
@@ -49,11 +46,9 @@ Instance should be closed upon an
.RE
.SH RETURN VALUES
-.LP
Upon successful completion, 0 is returned. Otherwise, -1 is returned and errno
is set to indicate the error.
.SH ERRORS
-.LP
The \fBepoll_create()\fR and \fBepoll_create1()\fR functions will fail if:
.sp
.ne 2
@@ -86,8 +81,6 @@ The maximum allowable number of files is currently open in the system.
.sp
.SH NOTES
-.LP
-
The \fBepoll\fR(5) facility is implemented for purposes of offering
compatibility for Linux-borne applications; native
applications should continue to prefer using event ports via the
@@ -95,5 +88,4 @@ applications should continue to prefer using event ports via the
interfaces. See \fBepoll\fR(5) for compatibility details and restrictions.
.SH SEE ALSO
-.LP
\fBepoll_ctl\fR(3C), \fBepoll_wait\fR(3C), \fBepoll\fR(5)
diff --git a/usr/src/man/man3c/epoll_ctl.3c b/usr/src/man/man3c/epoll_ctl.3c
index 4d63d084f9..3b3dfabcba 100644
--- a/usr/src/man/man3c/epoll_ctl.3c
+++ b/usr/src/man/man3c/epoll_ctl.3c
@@ -12,8 +12,6 @@
.SH NAME
epoll_ctl \- control an epoll instance
.SH SYNOPSIS
-
-.LP
.nf
#include <sys/epoll.h>
@@ -21,7 +19,6 @@ epoll_ctl \- control an epoll instance
.fi
.SH DESCRIPTION
-.LP
The \fBepoll_ctl()\fR function executes the operation specified by
\fIop\fR (as parameterized by \fIevent\fR) on the \fIepfd\fR epoll instance.
Valid values for \fIop\fR:
@@ -244,13 +241,11 @@ with caution.
.RE
.SH RETURN VALUES
-.LP
Upon successful completion, \fBepoll_ctl()\fR returns 0.
If an error occurs, -1 is returned and errno is set to indicate
the error.
.SH ERRORS
-.LP
\fBepoll_ctl()\fR will fail if:
.sp
.ne 2
@@ -294,8 +289,6 @@ specified \fBepoll\fR(5) instance.
.sp
.SH NOTES
-.LP
-
The \fBepoll\fR(5) facility is implemented for purposes of offering
compatibility for Linux-borne applications; native
applications should continue to prefer using event ports via the
@@ -303,7 +296,6 @@ applications should continue to prefer using event ports via the
interfaces. See \fBepoll\fR(5) for compatibility details and restrictions.
.SH SEE ALSO
-.LP
\fBepoll_create\fR(3C), \fBepoll_wait\fR(3C),
\fBport_create\fR(3C), \fBport_associate\fR(3C), \fBport_get\fR(3C),
\fBepoll\fR(5)
diff --git a/usr/src/man/man3c/epoll_wait.3c b/usr/src/man/man3c/epoll_wait.3c
index 6ae9e0f9c4..7808661238 100644
--- a/usr/src/man/man3c/epoll_wait.3c
+++ b/usr/src/man/man3c/epoll_wait.3c
@@ -4,7 +4,7 @@
.\" Common Development and Distribution License ("CDDL"), version 1.0.
.\" You may only use this file in accordance with the terms of version
.\" 1.0 of the CDDL.
-.\"
+.\"
.\" A full copy of the text of the CDDL should have accompanied this
.\" source. A copy of the CDDL is also available via the Internet at
.\" http://www.illumos.org/license/CDDL.
@@ -12,24 +12,21 @@
.SH NAME
epoll_wait, epoll_pwait \- wait for epoll events
.SH SYNOPSIS
-
-.LP
.nf
#include <sys/epoll.h>
-\fBint\fR \fBepoll_wait\fR(\fBint\fR \fIepfd\fR, \fBstruct epoll_event *\fR\fIevents\fR,
+\fBint\fR \fBepoll_wait\fR(\fBint\fR \fIepfd\fR, \fBstruct epoll_event *\fR\fIevents\fR,
\fBint\fR \fImaxevents\fR, \fBint\fR \fItimeout\fR);
.fi
.LP
.nf
-\fBint\fR \fBepoll_pwait\fR(\fBint\fR \fIepfd\fR, \fBstruct epoll_event *\fR\fIevents\fR,
+\fBint\fR \fBepoll_pwait\fR(\fBint\fR \fIepfd\fR, \fBstruct epoll_event *\fR\fIevents\fR,
\fBint\fR \fImaxevents\fR, \fBint\fR \fItimeout\fR,
\fBconst sigset_t *\fR\fIsigmask\fR);
.fi
.SH DESCRIPTION
-.LP
The \fBepoll_wait()\fR function waits for events on the \fBepoll\fR(5)
instance specified by \fIepfd\fR. The \fIevents\fR parameter must point to
an array of \fImaxevents\fR \fIepoll_event\fR structures to be
@@ -45,14 +42,12 @@ signal mask upon return, and is therefore similar to the relationship
between \fBselect\fR(3C) and \fBpselect\fR(3C).
.SH RETURN VALUES
-.LP
Upon successful completion, \fBepoll_wait()\fR and \fBepoll_pwait()\fR return
the number of events, or 0 if none was pending and \fItimeout\fR milliseconds
elapsed. If an error occurs, -1 is returned and errno is set to indicate
the error.
.SH ERRORS
-.LP
The \fBepoll_wait()\fR and \fBepoll_pwait()\fR functions will fail if:
.sp
.ne 2
@@ -93,8 +88,6 @@ is not greater than zero.
.sp
.SH NOTES
-.LP
-
The \fBepoll\fR(5) facility is implemented for purposes of offering
compatibility for Linux-borne applications; native
applications should continue to prefer using event ports via the
@@ -102,7 +95,6 @@ applications should continue to prefer using event ports via the
interfaces. See \fBepoll\fR(5) for compatibility details and restrictions.
.SH SEE ALSO
-.LP
\fBepoll_create\fR(3C), \fBepoll_ctl\fR(3C),
\fBport_create\fR(3C), \fBport_associate\fR(3C), \fBport_get\fR(3C),
\fBpselect\fR(3C), \fBepoll\fR(5)
diff --git a/usr/src/man/man3c/getlogin.3c b/usr/src/man/man3c/getlogin.3c
index 7b1cdd165f..41211c78c7 100644
--- a/usr/src/man/man3c/getlogin.3c
+++ b/usr/src/man/man3c/getlogin.3c
@@ -49,7 +49,6 @@
.SH NAME
getlogin, getlogin_r \- get login name
.SH SYNOPSIS
-.LP
.nf
#include <unistd.h>
@@ -62,7 +61,6 @@ getlogin, getlogin_r \- get login name
.fi
.SS "Standard conforming"
-.LP
.nf
cc [ \fIflag \fR... ] \fIfile\fR... \fB-D_POSIX_PTHREAD_SEMANTICS\fR [ \fIlibrary \fR... ]
@@ -70,8 +68,6 @@ cc [ \fIflag \fR... ] \fIfile\fR... \fB-D_POSIX_PTHREAD_SEMANTICS\fR [ \fIlibrar
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBgetlogin()\fR function returns a pointer to the login name as found in
\fB/var/adm/utmpx\fR. It can be used in conjunction with \fBgetpwnam\fR(3C) to
locate the correct password file entry when the same user \fBID\fR is shared by
@@ -106,7 +102,6 @@ login name is to call \fBcuserid\fR(3C), or to call \fBgetlogin()\fR and if it
fails to call \fBgetpwuid\fR(3C).
.sp
.LP
-
The \fBgetlogin_r()\fR function has the same functionality as \fBgetlogin()\fR
except that the caller must supply a buffer \fIname\fR with length \fInamelen\fR
to store the result. The \fIname\fR buffer should be at least
@@ -118,8 +113,6 @@ terminator, does not fit inside the buffer, than an error will be generated.
Otherwise, the buffer \fIname\fR will be updated with the login name.
.SH RETURN VALUES
-.sp
-.LP
Upon successful completion, \fBgetlogin()\fR returns a pointer to the login
name or a null pointer if the user's login name cannot be found. Otherwise it
returns a null pointer and sets \fBerrno\fR to indicate the error.
@@ -128,8 +121,6 @@ returns a null pointer and sets \fBerrno\fR to indicate the error.
The standard-conforming \fBgetlogin_r()\fR returns \fB0\fR if successful, or
the error number upon failure.
.SH ERRORS
-.sp
-.LP
The \fBgetlogin_r()\fR function will fail if:
.sp
.ne 2
@@ -193,8 +184,6 @@ The size of the buffer is smaller than the result to be returned.
.RE
.SH USAGE
-.sp
-.LP
The return value of \fBgetlogin()\fR points to thread-specific data whose
content is overwritten on each call by the same thread.
.sp
@@ -205,7 +194,6 @@ effective user ID of the process; \fBgetlogin()\fR returns the name associated
with the current login activity; and \fBgetpwuid(\fR\fBgetuid()\fR\fB)\fR
returns the name associated with the real user ID of the process.
.SH FILES
-.sp
.ne 2
.na
\fB\fB/var/adm/utmpx\fR\fR
@@ -233,8 +221,6 @@ A 64-bit compatibility library to return long login names.
.RE
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -251,14 +237,10 @@ MT-Level See below.
.TE
.SH SEE ALSO
-.sp
-.LP
\fBgeteuid\fR(2), \fBgetuid\fR(2), \fBcuserid\fR(3C), \fBgetgrnam\fR(3C),
\fBgetpwnam\fR(3C), \fBgetpwuid\fR(3C), \fButmpx\fR(4), \fBattributes\fR(5),
\fBstandards\fR(5)
.SH NOTES
-.sp
-.LP
When compiling multithreaded programs, see \fBIntro\fR(3).
.sp
.LP
diff --git a/usr/src/man/man3c/nanosleep.3c b/usr/src/man/man3c/nanosleep.3c
index e29808e560..ba1e275bb0 100644
--- a/usr/src/man/man3c/nanosleep.3c
+++ b/usr/src/man/man3c/nanosleep.3c
@@ -49,7 +49,6 @@
.SH NAME
nanosleep, thrd_sleep \- high resolution sleep
.SH SYNOPSIS
-.LP
.nf
#include <time.h>
@@ -64,7 +63,6 @@ nanosleep, thrd_sleep \- high resolution sleep
\fBstruct timespec *\fR\fIrmtp\fR);
.SH DESCRIPTION
-.LP
The \fBnanosleep()\fR and \fBthrd_sleep()\fR functions cause the current thread
to be suspended from execution until either the time interval specified by the
\fIrqtp\fR argument has elapsed or a signal is delivered to the calling thread
@@ -80,7 +78,6 @@ time specified by \fIrqtp\fR, as measured by the system clock,
The use of the \fBnanosleep()\fR and \fBthrd_sleep()\fR functions has no effect
on the action or blockage of any signal.
.SH RETURN VALUES
-.LP
If the \fBnanosleep()\fR or \fBthrd_sleep()\fR function returns because the
requested time has elapsed, its return value is \fB0\fR.
.sp
@@ -98,7 +95,6 @@ If \fBnanosleep()\fR fails, it returns \fB\(mi1\fR and sets \fBerrno\fR to
indicate the error.
.sp
.LP
-
The
.B thrd_sleep()
function may fail for identical reasons as the
@@ -111,7 +107,6 @@ being set or staying the same across a call to
.B thrd_sleep() .
.SH ERRORS
-.LP
The \fBnanosleep()\fR function will fail if:
.sp
.ne 2
@@ -142,7 +137,6 @@ The \fBnanosleep()\fR function is not supported by this implementation.
.RE
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -161,5 +155,4 @@ Standard See \fBstandards\fR(5).
.TE
.SH SEE ALSO
-.LP
\fBsleep\fR(3C), \fBtime.h\fR(3HEAD), \fBattributes\fR(5), \fBstandards\fR(5)
diff --git a/usr/src/man/man3c/pfmt.3c b/usr/src/man/man3c/pfmt.3c
index b88e451266..907e32c981 100644
--- a/usr/src/man/man3c/pfmt.3c
+++ b/usr/src/man/man3c/pfmt.3c
@@ -7,7 +7,6 @@
.SH NAME
pfmt \- display error message in standard format
.SH SYNOPSIS
-.LP
.nf
#include <pfmt.h>
@@ -15,8 +14,6 @@ pfmt \- display error message in standard format
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBpfmt()\fR retrieves a format string from a locale-specific message
database (unless \fBMM_NOGET\fR is specified) and uses it for \fBprintf\fR(3C)
style formatting of \fIargs\fR. The output is displayed on \fIstream\fR.
@@ -191,8 +188,6 @@ localized version of \fBTO FIX\fR.
.RE
.SH STANDARD ERROR MESSAGE FORMAT
-.sp
-.LP
The \fBpfmt()\fR function displays error messages in the following format:
.sp
.in +2
@@ -223,17 +218,7 @@ If \fBpfmt()\fR is called twice to display an error message and a helpful
.fi
.in -2
-.br
-.in +2
-
-.in -2
-.br
-.in +2
-
-.in -2
.SH RETURN VALUES
-.sp
-.LP
Upon success, \fBpfmt()\fR returns the number of bytes transmitted. Upon
failure, it returns a negative value:
.sp
@@ -246,7 +231,6 @@ Write error to \fIstream\fR.
.RE
.SH EXAMPLES
-.LP
\fBExample 1 \fRExample of \fBpfmt()\fR function.
.sp
.LP
@@ -292,12 +276,8 @@ UX:test: TO FIX: Usage ...
.in -2
.SH USAGE
-.sp
-.LP
Since it uses \fBgettxt\fR(3C), \fBpfmt()\fR should not be used.
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -312,8 +292,6 @@ MT-Level MT-safe
.TE
.SH SEE ALSO
-.sp
-.LP
\fBaddsev\fR(3C), \fBgettxt\fR(3C), \fBlfmt\fR(3C), \fBprintf\fR(3C),
\fBsetcat\fR(3C), \fBsetlabel\fR(3C), \fBsetlocale\fR(3C), \fBattributes\fR(5),
\fBenviron\fR(5)
diff --git a/usr/src/man/man3lib/libc.3lib b/usr/src/man/man3lib/libc.3lib
index a4ef6025eb..3978eabae8 100644
--- a/usr/src/man/man3lib/libc.3lib
+++ b/usr/src/man/man3lib/libc.3lib
@@ -10,14 +10,12 @@
.SH NAME
libc \- C library
.SH DESCRIPTION
-.LP
Functions in this library provide various facilities defined by System V, ANSI
C, POSIX, and so on. See \fBstandards\fR(5). In addition, those facilities
previously defined in the internationalization and the wide-character libraries
are now defined in this library, as are the facilities previously defined in
the multithreading libraries, \fBlibthread\fR and \fBlibpthread\fR.
.SH INTERFACES
-.LP
The shared object \fBlibc.so.1\fR provides the public interfaces defined below.
See \fBIntro\fR(3) for additional information on shared object interfaces.
.sp
@@ -92,7 +90,7 @@ l l .
\fBalarm\fR \fBalphasort\fR
\fBaltzone\fR \fBascftime\fR
\fBasctime\fR \fBasctime_r\fR
-\fBasprintf\fR
+\fBasprintf\fR
\fBatexit\fR \fBatof\fR
\fBatoi\fR \fBatol\fR
\fBatoll\fR \fBatomic_add_16\fR
@@ -180,7 +178,7 @@ l l .
\fBcsetlen\fR \fBctermid\fR
\fBctermid_r\fR \fBctime\fR
\fBctime_r\fR \fBcuserid\fR
-\fBdaemon\fR
+\fBdaemon\fR
\fBdaylight\fR \fBdbm_clearerr\fR
\fBdbm_close\fR \fBdbm_delete\fR
\fBdbm_error\fR \fBdbm_fetch\fR
@@ -207,7 +205,7 @@ l l .
\fBdup\fR \fBdup2\fR
\fBduplocale\fR
\fBeconvert\fR \fBecvt\fR
-\fBenable_extended_FILE_stdio\fR
+\fBenable_extended_FILE_stdio\fR
\fBencrypt\fR \fBendgrent\fR
\fBendnetgrent\fR \fBendpwent\fR
\fBendspent\fR \fBendusershell\fR
@@ -220,7 +218,7 @@ l l .
\fBexeclp\fR \fBexecv\fR
\fBexecve\fR \fBexecvp\fR
\fBexit\fR \fBextended_to_decimal\fR
-\fBfaccessat\fR
+\fBfaccessat\fR
\fBfacl\fR \fBfattach\fR
\fBfchdir\fR \fBfchmod\fR
\fBfchmodat\fR
@@ -228,14 +226,14 @@ l l .
\fBfchroot\fR \fBfclose\fR
\fBfcloseall\fR \fBfcntl\fR
\fBfconvert\fR \fBfcvt\fR
-\fBfdatasync\fR \fBfdetach\fR
+\fBfdatasync\fR \fBfdetach\fR
\fBfdopen\fR \fBfdopendir\fR
\fBfdwalk\fR \fBfeof\fR
\fBferror\fR \fBfflush\fR
\fBffs\fR \fBffsl\fR
\fBffsll\fR \fBfls\fR
\fBflsl\fR \fBflsll\fR
-\fBfgetattr\fR \fBfgetc\fR
+\fBfgetattr\fR \fBfgetc\fR
\fBfgetgrent\fR \fBfgetgrent_r\fR
\fBfgetpos\fR \fBfgetpwent\fR
\fBfgetpwent_r\fR \fBfgets\fR
@@ -259,7 +257,7 @@ l l .
\fBfreopen\fR
\fBfrexp\fR \fBfscanf\fR
\fBfseek\fR \fBfseeko\fR
-\fBfsetattr\fR
+\fBfsetattr\fR
\fBfsetpos\fR \fBfstat\fR
\fBfstatat\fR \fBfstatfs\fR
\fBfstatvfs\fR \fBfsync\fR
@@ -268,12 +266,12 @@ l l .
\fBftruncate\fR \fBftrylockfile\fR
\fBftw\fR \fBfunc_to_decimal\fR
\fBfunlockfile\fR \fBfutimens\fR
-\fBfutimesat\fR
+\fBfutimesat\fR
\fBfwide\fR \fBfwprintf\fR
\fBfwrite\fR \fBfwscanf\fR
\fBgconvert\fR \fBgcvt\fR
\fBgetacct\fR \fBgetattrat\fR
-\fBgetc\fR
+\fBgetc\fR
\fBgetc_unlocked\fR \fBgetchar\fR
\fBgetchar_unlocked\fR \fBgetcontext\fR
\fBgetcpuid\fR \fBgetcwd\fR
@@ -302,7 +300,7 @@ l l .
\fBgetpgid\fR \fBgetpgrp\fR
\fBgetpid\fR \fBgetpmsg\fR
\fBgetppid\fR \fBgetppriv\fR
-\fBgetpriority\fR \fbgetprogname\fR
+\fBgetpriority\fR \fBgetprogname\fR
\fBgetprojid\fR
\fBgetpw\fR \fBgetpwent\fR
\fBgetpwent_r\fR \fBgetpwnam\fR
@@ -339,7 +337,7 @@ l l .
\fBindex\fR \fBinitgroups\fR
\fBinitstate\fR \fBinnetgr\fR
\fBinsque\fR \fBioctl\fR
-\fBis_system_labeled\fR
+\fBis_system_labeled\fR
\fBisaexec\fR
\fBisalnum\fR \fBisalnum_l\fR
\fBisalpha\fR \fBisalpha_l\fR
@@ -388,7 +386,7 @@ l l .
\fBldivide\fR \fBlexp10\fR
\fBlfind\fR \fBlfmt\fR
\fBlink\fR \fBlinkat\fR
-\fBlio_listio\fR \fBllabs\fR
+\fBlio_listio\fR \fBllabs\fR
\fBlldiv\fR \fBllog10\fR
\fBllseek\fR \fBlltostr\fR
\fBlocaleconv\fR \fBlocaltime\fR
@@ -424,7 +422,7 @@ l l .
\fBmktemp\fR \fBmktime\fR
\fBmlock\fR \fBmlockall\fR
\fBmmap\fR \fBmmapobj\fR
-\fBmodctl\fR
+\fBmodctl\fR
\fBmodf\fR \fBmodff\fR
\fBmodutx\fR \fBmonitor\fR
\fBmount\fR \fBmprotect\fR
@@ -470,7 +468,7 @@ l l .
\fBposix_memalign\fR \fBposix_openpt\fR
\fBposix_spawn\fR \fBposix_spawn_file_actions_addclose\fR
\fBposix_spawn_file_actions_addclosefrom_np\fR \fBposix_spawn_file_actions_adddup2\fR
-\fBposix_spawn_file_actions_addopen\fR
+\fBposix_spawn_file_actions_addopen\fR
\fBposix_spawn_file_actions_destroy\fR
\fBposix_spawn_file_actions_init\fR
\fBposix_spawn_pipe_np\fR
@@ -533,7 +531,7 @@ l l .
\fBpthread_getconcurrency\fR \fBpthread_getschedparam\fR
\fBpthread_getspecific\fR \fBpthread_join\fR
\fBpthread_key_create\fR \fBpthread_key_create_once_np\fR
-\fBpthread_key_delete\fR
+\fBpthread_key_delete\fR
\fBpthread_kill\fR \fBpthread_mutex_consistent\fR
\fBpthread_mutex_destroy\fR \fBpthread_mutex_getprioceiling\fR
\fBpthread_mutex_init\fR \fBpthread_mutex_lock\fR
@@ -619,14 +617,14 @@ l l .
\fBsem_open\fR \fBsem_post\fR
\fBsem_reltimedwait_np\fR \fBsem_timedwait\fR
\fBsem_trywait\fR \fBsem_unlink\fR
-\fBsem_wait\fR
+\fBsem_wait\fR
\fBsema_destroy\fR \fBsema_held\fR
\fBsema_init\fR \fBsema_post\fR
\fBsema_trywait\fR \fBsema_wait\fR
\fBsemctl\fR \fBsemget\fR
\fBsemids\fR \fBsemop\fR
\fBsemtimedop\fR \fBsetattrat\fR
-\fBsetbuf\fR
+\fBsetbuf\fR
\fBsetbuffer\fR \fBsetcat\fR
\fBsetcontext\fR \fBsetegid\fR
\fBsetenv\fR \fBseteuid\fR
@@ -661,7 +659,7 @@ l l .
\fBsiglongjmp\fR \fBsignal\fR
\fBsigpause\fR \fBsigpending\fR
\fBsigprocmask\fR \fBsigqueue\fR
-\fBsigrelse\fR
+\fBsigrelse\fR
\fBsigsend\fR \fBsigsendset\fR
\fBsigset\fR \fBsigsetjmp\fR
\fBsigstack\fR \fBsigsuspend\fR
@@ -692,7 +690,7 @@ l l .
\fBstrncmp\fR \fBstrncpy\fR
\fBstrnstr\fR \fBstrpbrk\fR
\fBstrptime\fR \fBstrptime_l\fR
-\fBstrrchr\fR \fBstrsep\fR
+\fBstrrchr\fR \fBstrsep\fR
\fBstrsignal\fR \fBstrspn\fR
\fBstrstr\fR \fBstrtod\fR
\fBstrtof\fR \fBstrtoimax\fR
@@ -720,7 +718,7 @@ l l .
\fBthr_exit\fR \fBthr_getconcurrency\fR
\fBthr_getprio\fR \fBthr_getspecific\fR
\fBthr_join\fR \fBthr_keycreate\fR
-\fBthr_keycreate_once\fR
+\fBthr_keycreate_once\fR
\fBthr_kill\fR \fBthr_main\fR
\fBthr_min_stack\fR \fBthr_self\fR
\fBthr_setconcurrency\fR \fBthr_setprio\fR
@@ -729,7 +727,7 @@ l l .
\fBthr_yield\fR \fBtime\fR
\fBtimer_create\fR \fBtimer_delete\fR
\fBtimer_getoverrun\fR \fBtimer_gettime\fR
-\fBtimer_settime\fR
+\fBtimer_settime\fR
\fBtimes\fR \fBtimezone\fR
\fBtmpfile\fR \fBtmpnam\fR
\fBtmpnam_r\fR \fBtoascii\fR
@@ -744,7 +742,7 @@ l l .
\fBtwalk\fR \fBtzname\fR
\fBtzset\fR \fBu8_strcmp\fR
\fBu8_textprep_str\fR \fBu8_validate\fR
-\fBuadmin\fR
+\fBuadmin\fR
\fBualarm\fR \fBuconv_u16tou32\fR
\fBuconv_u16tou8\fR \fBuconv_u32tou16\fR
\fBuconv_u32tou8\fR \fBuconv_u8tou16\fR
@@ -908,7 +906,7 @@ l l .
\fB__dtoll\fR \fB__dtou\fR
\fB__dtoull\fR \fB__ftoll\fR
\fB__ftou\fR \fB__ftoull\fR
-\fB__umul64\fR
+\fB__umul64\fR
.TE
.sp
@@ -995,7 +993,6 @@ symbols
.RE
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -1009,11 +1006,9 @@ MT-Level Safe
.TE
.SH SEE ALSO
-.LP
\fBpvs\fR(1), \fBIntro\fR(2), \fBIntro\fR(3), \fBattributes\fR(5),
\fBlf64\fR(5), \fBstandards\fR(5)
.SH NOTES
-.LP
The synonyms compatibility library, \fBc_synonyms.so.1\fR, provides a mechanism
to support old applications and libraries that were mistakenly built using
now-obsolete synonym symbols from \fBlibc\fR.
diff --git a/usr/src/man/man3nsl/netdir.3nsl b/usr/src/man/man3nsl/netdir.3nsl
index 310aea1772..ecf02153dd 100644
--- a/usr/src/man/man3nsl/netdir.3nsl
+++ b/usr/src/man/man3nsl/netdir.3nsl
@@ -11,7 +11,6 @@ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options,
taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr \-
generic transport name-to-address translation
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lnsl\fR [ \fIlibrary\fR...]
#include <netdir.h>
@@ -58,7 +57,6 @@ generic transport name-to-address translation
.fi
.SH DESCRIPTION
-.LP
The \fBnetdir\fR functions provide a generic interface for name-to-address
mapping that will work with all transport protocols. This interface provides a
generic way for programs to convert transport specific addresses into common
@@ -185,7 +183,6 @@ and option management. \fIfildes\fR is the associated file descriptor.
\fIoption\fR, \fIfildes\fR, and \fIpointer_to_args\fR are passed to the
\fBnetdir_options()\fR function for the transport specified in \fIconfig\fR.
Currently four values are defined for \fIoption\fR:
-.br
.in +2
\fBND_SET_BROADCAST\fR
@@ -303,7 +300,6 @@ The \fBnetdir_sperror()\fR function returns a string with an error message that
states the cause of a name-to-address mapping failure.
.SH RETURN VALUES
-.LP
The \fBnetdir_sperror()\fR function returns a pointer to a buffer which
contains the error message string. The buffer is overwritten on each call. In
multithreaded applications, this buffer is implemented as thread-specific
@@ -313,7 +309,6 @@ data.
The \fBnetdir_getbyname()\fR, \fBnetdir_getbyaddr()\fR, and \fBnetdir_options()\fR
functions return \fB0\fR on success and a non-zero value on failure.
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -328,6 +323,5 @@ MT-Level Safe
.TE
.SH SEE ALSO
-.LP
\fBgethostname\fR(3C), \fBgetnetconfig\fR(3NSL), \fBgetnetpath\fR(3NSL),
\fBnetconfig\fR(4), \fBattributes\fR(5)
diff --git a/usr/src/man/man4/ipf.4 b/usr/src/man/man4/ipf.4
index 9f00cc5a11..9fde984978 100644
--- a/usr/src/man/man4/ipf.4
+++ b/usr/src/man/man4/ipf.4
@@ -1,6 +1,6 @@
'\" te
.\" To view license terms, attribution, and copyright for IP Filter, the
-.\" default path is /usr/lib/ipf/IPFILTER.LICENCE. If the Illumos operating
+.\" default path is /usr/lib/ipf/IPFILTER.LICENCE. If the illumos operating
.\" environment has been installed anywhere other than the default, modify the
.\" given path to access the file at the installed location.
.\" Portions Copyright (c) 2015, Joyent, Inc.
@@ -8,7 +8,6 @@
.SH NAME
ipf, ipf.conf, ipf6.conf \- IP packet filter rule syntax
.SH DESCRIPTION
-.PP
A rule file for \fBipf\fP may have any name or even be stdin. As
\fBipfstat\fP produces parsable rules as output when displaying the internal
kernel filter lists, it is quite plausible to use its output to feed back
@@ -16,13 +15,11 @@ into \fBipf\fP. Thus, to remove all filters on input packets, the following
could be done:
.nf
-\fC# ipfstat \-i | ipf \-rf \-\fP
+# ipfstat \-i | ipf \-rf \-\fP
.fi
.SH GRAMMAR
-.PP
The format used by \fBipf\fP for construction of filtering rules can be
described using the following grammar in BNF:
-\fC
.nf
filter-rule = [ insert ] action in-out [ options ] [ tos ] [ ttl ]
[ proto ] ip [ group ].
@@ -115,7 +112,6 @@ This syntax is somewhat simplified for readability, some combinations
that match this grammar are disallowed by the software because they do
not make sense (such as tcp \fBflags\fP for non-TCP packets).
.SH FILTER RULES
-.PP
The "briefest" valid rules are (currently) no-ops and are of the form:
.nf
block in all
@@ -134,7 +130,6 @@ as the n'th entry in the current list. This is especially useful when
modifying and testing active filter rulesets. See \fBipf\fP(1M) for more
information.
.SH ACTIONS
-.PP
The action indicates what to do with the packet if it matches the rest
of the filter rule. Each rule MUST have an action. The following
actions are recognised:
@@ -210,7 +205,6 @@ outbound (transmitted or forwarded by the stack, and on its way to an
interface). There is a requirement that each filter rule explicitly
state which side of the I/O it is to be used on.
.SH OPTIONS
-.PP
The list of options is brief, and all are indeed optional. Where
options are used, they must be present in the order shown here. These
are the currently supported options:
@@ -269,7 +263,6 @@ construct a firewall that behaves transparently, like a filtering hub
or switch, rather than a router. The \fBfastroute\fP keyword is a
synonym for this option.
.SH MATCHING PARAMETERS
-.PP
The keywords described in this section are used to describe attributes
of the packet to be used when determining whether rules match or don't
match. The following general-purpose attributes are provided for
@@ -413,7 +406,6 @@ referred to by an abbreviation recognised by this language, or the numbers
with which they are associated can be used. The most important from
a security point of view is the ICMP redirect.
.SH KEEP HISTORY
-.PP
The second last parameter which can be set for a filter rule is whether or not
to record historical information for that packet, and what sort to keep. The
following information can be kept:
@@ -446,7 +438,6 @@ indicates that a new group (number n) should be created.
.B "group <n>"
indicates that the rule should be put in group (number n) rather than group 0.
.SH LOGGING
-.PP
When a packet is logged, with either the \fBlog\fP action or option,
the headers of the packet are written to the \fBipl\fP packet logging
pseudo-device. Immediately following the \fBlog\fP keyword, the
@@ -475,9 +466,7 @@ See ipl(4) for the format of records written
to this device. The ipmon(1M) program can be used to read and format
this log.
.SH EXAMPLES
-.PP
The \fBquick\fP option is good for rules such as:
-\fC
.nf
block in quick from any to any with ipopts
.fi
@@ -523,7 +512,6 @@ all inbound packets, we would do something like:
block in quick on lo0 all head 300
.fi
.PP
-
and to then allow ICMP packets in on le0, only, we would do:
.LP
.nf
diff --git a/usr/src/man/man5/epoll.5 b/usr/src/man/man5/epoll.5
index 860b2bb91f..1cf5d39947 100644
--- a/usr/src/man/man5/epoll.5
+++ b/usr/src/man/man5/epoll.5
@@ -4,7 +4,7 @@
.\" Common Development and Distribution License ("CDDL"), version 1.0.
.\" You may only use this file in accordance with the terms of version
.\" 1.0 of the CDDL.
-.\"
+.\"
.\" A full copy of the text of the CDDL should have accompanied this
.\" source. A copy of the CDDL is also available via the Internet at
.\" http://www.illumos.org/license/CDDL.
@@ -12,15 +12,11 @@
.SH NAME
epoll \- Linux-compatible I/O event notification facility
.SH SYNOPSIS
-
-.LP
.nf
#include <sys/epoll.h>
.fi
.SH DESCRIPTION
-.LP
-
\fBepoll\fR is a facility for efficient event-oriented I/O that has a
similar model to \fBpoll\fR(2), but does not necessitate rescanning a
set of file descriptors to wait for an event. \fBepoll\fR is of Linux
@@ -70,8 +66,6 @@ to waiting for events.
.sp
.SH NOTES
-.LP
-
The \fBepoll\fR facility is implemented
for purposes of offering compatibility to and portability of Linux-borne
applications; native applications should continue to prefer using event ports
@@ -102,7 +96,6 @@ will always result in no further
events being generated for that event description.
.SH SEE ALSO
-.LP
\fBepoll_create\fR(3C), \fBepoll_create1\fR(3C), \fBepoll_ctl\fR(3C),
\fBepoll_wait\fR(3C), \fBepoll_pwait\fR(3C),
\fBport_create\fR(3C), \fBport_associate\fR(3C), \fBport_dissociate\fR(3C),
diff --git a/usr/src/man/man5/threads.5 b/usr/src/man/man5/threads.5
index ddf0a2e51f..dea66af7b2 100644
--- a/usr/src/man/man5/threads.5
+++ b/usr/src/man/man5/threads.5
@@ -9,7 +9,6 @@
threads, pthreads \- POSIX pthreads, c11, and illumos threads concepts
.SH SYNOPSIS
.SS "POSIX"
-.LP
.nf
gcc -D_REENTRANT [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ]
.fi
@@ -20,7 +19,6 @@ gcc -D_REENTRANT [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ]
.fi
.SS "C11"
-.LP
.nf
gcc -std=c11 -D_REENTRANT [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ]
.fi
@@ -31,7 +29,6 @@ gcc -std=c11 -D_REENTRANT [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ]
.fi
.SS "illumos"
-.LP
.nf
gcc -D_REENTRANT [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ]
.fi
@@ -47,7 +44,6 @@ gcc -D_REENTRANT [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ]
.fi
.SH DESCRIPTION
-.LP
A thread is an independent source of execution within a process. Every process
is created with a single thread, which calls the
.B main
@@ -84,14 +80,12 @@ threads are an optional part of ISO C11 and may not exist on every ISO C11
platform. POSIX, C11, and illumos threads require different source and include
files. See \fBSYNOPSIS\fR.
.SS "Similarities"
-.LP
Most of the POSIX and illumos threading functions have counterparts with each
other. POSIX function names, with the exception of the semaphore names, have a
"\fBpthread\fR" prefix. Function names for similar POSIX and illumos functions
have similar endings. Typically, similar POSIX and illumos functions have the
same number and use of arguments.
.SS "Differences"
-.LP
POSIX pthreads and illumos threads differ in the following ways:
.RS +4
.TP
@@ -138,7 +132,6 @@ illumos threads implement daemon threads, for whose demise the process does not
wait.
.RE
.SS "Comparison to C11 Threads"
-.LP
C11 threads are not as functional as either POSIX or illumos threads. C11
threads only support intra-process locking and do not have any form of
readers/writer locking or semaphores. In general, POSIX threads will be more
@@ -155,7 +148,6 @@ platform are encouraged to use POSIX threads, unless a portability concern
dictates otherwise.
.SH FUNCTION COMPARISON
-.LP
The following table compares the POSIX pthreads, C11 threads, and illumos
threads functions. When a comparable interface is not available either in POSIX
pthreads, C11 threads or illumos threads, a hyphen (\fB-\fR) appears in the
@@ -336,7 +328,7 @@ l l l .
\fBsem_init()\fR \fBsema_init()\fR \fB-\fR
\fBsem_open()\fR \fB-\fR \fB-\fR
\fBsem_close()\fR \fB-\fR \fB-\fR
-\fBsem_wait()\fR \fBsema_wait()\ \fB-\fR
+\fBsem_wait()\fR \fBsema_wait()\fR \fB-\fR
\fBsem_trywait()\fR \fBsema_trywait()\fR \fB-\fR
\fBsem_post()\fR \fBsema_post()\fR \fB-\fR
\fBsem_getvalue()\fR \fB-\fR \fB-\fR
@@ -373,7 +365,6 @@ l l l .
.SH LOCKING
.SS "Synchronization"
-.LP
Multithreaded behavior is asynchronous, and therefore, optimized for
concurrent and parallel processing. As threads, always from within the same
process and sometimes from multiple processes, share global data with each
@@ -389,7 +380,6 @@ Synchronizing multiple threads diminishes their concurrency. The coarser the
grain of synchronization, that is, the larger the block of code that is locked,
the lesser the concurrency.
.SS "MT \fBfork()\fR"
-.LP
If a threads program calls \fBfork\fR(2), it implicitly calls \fBfork1\fR(2),
which replicates only the calling thread. Should there be any outstanding
mutexes throughout the process, the application should call
@@ -397,7 +387,6 @@ mutexes throughout the process, the application should call
\fBfork()\fR.
.SH SCHEDULING
.SS "POSIX Threads"
-.LP
illumos supports the following three POSIX scheduling policies:
.sp
.ne 2
@@ -468,16 +457,13 @@ described in \fBpriocntl\fR(2).
.RE
.SS "illumos Threads"
-.LP
Only scheduling policy supported is \fBSCHED_OTHER\fR, which is timesharing,
based on the \fBTS\fR scheduling class.
.SH ERRORS
-.LP
In a multithreaded application, \fBEINTR\fR can be returned from blocking
system calls when another thread calls \fBforkall\fR(2).
.SH USAGE
.SS "\fB-mt\fR compiler option"
-.LP
The \fB-mt\fR compiler option compiles and links for multithreaded code. It
compiles source files with \(mi\fBD_REENTRANT\fR and augments the set of
support libraries properly.
@@ -487,7 +473,6 @@ Users of other compilers such as gcc and clang should manually set
\(mi\fBD_REENTRANT\fR on the compilation line. There are no other libraries or
flags necessary.
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -502,7 +487,6 @@ MT-Level MT-Safe, Fork 1-Safe
.TE
.SH SEE ALSO
-.LP
\fBcrle\fR(1), \fBfork\fR(2), \fBpriocntl\fR(2), \fBlibpthread\fR(3LIB),
\fBlibrt\fR(3LIB), \fBlibthread\fR(3LIB), \fBpthread_atfork\fR(3C),
\fBpthread_create\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5)
diff --git a/usr/src/man/man7d/ipmi.7d b/usr/src/man/man7d/ipmi.7d
index bcf5e76758..43a9ead9d6 100644
--- a/usr/src/man/man7d/ipmi.7d
+++ b/usr/src/man/man7d/ipmi.7d
@@ -25,14 +25,11 @@
.SH NAME
ipmi \- OpenIPMI compatible IPMI interface driver
.SH SYNOPSIS
-.LP
.nf
\fB/dev/ipmi0\fR
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBipmi\fR device is a character special file that provides access to the
Intelligent Platform Management Interface for the system. For more
information on \fBIPMI\fR and to obtain a copy of the \fBIPMI\fR
@@ -42,12 +39,8 @@ The driver is adapted from the FreeBSD driver which is in turn adapted from
the Linux driver, however, not all features described in the standard are
supported. The current implementation depends on the \fBsmbios\fR(7d) to
discover the existence of an IPMI device.
-.sp
-.LP
.SH IOCTLS
-.sp
-.LP
Sending and receiving messages through the IPMI drivers requires the use of
\fBioctl\fR(2).
@@ -167,8 +160,6 @@ Unregister to receive a specific command
.RE
.SH SEE ALSO
-.sp
-.LP
\fBipmitool\fR(1), \fBioctl\fR(2), \fBsmbios\fR(7d)
.sp
.LP
@@ -176,6 +167,4 @@ Unregister to receive a specific command
Generation\fR, v2.0 \(em
June 12, 2009 Markup
.SH NOTES
-.sp
-.LP
Not all systems include an \fBIPMI\fR.
diff --git a/usr/src/man/man7fs/pcfs.7fs b/usr/src/man/man7fs/pcfs.7fs
index ec0d138591..519b073650 100644
--- a/usr/src/man/man7fs/pcfs.7fs
+++ b/usr/src/man/man7fs/pcfs.7fs
@@ -7,7 +7,6 @@
.SH NAME
pcfs \- FAT formatted file system
.SH SYNOPSIS
-.LP
.nf
#include <sys/param.h>
#include <sys/mount.h>
@@ -20,8 +19,6 @@ pcfs \- FAT formatted file system
.fi
.SH DESCRIPTION
-.sp
-.LP
\fBpcfs\fR is a file system type that enables direct access to files on
\fBFAT\fR formatted disks from within the SunOS operating system.
.sp
@@ -76,8 +73,6 @@ filesystem.
The FAT filesystem doesn't support multiple links. As a result, the link count
for all files and directories in \fBpcfs\fR is hard-coded as "1."
.SS "Mounting File Systems"
-.sp
-.LP
Use the following command to mount \fBpcfs\fR from diskette:
.sp
.in +2
@@ -212,8 +207,6 @@ mount \fB-F\fR pcfs /dev/dsk/c\fIN\fRt\fIN\fRd\fIN\fRs\fIN\fR /pcfs
.sp
.SS "Conventions"
-.sp
-.LP
Files and directories created through \fBpcfs\fR must comply with either the
\fBFAT\fR short file name convention or the long file name convention
introduced with Windows 95. The \fBFAT\fR short file name convention is of the
@@ -260,8 +253,6 @@ To format a diskette or a \fBPCMCIA\fR pseudo-floppy memory card in \fBFAT\fR
format in the SunOS system, use either the \fBfdformat\fR \fB-d\fR or the
\fBDOS\fR \fBFORMAT\fR command.
.SS "Boot Partitions"
-.sp
-.LP
On x86 systems, hard drives may contain an \fBfdisk\fR partition reserved for
the Solaris boot utilities. These partitions are special instances of
\fBpcfs\fR. You can mount an x86 boot partition with the command:
@@ -307,7 +298,6 @@ hard disk (\fB/dev/dsk/c\fIN\fRt\fIN\fRd\fIN\fRp0\fR)
All files on a boot partition are owned by super-user. Only the super-user may
create, delete, or modify files on a boot partition.
.SH EXAMPLES
-.LP
\fBExample 1 \fRSample Displays of File Names
.sp
.LP
@@ -320,7 +310,6 @@ it displays as \fBfinancial.data\fR in \fBpcfs\fR, but may show up as
The following are legal long file names. They are also \fBillegal\fR short file
names:
-.br
.in +2
\fBtest.sh.orig\fR
.in -2
@@ -336,7 +325,6 @@ names:
.LP
Other systems that do not support long file names may see:
-.br
.in +2
\fBTESTSH~1.ORI\fR
.in -2
@@ -354,7 +342,6 @@ The short file name is generated from the initial characters of the long file
name, so differentiate names in the first few characters. For example, these
names:
-.br
.in +2
\fBWorkReport.January.Data\fR
.in -2
@@ -370,7 +357,6 @@ names:
.LP
result in these short names, which are not distinguishable:
-.br
.in +2
\fBWORKRE~1.DAT\fR
.in -2
@@ -386,7 +372,6 @@ result in these short names, which are not distinguishable:
.LP
These names, however:
-.br
.in +2
\fBJanuary.WorkReport.Data\fR
.in -2
@@ -402,7 +387,6 @@ These names, however:
.LP
result in the more descriptive short names:
-.br
.in +2
\fBJANUAR~1.DAT\fR
.in -2
@@ -415,7 +399,6 @@ result in the more descriptive short names:
\fBMARCHW~1.DAT\fR
.in -2
.SH FILES
-.sp
.ne 2
.na
\fB\fB/usr/lib/fs/pcfs/mount\fR\fR
@@ -434,20 +417,14 @@ result in the more descriptive short names:
.RE
.SH ENVIRONMENT VARIABLES
-.sp
-.LP
See \fBenviron\fR(5) for descriptions of the following environment variables
for the current locale setting: LANG, LC_ALL, LC_CTYPE, and LC_COLLATE.
.SH SEE ALSO
-.sp
-.LP
\fBchgrp\fR(1), \fBchown\fR(1), \fBdos2unix\fR(1), \fBeject\fR(1),
\fBfdformat\fR(1), \fBunix2dos\fR(1), \fBvolcheck\fR(1), \fBmount\fR(1M),
\fBmount_pcfs\fR(1M), \fBumount\fR(1M), \fBctime\fR(3C), \fBvfstab\fR(4),
\fBenviron\fR(5), \fBpcmem\fR(7D)
.SH WARNINGS
-.sp
-.LP
Do not physically eject a \fBFAT\fR floppy while the device is mounted as
\fBpcfs\fR. If Volume Management is managing a device, use the \fBeject\fR(1)
command before physically removing media.
@@ -462,8 +439,6 @@ files, \fBchown\fR(1) or \fBchgrp\fR(1) may generate various errors. This is a
limitation of \fBpcfs\fR, but it should not cause problems other than error
messages.
.SH NOTES
-.sp
-.LP
Only the following characters are allowed in \fBpcfs\fR short file names and
extensions:
.br
@@ -508,8 +483,6 @@ created, \fBpcfs\fR expects that such file names are in UTF-8. This feature
increases the interoperability of \fBpcfs\fR on Solaris with other operating
systems.
.SH BUGS
-.sp
-.LP
\fBpcfs\fR should handle the disk change condition in the same way that
\fBDOS\fR does, so you do not need to unmount the file system to change
floppies.
diff --git a/usr/src/man/man7i/prnio.7i b/usr/src/man/man7i/prnio.7i
index 30d4d4b9ce..d51ea8d8df 100644
--- a/usr/src/man/man7i/prnio.7i
+++ b/usr/src/man/man7i/prnio.7i
@@ -8,14 +8,11 @@
.SH NAME
prnio \- generic printer interface
.SH SYNOPSIS
-.LP
.nf
\fB#include <sys/prnio.h>\fR
.fi
.SH DESCRIPTION
-.sp
-.LP
The \fBprnio\fR generic printer interface defines ioctl commands and data
structures for printer device drivers.
.sp
@@ -84,7 +81,6 @@ The Abort phase is accomplished by interrupting the \fBwrite\fR(2) and
\fBread\fR(2) system calls. The application can perform some additional cleanup
during the Abort phase as described in \fBPRNIOC_GET_IFCAP\fR section.
.SH IOCTLS
-.sp
.ne 2
.na
\fB\fBPRNIOC_GET_IFCAP\fR\fR
@@ -271,7 +267,6 @@ argument is a pointer to \fBuint_t\fR, where the status word is returned.
Status is a combination of the following bits:
.RE
-.br
.in +2
\fBPRN_ONLINE\fR - For devices that support \fBPRN_HOTPLUG\fR capability,
this bit is set when the device is online, otherwise the device is offline.
@@ -347,8 +342,6 @@ only valid for drivers that support \fBPRN_TIMEOUTS\fR capability.
.RE
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -365,8 +358,6 @@ Interface Stability Evolving
.TE
.SH SEE ALSO
-.sp
-.LP
\fBclose\fR(2), \fBioctl\fR(2), \fBread\fR(2), \fBwrite\fR(2),
\fBattributes\fR(5), \fBecpp\fR(7D), \fBusbprn\fR(7D), \fBlp\fR(7D)
.sp