Skip to content

Commit

Permalink
OS-4711 upper case man section references
Browse files Browse the repository at this point in the history
Reviewed by: Dave Eddy <dave@daveeddy.com>
  • Loading branch information
AlainODea authored and bahamas10 committed Sep 5, 2015
1 parent be56e53 commit d5dab2a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions man/src/sysinfo.1m.md
@@ -1,4 +1,4 @@
# sysinfo(1m) -- Output information about this SmartOS system.
# sysinfo(1M) -- Output information about this SmartOS system.

## SYNOPSIS

Expand Down Expand Up @@ -238,5 +238,5 @@ making changes.

## SEE ALSO

dladm(1m), hostname(1), ifconfig(1m), prtconf(1m), psrinfo(1m), smbios(1m), uname(1), zfs(1m), zpool(1m)
dladm(1M), hostname(1), ifconfig(1M), prtconf(1M), psrinfo(1M), smbios(1M), uname(1), zfs(1M), zpool(1M)

4 changes: 2 additions & 2 deletions man/src/ziostat.1m.md
@@ -1,4 +1,4 @@
ziostat(1m) -- Report ZFS read I/O activity
ziostat(1M) -- Report ZFS read I/O activity
=============================================

## SYNOPSIS
Expand Down Expand Up @@ -63,7 +63,7 @@ Specifies the number of intervals to report. Defaults to
unlimited if not specified.

## SEE ALSO
iostat(1m), vfsstat(1m), mpstat(1m)
iostat(1M), vfsstat(1M), mpstat(1M)

## NOTES

Expand Down
10 changes: 5 additions & 5 deletions man/src/zonestat.1.md
Expand Up @@ -258,7 +258,7 @@ interval
Specifies the length in seconds to pause between each
interval report. An interval of "default" will use the
configured interval of the zones monitoring service
(see zonestatd(1m).
(see zonestatd(1M).

Interval is required. An interval of zero is not
permitted. The interval can be specified as
Expand Down Expand Up @@ -346,7 +346,7 @@ The following list defines the column heading of the command output:
The amount of cpu uses as a percentage of the total cpu in
a processor-set to which the zone is bound. A zone can only
have processes bound to multiple processor sets if it is the
global zone, or if psrset(1m) psets are used. If multiple
global zone, or if psrset(1M) psets are used. If multiple
binding are found for a zone, it's %PART will be the fraction
used of all bound psets. For [total] and [system],
%PART is the percent used of all cpus on the system.
Expand Down Expand Up @@ -453,9 +453,9 @@ Command invocation and parsable output is Committed. Human
readable output (default output) is uncommitted.

## SEE ALSO
date(1), zonestatd(1m), libzonestat(3lib), zonecfg(1m), zoneadm(1m),
zones(5), poolcfg(1m), pooladm(1m), prctl(1m), privileges(5),
rcapadm(1m), resource_controls(5), timezone(4)
date(1), zonestatd(1M), libzonestat(3LIB), zonecfg(1M), zoneadm(1M),
zones(5), poolcfg(1M), pooladm(1M), prctl(1M), privileges(5),
rcapadm(1M), resource_controls(5), timezone(4)

## NOTES
The zonestat utility depends on the zones monitoring service:
Expand Down
10 changes: 5 additions & 5 deletions man/src/zonestatd.1m.md
@@ -1,4 +1,4 @@
zonestatd(1m) -- zones monitoring daemon
zonestatd(1M) -- zones monitoring daemon
========================================

## SYNOPSIS
Expand Down Expand Up @@ -35,8 +35,8 @@ zonestatd(1m) -- zones monitoring daemon
|_____________________________|_____________________________|

## SEE ALSO
zonestat(1), smf(5), zones(5), poolcfg(1m), pooladm(1m), prctl(1m),
rcapadm(1m), acctadm(1m)
zonestat(1), smf(5), zones(5), poolcfg(1M), pooladm(1M), prctl(1M),
rcapadm(1M), acctadm(1M)

## NOTES
The zonestat service is managed by the service management
Expand All @@ -54,7 +54,7 @@ zonestatd(1m) -- zones monitoring daemon
config/sample_interval

This property sets the zonestatd sample interval. This is the
interval used by the zones monitoring daemon, zonestatd(1m) to
interval used by the zones monitoring daemon, zonestatd(1M) to
sample resource utilization. This is also the interval used to
determine configuration changes such as processor set changes,
resource control changes, and zone state changes.
Expand All @@ -65,7 +65,7 @@ zonestatd(1m) -- zones monitoring daemon
not already enabled, it enables the tracking of process accounting
resources, and configures a process accounting file. The zonestat
service will roll the process accounting log at its configured
interval (see zonestatd(1m)).
interval (see zonestatd(1M)).

If extended process accounting is enabled externally, the zonestat
service will use the process accounting log as configured. It
Expand Down
4 changes: 2 additions & 2 deletions src/img/man/imgadm.1m.md
@@ -1,4 +1,4 @@
# imgadm(1m) -- Manage SmartOS virtual machine images
# imgadm(1M) -- Manage SmartOS virtual machine images

## SYNOPSIS

Expand Down Expand Up @@ -593,4 +593,4 @@ The following exit values are returned:

## SEE ALSO

vmadm(1m), zfs(1m)
vmadm(1M), zfs(1M)
14 changes: 7 additions & 7 deletions src/vm/man/vmadmd.1m.md
@@ -1,4 +1,4 @@
vmadmd(1m) -- virtual machine management daemon
vmadmd(1M) -- virtual machine management daemon
===============================================

## SYNOPSIS
Expand All @@ -8,9 +8,9 @@ vmadmd(1m) -- virtual machine management daemon
## DESCRIPTION

The vmadmd daemon is designed to run in a SmartOS global zone and support
vmadm(1m) by performing some actions which require maintaining open
vmadm(1M) by performing some actions which require maintaining open
connections or waiting for state change events that cannot be handle in a
single run of vmadm(1m).
single run of vmadm(1M).

The functions vmadmd handles are:

Expand All @@ -25,7 +25,7 @@ vmadmd(1m) -- virtual machine management daemon
Each of these is described in more detail below. These actions are exposed
through an HTTP server listening on a unix socket /tmp/vmadmd.http.

The HTTP interface is expected to only be used by vmadm(1m) and endpoints
The HTTP interface is expected to only be used by vmadm(1M) and endpoints
should be considered a private interface. It is documented here in order to
aid understanding of its behaviour.

Expand Down Expand Up @@ -71,7 +71,7 @@ vmadmd(1m) -- virtual machine management daemon
VMs is implemented as a stop and start so this also applies when running
'vmadm reboot'.

Since the vmadm(1m) process returns once a stop request is sent, it is up
Since the vmadm(1M) process returns once a stop request is sent, it is up
to vmadmd to ensure that if the VM does not complete its transition by the
expiry, the stop or reboot is forced.

Expand All @@ -85,7 +85,7 @@ vmadmd(1m) -- virtual machine management daemon
## QMP Commands

Qemu processes support a protocol called QMP for sending several types of
management commands to the hypervisor. When created with vmadm(1m) the qmp
management commands to the hypervisor. When created with vmadm(1M) the qmp
socket will be listening on a unix socket /zones/<uuid>/root/tmp/vm.qmp.
vmadmd exposes some of these commands and handles sending them through QMP.
The commands exposed are described below.
Expand Down Expand Up @@ -173,7 +173,7 @@ vmadmd(1m) -- virtual machine management daemon

## SEE ALSO

vmadm(1m), zonecfg(1m), zoneadm(1m), zones(5)
vmadm(1M), zonecfg(1M), zoneadm(1M), zones(5)

## NOTES

Expand Down

0 comments on commit d5dab2a

Please sign in to comment.