summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorDillon Amburgey <dillona@dillona.com>2017-03-25 13:05:04 -0400
committerRobert Mustacchi <rm@joyent.com>2017-03-28 23:59:59 +0000
commitc71d194a355d17467b4730bbc641c3a40bfb68fd (patch)
treeb8084fc7db23fc5f4cab6e41f1422778795d3ba9 /usr/src
parent714901a982d5d1bbb9fd9f5e46ddd7cacfcf9cdc (diff)
downloadillumos-joyent-c71d194a355d17467b4730bbc641c3a40bfb68fd.tar.gz
8003 man page typos
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dale Ghent <daleg@elemental.org> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/man/man3c/eventfd.3c4
-rw-r--r--usr/src/man/man3c/timerfd_create.3c4
-rw-r--r--usr/src/man/man9e/mac.9e8
3 files changed, 8 insertions, 8 deletions
diff --git a/usr/src/man/man3c/eventfd.3c b/usr/src/man/man3c/eventfd.3c
index 459f0457f9..b0c74e1d51 100644
--- a/usr/src/man/man3c/eventfd.3c
+++ b/usr/src/man/man3c/eventfd.3c
@@ -11,7 +11,7 @@
.\"
.\" Copyright (c) 2014, Joyent, Inc. All Rights Reserved.
.\"
-.Dd April 9, 2016
+.Dd March 26, 2017
.Dt EVENTFD 3C
.Os
.Sh NAME
@@ -96,7 +96,7 @@ depend on the disposition of
.Sy EFD_SEMAPHORE
with
respect to the instance: if
-.Sy EFD_SEMAPTHORE
+.Sy EFD_SEMAPHORE
was set when the instance was created,
.Xr read 2
will
diff --git a/usr/src/man/man3c/timerfd_create.3c b/usr/src/man/man3c/timerfd_create.3c
index 68a7d17b17..432717f6e9 100644
--- a/usr/src/man/man3c/timerfd_create.3c
+++ b/usr/src/man/man3c/timerfd_create.3c
@@ -11,7 +11,7 @@
.\"
.\" Copyright (c) 2015, Joyent, Inc. All Rights Reserved.
.\"
-.Dd April 9, 2016
+.Dd March 26, 2017
.Dt TIMERFD 3C
.Os
.Sh NAME
@@ -129,7 +129,7 @@ If the buffer specified to
.Xr read 2
is less than
eight bytes in length,
-.Sy EINAVL
+.Sy EINVAL
will be returned.
.Ed
.It Sy poll(2), port_get(3C), epoll_wait(3C)
diff --git a/usr/src/man/man9e/mac.9e b/usr/src/man/man9e/mac.9e
index 18e12be957..68ab72150d 100644
--- a/usr/src/man/man9e/mac.9e
+++ b/usr/src/man/man9e/mac.9e
@@ -11,7 +11,7 @@
.\"
.\" Copyright 2016 Joyent, Inc.
.\"
-.Dd May 11, 2016
+.Dd March 26, 2017
.Dt MAC 9E
.Os
.Sh NAME
@@ -483,7 +483,7 @@ the device is required to fill in. Note, the set of capabilities changes
over time and there are also private capabilities in the system. Several
of the capabilities are used in the implementation of the MAC framework.
Others, like
-.Sy MAC_CAPAB_RIGNS ,
+.Sy MAC_CAPAB_RINGS ,
represent feature that have not been stabilized and thus both API and
binary compatibility for them is not guaranteed. It is important that
the device driver handles unknown capabilities correctly. For more
@@ -633,7 +633,7 @@ entry point updates the property to a new value.
.Pp
Many of the properties listed below are read-only. Each property
indicates whether it's read-only or it's read/write. However, driver
-writers may not implement the ability to set all writeable properties.
+writers may not implement the ability to set all writable properties.
Many of these depend on the card itself. In particular, all properties
that relate to auto-negotiation and are read/write may not be updated
if the hardware in question does not support toggling what link speeds
@@ -1489,7 +1489,7 @@ as report other errors that exist. While a device driver does not need to
indicate that it is capable of all such capabilities described in
.Xr ddi_fm_init 9F ,
we suggest that device drivers at least register the
-.Sy DDI_FM_EREPORT_CAPABILITY
+.Sy DDI_FM_EREPORT_CAPABLE
so as to allow the driver to report issues that it detects.
.Pp
If the driver registers with the fault management framework during its