diff options
author | Cody Peter Mello <cody.mello@joyent.com> | 2016-03-24 00:46:42 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-06-20 21:46:44 -0700 |
commit | f3a07f941f1be263a48a040c059edbcb722cf436 (patch) | |
tree | fff9199a9afa56c93094f7136e54a61148e5a6f5 /usr/src | |
parent | 1b2031a95889aea96be6af55dcf31a0d5ffdfed9 (diff) | |
download | illumos-joyent-f3a07f941f1be263a48a040c059edbcb722cf436.tar.gz |
4712 Prefer 'parsable' over 'parseable' in the manual pages
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man1/cputrack.1 | 8 | ||||
-rw-r--r-- | usr/src/man/man1/elfsign.1 | 2 | ||||
-rw-r--r-- | usr/src/man/man1/prctl.1 | 10 | ||||
-rw-r--r-- | usr/src/man/man1m/cpustat.1m | 9 | ||||
-rw-r--r-- | usr/src/man/man1m/dladm.1m | 82 | ||||
-rw-r--r-- | usr/src/man/man1m/flowadm.1m | 17 | ||||
-rw-r--r-- | usr/src/man/man1m/ipmpstat.1m | 18 | ||||
-rw-r--r-- | usr/src/man/man1m/kstat.1m | 12 | ||||
-rw-r--r-- | usr/src/man/man1m/routeadm.1m | 8 | ||||
-rw-r--r-- | usr/src/tools/onbld/Checks/SpellCheck.py | 1 |
10 files changed, 59 insertions, 108 deletions
diff --git a/usr/src/man/man1/cputrack.1 b/usr/src/man/man1/cputrack.1 index 24afa6ae21..ab1dd45d49 100644 --- a/usr/src/man/man1/cputrack.1 +++ b/usr/src/man/man1/cputrack.1 @@ -25,7 +25,6 @@ cputrack \- monitor process and LWP behavior using CPU performance counters .fi .SH DESCRIPTION -.sp .LP The \fBcputrack\fR utility allows \fBCPU\fR performance counters to be used to monitor the behavior of a process or family of processes running on the system. @@ -43,7 +42,6 @@ Because \fBcputrack\fR is an unprivileged program, it is subject to the same restrictions that apply to \fBtruss\fR(1). For example, \fBsetuid\fR(2) executables cannot be tracked. .SH OPTIONS -.sp .LP The following options are supported: .sp @@ -189,7 +187,6 @@ Enables more verbose output. .RE .SH USAGE -.sp .LP The operating system enforces certain restrictions on the tracing of processes. In particular, a command whose object file cannot be read by a user cannot be @@ -234,7 +231,7 @@ user and system modes, regardless of the settings applied to the performance counter registers. .sp .LP -The output of \fBcputrack\fR is designed to be readily parseable by +The output of \fBcputrack\fR is designed to be readily parsable by \fBnawk\fR(1) and \fBperl\fR(1), thereby allowing performance tools to be composed by embedding \fBcputrack\fR in scripts. Alternatively, tools may be constructed directly using the same \fBAPI\fRs that \fBcputrack\fR is built @@ -366,7 +363,6 @@ example% \fBcputrack -c ITLB_reference,emask=1 date\fR .sp .SH WARNINGS -.sp .LP By running any instance of the \fBcpustat\fR(1M) utility, all existing performance counter context is forcibly invalidated across the machine. This @@ -394,7 +390,6 @@ the problem and possible solutions. If a short interval is requested, \fBcputrack\fR may not be able to keep up with the desired sample rate. In this case, some samples may be dropped. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -409,7 +404,6 @@ Interface Stability Evolving .TE .SH SEE ALSO -.sp .LP \fBnawk\fR(1), \fBperl\fR(1), \fBproc\fR(1), \fBtruss\fR(1), \fBprstat\fR(1M), \fBcpustat\fR(1M), \fBexec\fR(2), \fBexit\fR(2), \fBfork\fR(2), diff --git a/usr/src/man/man1/elfsign.1 b/usr/src/man/man1/elfsign.1 index 993909053d..dc74316816 100644 --- a/usr/src/man/man1/elfsign.1 +++ b/usr/src/man/man1/elfsign.1 @@ -285,7 +285,7 @@ It is an error to specify both the \fB-T\fR and \fB-k\fR options. .RS 4n Requests more detailed information. The additional output includes the signer and, if the signature format contains it, the time the object was signed. This -is not stable parseable output. +is not stable parsable output. .RE .SH OPERANDS diff --git a/usr/src/man/man1/prctl.1 b/usr/src/man/man1/prctl.1 index 3f1f19fa2a..0e117a510b 100644 --- a/usr/src/man/man1/prctl.1 +++ b/usr/src/man/man1/prctl.1 @@ -16,7 +16,6 @@ projects .fi .SH DESCRIPTION -.sp .LP The \fBprctl\fR utility allows the examination and modification of the resource controls associated with an active process, task, or project on the system. It @@ -27,7 +26,6 @@ the specified entity. See \fBresource_controls\fR(5) for a description of the resource controls supported in the current release of the Solaris operating system. .SH OPTIONS -.sp .LP The following options are supported: .sp @@ -238,7 +236,6 @@ If none of the \fB-s\fR, \fB-r\fR, \fB-x\fR, \fB-v\fR, \fB-d\fR, or \fB-e\fR options are specified, the invocation is considered a get operation. Otherwise, it is considered a modify operation. .SH OPERANDS -.sp .LP The following operand is supported: .sp @@ -497,7 +494,6 @@ The cap can be lowered to 50% using: .sp .SH EXIT STATUS -.sp .LP The following exit values are returned: .sp @@ -528,7 +524,6 @@ Invalid command line options were specified. .RE .SH FILES -.sp .ne 2 .na \fB\fB/proc/pid/*\fR\fR @@ -538,7 +533,6 @@ Process information and control files .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -556,15 +550,13 @@ Interface Stability See below. .sp .LP The command-line syntax is Committed. The human-readable output is Uncommitted. -The parseable output is Committed. +The parsable output is Committed. .SH SEE ALSO -.sp .LP \fBrctladm\fR(1M), \fBzonecfg\fR(1M), \fBsetrctl\fR(2), \fBrctlblk_get_local_action\fR(3C), \fBproject\fR(4), \fBattributes\fR(5), \fBresource_controls\fR(5) .SH NOTES -.sp .LP The valid signals that can be set on a resource control block allowing local actions are \fBSIGABRT\fR, \fBSIGXRES\fR, \fBSIGHUP\fR, \fBSIGSTOP\fR, diff --git a/usr/src/man/man1m/cpustat.1m b/usr/src/man/man1m/cpustat.1m index 53b93865dd..3ec2265bde 100644 --- a/usr/src/man/man1m/cpustat.1m +++ b/usr/src/man/man1m/cpustat.1m @@ -16,7 +16,6 @@ cpustat \- monitor system behavior using CPU performance counters .fi .SH DESCRIPTION -.sp .LP The \fBcpustat\fR utility allows \fBCPU\fR performance counters to be used to monitor the overall behavior of the \fBCPU\fRs in the system. @@ -28,7 +27,6 @@ statistics are repeated \fIcount\fR times. If neither are specified, an interval of five seconds is used, and there is no limit to the number of samples that are taken. .SH OPTIONS -.sp .LP The following options are supported: .sp @@ -157,7 +155,6 @@ current architecture. .RE .SH USAGE -.sp .LP A closely related utility, \fBcputrack\fR(1), can be used to monitor the behavior of individual applications with little or no interference from other @@ -195,7 +192,7 @@ processor clock cycles. If such an event is of interest, sampling should occur frequently so that less than 4 billion clock cycles can occur between samples. .sp .LP -The output of cpustat is designed to be readily parseable by \fBnawk\fR(1) and +The output of cpustat is designed to be readily parsable by \fBnawk\fR(1) and \fBperl\fR(1), thereby allowing performance tools to be composed by embedding \fBcpustat\fR in scripts. Alternatively, tools can be constructed directly using the same \fBAPI\fRs that \fBcpustat\fR is built upon using the facilities @@ -295,7 +292,6 @@ cpustat -c \e .sp .SH WARNINGS -.sp .LP By running the \fBcpustat\fR command, the super-user forcibly invalidates all existing performance counter context. This can in turn cause all invocations of @@ -323,7 +319,6 @@ the problem and possible solutions. If a short interval is requested, \fBcpustat\fR might not be able to keep up with the desired sample rate. In this case, some samples might be dropped. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -339,14 +334,12 @@ Interface Stability Evolving .TE .SH SEE ALSO -.sp .LP \fBcputrack\fR(1), \fBnawk\fR(1), \fBperl\fR(1), \fBiostat\fR(1M), \fBprstat\fR(1M), \fBpsrset\fR(1M), \fBvmstat\fR(1M), \fBcpc\fR(3CPC), \fBcpc_open\fR(3CPC), \fBcpc_bind_cpu\fR(3CPC), \fBgethrtime\fR(3C), \fBstrtoll\fR(3C), \fBlibcpc\fR(3LIB), \fBattributes\fR(5) .SH NOTES -.sp .LP When \fBcpustat\fR is run on a Pentium 4 with HyperThreading enabled, a CPC set is bound to only one logical CPU of each physical CPU. See diff --git a/usr/src/man/man1m/dladm.1m b/usr/src/man/man1m/dladm.1m index 4d46f45cf3..63ae57bbeb 100644 --- a/usr/src/man/man1m/dladm.1m +++ b/usr/src/man/man1m/dladm.1m @@ -524,12 +524,12 @@ Number of output errors. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. The \fB-o\fR option is -required with \fB-p\fR. See "Parseable Output Format", below. +Display using a stable machine-parsable format. The \fB-o\fR option is +required with \fB-p\fR. See "Parsable Output Format", below. .RE .sp @@ -811,12 +811,12 @@ The name of the physical device under this link. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. The \fB-o\fR option is -required with \fB-p\fR. See "Parseable Output Format", below. +Display using a stable machine-parsable format. The \fB-o\fR option is +required with \fB-p\fR. See "Parsable Output Format", below. .RE .sp @@ -1487,12 +1487,12 @@ fields listed under \fB-L\fR, above, can be used with \fB-o\fR. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. The \fB-o\fR option is -required with \fB-p\fR. See "Parseable Output Format", below. +Display using a stable machine-parsable format. The \fB-o\fR option is +required with \fB-p\fR. See "Parsable Output Format", below. .RE .sp @@ -1802,7 +1802,7 @@ links. This option cannot be used with the \fB-f\fR and \fB-t\fR options. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n @@ -2604,12 +2604,12 @@ Additional flags might be defined in the future. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. The \fB-o\fR option is -required with \fB-p\fR. See "Parseable Output Format", below. +Display using a stable machine-parsable format. The \fB-o\fR option is +required with \fB-p\fR. See "Parsable Output Format", below. .RE .sp @@ -2739,12 +2739,12 @@ Either \fBbss\fR for \fBBSS\fR (infrastructure) networks, or \fBibss\fR for .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. The \fB-o\fR option is -required with \fB-p\fR. See "Parseable Output Format", below. +Display using a stable machine-parsable format. The \fB-o\fR option is +required with \fB-p\fR. See "Parsable Output Format", below. .RE .RE @@ -3051,12 +3051,12 @@ displayed. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Displays using a stable machine-parseable format. The \fB-o\fR option is -required with \fB-p\fR. See "Parseable Output Format", below. +Displays using a stable machine-parsable format. The \fB-o\fR option is +required with \fB-p\fR. See "Parsable Output Format", below. .RE .RE @@ -3169,12 +3169,12 @@ By default, all fields except \fBREM_FAULT\fR are displayed for the "current" .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Displays using a stable machine-parseable format. The \fB-o\fR option is -required with \fB-p\fR. See "Parseable Output Format", below. +Displays using a stable machine-parsable format. The \fB-o\fR option is +required with \fB-p\fR. See "Parsable Output Format", below. .RE .sp @@ -3390,12 +3390,12 @@ driver man page for details. .sp .ne 2 .na -\fB\fB-c\fR, \fB--parseable\fR\fR +\fB\fB-c\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. The \fB-o\fR option is -required with this option. See "Parseable Output Format", below. +Display using a stable machine-parsable format. The \fB-o\fR option is +required with this option. See "Parsable Output Format", below. .RE .sp @@ -3575,12 +3575,12 @@ The class of the secure object. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. The \fB-o\fR option is -required with \fB-p\fR. See "Parseable Output Format", below. +Display using a stable machine-parsable format. The \fB-o\fR option is +required with \fB-p\fR. See "Parsable Output Format", below. .RE .sp @@ -3854,12 +3854,12 @@ A factory MAC address used by the VNIC. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. The \fB-o\fR option is -required with \fB-p\fR. See "Parseable Output Format", below. +Display using a stable machine-parsable format. The \fB-o\fR option is +required with \fB-p\fR. See "Parsable Output Format", below. .RE .sp @@ -4212,12 +4212,12 @@ Display the persistent IP tunnel configuration. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. The -o option is required with --p. See "Parseable Output Format", below. +Display using a stable machine-parsable format. The -o option is required with +-p. See "Parsable Output Format", below. .RE .sp @@ -4403,10 +4403,10 @@ display network usage for all links. .RE -.SS "Parseable Output Format" +.SS "Parsable Output Format" .LP Many \fBdladm\fR subcommands have an option that displays output in a -machine-parseable format. The output format is one or more lines of colon +machine-parsable format. The output format is one or more lines of colon (\fB:\fR) delimited fields. The fields displayed are specific to the subcommand used and are listed under the entry for the \fB-o\fR option for a given subcommand. Output includes only those fields requested by means of the @@ -4415,7 +4415,7 @@ subcommand. Output includes only those fields requested by means of the .LP When you request multiple fields, any literal colon characters are escaped by a backslash (\fB\e\fR) before being output. Similarly, literal backslash -characters will also be escaped (\fB\e\e\fR). This escape format is parseable +characters will also be escaped (\fB\e\e\fR). This escape format is parsable by using shell \fBread\fR(1) functions with the environment variable \fBIFS=:\fR (see \fBEXAMPLES\fR, below). Note that escaping is not done when you request only a single field. @@ -4429,7 +4429,7 @@ The following general link properties are supported: .ad .sp .6 .RS 4n -A comma-seperated list of IP addresses that are allowed on the interface. +A comma-separated list of IP addresses that are allowed on the interface. .sp An address in CIDR format with no host address specified is used to indicate that any address on that subnet is allowed (e.g. 192.168.10.0/24 means any @@ -4893,7 +4893,7 @@ capabilities allowed by the device and the link partner. .ad .sp .6 .RS 4n -A comma-seperated list of additional MAC addresses that are allowed on the +A comma-separated list of additional MAC addresses that are allowed on the interface. .RE @@ -5145,7 +5145,7 @@ hardware (\fBbge0\fR in this case) has been removed: .sp .LP -\fBExample 10 \fRUsing Parseable Output to Capture a Single Field +\fBExample 10 \fRUsing Parsable Output to Capture a Single Field .sp .LP The following assignment saves the MTU of link \fBnet0\fR to a variable named @@ -5160,7 +5160,7 @@ The following assignment saves the MTU of link \fBnet0\fR to a variable named .sp .LP -\fBExample 11 \fRUsing Parseable Output to Iterate over Links +\fBExample 11 \fRUsing Parsable Output to Iterate over Links .sp .LP The following script displays the state of each link on the system. diff --git a/usr/src/man/man1m/flowadm.1m b/usr/src/man/man1m/flowadm.1m index 605833c0ef..5eca181426 100644 --- a/usr/src/man/man1m/flowadm.1m +++ b/usr/src/man/man1m/flowadm.1m @@ -36,7 +36,6 @@ services, containers, and virtual machines .fi .SH DESCRIPTION -.sp .LP The \fBflowadm\fR command is used to create, modify, remove, and show networking bandwidth and associated resources for a type of traffic on a @@ -161,11 +160,11 @@ header. .sp .ne 2 .na -\fB\fB-p\fR, \fB--parseable\fR\fR +\fB\fB-p\fR, \fB--parsable\fR\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. +Display using a stable machine-parsable format. .RE .sp @@ -506,11 +505,11 @@ Flow properties are documented in the "Flow Properties" section, below. .sp .ne 2 .na -\fB\fB-c\fR, \fB--parseable\fR\fR +\fB\fB-c\fR .ad .sp .6 .RS 4n -Display using a stable machine-parseable format. +Display using a stable machine-parsable format. .RE .sp @@ -628,7 +627,6 @@ Otherwise, display network usage from all flows. .RE .SS "Flow Attributes" -.sp .LP The flow operand that identify a flow in a \fBflowadm\fR command is a comma-separated list of one or more keyword, value pairs from the list below. @@ -719,11 +717,9 @@ dsfield=\fIval\fR[:\fIdsfield_mask\fR] On a given link, the combinations above are mutually exclusive. An attempt to create flows of different combinations will fail. .SS "Restrictions" -.sp .LP There are individual flow restrictions and flow restrictions per zone. .SS "Individual Flow Restrictions" -.sp .LP Restrictions on individual flows do not require knowledge of other flows that have been added to the link. @@ -770,13 +766,11 @@ flow16\fR .sp .SS "Flow Restrictions Per Zone" -.sp .LP Within a zone, no two flows can have the same name. After adding a flow with the link specified, the link will not be required for display, modification, or deletion of the flow. .SS "Flow Properties" -.sp .LP The following flow properties are supported. Note that the ability to set a given property to a given value depends on the driver and hardware. @@ -976,7 +970,6 @@ Output the same information as above as a plotfile: .sp .SH EXIT STATUS -.sp .ne 2 .na \fB\fB0\fR\fR @@ -997,7 +990,6 @@ An error occurred. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -1013,7 +1005,6 @@ Interface Stability Committed .TE .SH SEE ALSO -.sp .LP \fBacctadm\fR(1M), \fBdladm\fR(1M), \fBifconfig\fR(1M), \fBprstat\fR(1M), \fBroute\fR(1M), \fBattributes\fR(5), \fBdlpi\fR(7P) diff --git a/usr/src/man/man1m/ipmpstat.1m b/usr/src/man/man1m/ipmpstat.1m index 45e0d917f0..6a9d793c4d 100644 --- a/usr/src/man/man1m/ipmpstat.1m +++ b/usr/src/man/man1m/ipmpstat.1m @@ -13,19 +13,17 @@ ipmpstat \- display IPMP subsystem status .fi .SH DESCRIPTION -.sp .LP The \fBipmpstat\fR command concisely displays information about the IPMP subsystem. It supports five different output modes, each of which provides a different view of the IPMP subsystem (address, group, interface, probe, and target), described below. At most one output mode may be specified per invocation, and the displayed information is guaranteed to be self-consistent. -It also provides a parseable output format which may be used by scripts to +It also provides a parsable output format which may be used by scripts to examine the state of the IPMP subsystem. Only basic privileges are needed to invoke \fBipmpstat\fR, with the exception of probe mode which requires all privileges. .SH OPTIONS -.sp .LP The following options are supported: .sp @@ -109,13 +107,12 @@ Display IPMP target information ("target" output mode). .ad .sp .6 .RS 4n -Display using a machine-parseable format, described below. If this option is +Display using a machine-parsable format, described below. If this option is specified, an explicit list of fields must be specified using the \fB-o\fR option. .RE .SH OUTPUT MODES -.sp .LP The \fBipmpstat\fR utility supports the output modes listed below. Note that these modes map to some of the options described above. @@ -765,7 +762,6 @@ If \fB-o\fR is not specified, all output fields are displayed. .RE .SH OUTPUT FORMAT -.sp .LP By default, \fBipmpstat\fR uses a human-friendly tabular format for its output modes, where each row contains one or more fields of information about a given @@ -778,8 +774,8 @@ displayed as "\fB?\fR" and a diagnostic message will be output to standard error. .sp .LP -Machine-parseable format also uses a tabular format, but is designed to be -efficient to programmatically parse. Specifically, machine-parseable format +Machine-parsable format also uses a tabular format, but is designed to be +efficient to programmatically parse. Specifically, machine-parsable format differs from human-friendly format in the following ways: .RS +4 .TP @@ -813,7 +809,7 @@ If multiple fields are requested, and a literal \fB:\fR or a backslash \fBExample 1 \fRObtaining Failure Detection Time of a Specific Interface .sp .LP -The following code uses the machine-parseable output format to create a +The following code uses the machine-parsable output format to create a \fBksh\fR function that outputs the failure detection time of a given IPMP IP interface: @@ -830,7 +826,6 @@ interface: .sp .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -847,7 +842,7 @@ ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Committed _ -Machine-Parseable Format Committed +Machine-Parsable Format Committed _ Human-Friendly Format Not-an-Interface .TE @@ -856,7 +851,6 @@ Human-Friendly Format Not-an-Interface .LP \fB/sbin/ipmpstat\fR is not a Committed interface. .SH SEE ALSO -.sp .LP \fBif_mpadm\fR(1M), \fBifconfig\fR(1M), \fBin.mpathd\fR(1M), \fBattributes\fR(5) diff --git a/usr/src/man/man1m/kstat.1m b/usr/src/man/man1m/kstat.1m index 8bc6a751df..8983df7266 100644 --- a/usr/src/man/man1m/kstat.1m +++ b/usr/src/man/man1m/kstat.1m @@ -22,7 +22,6 @@ kstat \- display kernel statistics .fi .SH DESCRIPTION -.sp .LP The \fBkstat\fR utility examines the available kernel statistics, or kstats, on the system and reports those statistics which match the criteria specified on @@ -50,7 +49,6 @@ When invoked without any module operands or options, kstat will match all defined statistics on the system. Example invocations are provided below. All times are displayed as fractional seconds since system boot. .SH OPTIONS -.sp .LP The tests specified by the following options are logically ANDed, and all matching kstats will be selected. A regular expression containing shell @@ -67,7 +65,7 @@ enclosed in '/' characters. \fB\fB-C\fR\fR .ad .RS 16n -Displays output in parseable format with a colon as separator. +Displays output in parsable format with a colon as separator. .RE .sp @@ -131,7 +129,7 @@ Displays only kstats that match the specified name. \fB\fB-p\fR\fR .ad .RS 16n -Displays output in parseable format. All example output in this document is +Displays output in parsable format. All example output in this document is given in this format. If this option is not specified, \fBkstat\fR produces output in a human-readable, table format. .RE @@ -167,7 +165,6 @@ format (\fBd\fR) or as an alphanumeric representation of the value returned by .RE .SH OPERANDS -.sp .LP The following operands are supported: .sp @@ -206,7 +203,6 @@ The number of reports to be printed. .RE .SH EXAMPLES -.sp .LP In the following examples, all the command lines in a block produce the same output, as shown immediately below. The exact statistics and values will of @@ -327,7 +323,6 @@ unix:0:system_misc:avenrun_5min 18 .sp .SH EXIT STATUS -.sp .LP The following exit values are returned: .sp @@ -367,7 +362,6 @@ A fatal error occurred. .RE .SH FILES -.sp .ne 2 .na \fB\fB/dev/kstat\fR\fR @@ -377,13 +371,11 @@ kernel statistics driver .RE .SH SEE ALSO -.sp .LP \fBdate\fR(1), \fBsh\fR(1), \fBtime\fR(2), \fBgmatch\fR(3GEN), \fBkstat\fR(3KSTAT), \fBattributes\fR(5), \fBregex\fR(5), \fBkstat\fR(7D), \fBsd\fR(7D), \fBkstat\fR(9S) .SH NOTES -.sp .LP If the pattern argument contains glob or RE metacharacters which are also shell metacharacters, it will be necessary to enclose the pattern with diff --git a/usr/src/man/man1m/routeadm.1m b/usr/src/man/man1m/routeadm.1m index 2a76f4091a..66e43c8177 100644 --- a/usr/src/man/man1m/routeadm.1m +++ b/usr/src/man/man1m/routeadm.1m @@ -34,7 +34,6 @@ routeadm \- IP forwarding and routing configuration .fi .SH DESCRIPTION -.sp .LP The \fBrouteadm\fR command is used to administer system-wide configuration for IP forwarding and routing. IP forwarding is the passing of IP packets from one @@ -80,7 +79,6 @@ service as appropriate. This conversion process occurs when you issue an enable .LP The first usage, in the SYNOPSIS above, reports the current configuration. .SH OPTIONS -.sp .LP The following command-line options are supported: .sp @@ -90,7 +88,7 @@ The following command-line options are supported: .ad .sp .6 .RS 4n -Print the configuration in parseable format. If \fIoption\fR is specified, only +Print the configuration in parsable format. If \fIoption\fR is specified, only the configuration for the specified option or variable is displayed. .RE @@ -501,7 +499,6 @@ See \fBin.routed\fR(1M) for details of property names and how they relate to daemon behavior. .SH EXIT STATUS -.sp .LP The following exit values are returned: .sp @@ -523,7 +520,6 @@ An error occurred while obtaining or modifying the system configuration. .RE .SH FILES -.sp .ne 2 .na \fB\fB/etc/inet/routing.conf\fR\fR @@ -533,7 +529,6 @@ Parameters for IP forwarding and routing. (Not to be edited.) .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -549,7 +544,6 @@ Interface Stability Stable .TE .SH SEE ALSO -.sp .LP \fBifconfig\fR(1M), \fBin.routed\fR(1M), \fBsvcadm\fR(1M), \fBgateways\fR(4), \fBattributes\fR(5), \fBsmf\fR(5) diff --git a/usr/src/tools/onbld/Checks/SpellCheck.py b/usr/src/tools/onbld/Checks/SpellCheck.py index 13ab16c7c2..8923b41818 100644 --- a/usr/src/tools/onbld/Checks/SpellCheck.py +++ b/usr/src/tools/onbld/Checks/SpellCheck.py @@ -242,6 +242,7 @@ misspellings = { } alternates = { + 'parseable': 'parsable', 'sub-command': 'subcommand', 'sub-commands': 'subcommands', 'writeable': 'writable' |