summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2021-08-30 15:05:04 +0100
committerPeter Tribble <peter.tribble@gmail.com>2021-09-01 08:24:11 +0100
commit2cdd73db19663a333ca54a47c4bdf7abe0a4a4dd (patch)
tree1d1fde336e62356c021f9cb1b2fa1f83d7fd3b9b
parenta6042a7867393a536ea09edf3aa4bc76521523a4 (diff)
downloadillumos-joyent-2cdd73db19663a333ca54a47c4bdf7abe0a4a4dd.tar.gz
14039 Some invalid cross-references in the manual
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
-rw-r--r--usr/src/man/man3c/getgrouplist.3c6
-rw-r--r--usr/src/man/man3sysevent/sysevents.3sysevent4
-rw-r--r--usr/src/man/man7d/vioblk.7d4
-rw-r--r--usr/src/man/man7i/mtio.7i12
4 files changed, 13 insertions, 13 deletions
diff --git a/usr/src/man/man3c/getgrouplist.3c b/usr/src/man/man3c/getgrouplist.3c
index f1e10695e3..18906886c2 100644
--- a/usr/src/man/man3c/getgrouplist.3c
+++ b/usr/src/man/man3c/getgrouplist.3c
@@ -11,7 +11,7 @@
.\"
.\" Copyright 2020 Joyent, Inc.
.\"
-.Dd November 22, 2020
+.Dd August 28, 2021
.Dt GETGROUPLIST 3C
.Os
.Sh NAME
@@ -121,7 +121,7 @@ values on failure, however their implementations show that
may be set on failure.
Software using
.Fn getgrouplist
-should be aware of these differences when attemping to write portable
+should be aware of these differences when attempting to write portable
software.
.Sh EXAMPLES
.Sy Example 1
@@ -200,8 +200,8 @@ may be larger than the value returned by a successful call to
.Sy MT-Safe
.Sh SEE ALSO
.Xr groups 1 ,
+.Xr getgroups 2 ,
.Xr getuid 2 ,
.Xr getgrnam 3C ,
-.Xr getgroups 3C ,
.Xr initgroups 3C ,
.Xr limits.h 3HEAD
diff --git a/usr/src/man/man3sysevent/sysevents.3sysevent b/usr/src/man/man3sysevent/sysevents.3sysevent
index 60e6d6c973..c609802f40 100644
--- a/usr/src/man/man3sysevent/sysevents.3sysevent
+++ b/usr/src/man/man3sysevent/sysevents.3sysevent
@@ -11,7 +11,7 @@
.\"
.\" Copyright 2019 Joyent, Inc.
.\"
-.Dd July 15, 2019
+.Dd August 28, 2021
.Dt SYSEVENTS 3SYSEVENT
.Os
.Sh NAME
@@ -77,7 +77,7 @@ Indicates the ID of the zone that the data link belongs to.
.El
.Sh INTERFACE STABILITY
While the library interface in
-.Xr libsysevent 3SYSEVENT
+.Xr libsysevent 3LIB
is committed, unless otherwise indicated the events, classes, their
payloads, are private and subject to change at any time.
.Sh SEE ALSO
diff --git a/usr/src/man/man7d/vioblk.7d b/usr/src/man/man7d/vioblk.7d
index 29bf194585..26c45507bb 100644
--- a/usr/src/man/man7d/vioblk.7d
+++ b/usr/src/man/man7d/vioblk.7d
@@ -11,7 +11,7 @@
.\"
.\" Copyright 2020 Oxide Computer Company
.\"
-.Dd October 3, 2020
+.Dd August 28, 2021
.Dt VIOBLK 7D
.Os
.Sh NAME
@@ -64,7 +64,7 @@ for discovering devices,
for manipulating partition tables,
.Xr iostat 1M
for seeing device I/O statistics, and a subset of the
-.Xr dkio 7IO
+.Xr dkio 7I
ioctl requests to retrieve information about the device.
.Sh ARCHITECTURE
The
diff --git a/usr/src/man/man7i/mtio.7i b/usr/src/man/man7i/mtio.7i
index 4663f9c0cd..bea7b77ce6 100644
--- a/usr/src/man/man7i/mtio.7i
+++ b/usr/src/man/man7i/mtio.7i
@@ -14,7 +14,7 @@
.\" If applicable, add the following below this CDDL HEADER, with the
.\" fields enclosed by brackets "[]" replaced with your own identifying
.\" information: Portions Copyright [yyyy] [name of copyright owner]
-.Dd August 31, 2018
+.Dd August 28, 2021
.Dt MTIO 7I
.Os
.Sh NAME
@@ -166,7 +166,7 @@ The
.Sx Read Operation
and
.Sx Write Operation
-subsections contain more pertinent information reguarding persistent error handling.
+subsections contain more pertinent information regarding persistent error handling.
.Ss "Read Operation"
The
.Xr read 2
@@ -543,7 +543,7 @@ struct mtdrivetype {
*/
typedef enum {
ST_NO_EOF,
- ST_EOF_PENDING, /* filemrk pending */
+ ST_EOF_PENDING, /* filemark pending */
ST_EOF, /* at filemark */
ST_EOT_PENDING, /* logical eot pend. */
ST_EOT, /* at logical eot */
@@ -841,7 +841,7 @@ target driver may continue to return a
.Dq drive needs cleaning
status unless an
.Dv MTIOCGE
-.Xr ioct 2
+.Xr ioctl 2
call is made while the cleaning media is in the drive.
.Pp
The
@@ -1082,11 +1082,11 @@ past double EOF marks which otherwise indicate End-Of-recorded-media (EOM) in
the case of 1/2\(dq reel tape drives.
As an argument, it takes a pointer to an integer.
If 0 (zero) is the specified integer, then double EOF marks indicate
-End-Of-recodred-media (EOD).
+End-Of-recorded-media (EOM).
If 1 is the specified integer, the double EOF marks no longer indicate EOM,
thus allowing applications to read past two EOF marks.
In this case it is the responsibility of the application to detect
-end-of-recorded-media (EOM).
+End-Of-recorded-media (EOM).
The specified tape behavior will be in effect until the device is closed.
.Pp
For example: