diff options
| author | Dan McDonald <danmcd@joyent.com> | 2022-03-31 01:21:59 -0400 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2022-03-31 01:21:59 -0400 |
| commit | 57c509a3a6c67a2c86ae463acfdc0a5fcc3a1723 (patch) | |
| tree | c4ff6085f3151a646787991689b03dbc49ce6ee4 /usr/src/man/man4i/streamio.4i | |
| parent | 32bb949b910b504c06c2385bfe84e5a566d1f834 (diff) | |
| parent | 5103e761e384621c5728a6d1f4b0bfdc1be233a4 (diff) | |
| download | illumos-joyent-57c509a3a6c67a2c86ae463acfdc0a5fcc3a1723.tar.gz | |
[illumos-gate merge]
commit 5103e761e384621c5728a6d1f4b0bfdc1be233a4
14569 bhyve should consolidate on hrtime
14486 bhyve needs instruction emul tests
commit db9aa506ce275f82ee72f31fc2e6e3c53d1212b7
13912 viona should track held pages
commit 899b7fc7762875c5244567fbc6bb4ccace75d6f7
12315 errors in section 4i of the manual
commit a677d6730e287aadab3cc68d0c46fb01b25d72eb
14583 developer/opensolaris/osnet requirements cleanup
Diffstat (limited to 'usr/src/man/man4i/streamio.4i')
| -rw-r--r-- | usr/src/man/man4i/streamio.4i | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/usr/src/man/man4i/streamio.4i b/usr/src/man/man4i/streamio.4i index 4e99ba3dfe..8dbaeba2fc 100644 --- a/usr/src/man/man4i/streamio.4i +++ b/usr/src/man/man4i/streamio.4i @@ -15,7 +15,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 October 29, 2017 +.Dd March 13, 2022 .Dt STREAMIO 4I .Os .Sh NAME @@ -357,14 +357,14 @@ On failure, .Va errno is set to one of the following values: .Bl -tag -width EINVAL -.It Sy EINVAL +.It Er EINVAL .Fa arg value is invalid or .Fa arg is zero and process is not registered to receive the .Dv SIGPOLL signal. -.It Sy EAGAIN +.It Er EAGAIN Allocation of a data structure to store the signal request failed. .El .It Dv I_GETSIG @@ -381,11 +381,11 @@ On failure, .Va errno is set to one of the following values: .Bl -tag -width EINVAL -.It Sy EINVAL +.It Er EINVAL Process not registered to receive the .Dv SIGPOLL signal. -.It Sy EFAULT +.It Er EFAULT .Fa arg points outside the allocated address space. .El @@ -399,10 +399,10 @@ On failure, .Va errno is set to one of the following values: .Bl -tag -width EINVAL -.It Sy EFAULT +.It Er EFAULT .Fa arg points outside the allocated address space. -.It Sy EINVAL +.It Er EINVAL .Fa arg does not contain a valid module name. .El @@ -807,7 +807,7 @@ calls will block until the active .Dv I_STR completes via a positive or negative -acknowlegment, a timeout, or an error condition at the stream head. +acknowledgement, a timeout, or an error condition at the stream head. By setting the .Fa ic_timout field to 0, the user is requesting STREAMS to provide @@ -897,7 +897,7 @@ On failure, .Va errno may be set to the following value: .Bl -tag -width EINVAL -.It Sy EINVAL +.It Er EINVAL .Fa arg is not the above legal value. .El @@ -1168,7 +1168,7 @@ On failure, .Va errno is set to the following value: .Bl -tag -width EINVAL -.It Sy EINVAL +.It Er EINVAL Invalid .Va arg value. @@ -1259,7 +1259,7 @@ On failure, .Va errno is set to the following value: .Bl -tag -width EFAULT -.It Sy EFAULT +.It Er EFAULT .Fa arg points outside the allocated address space. .El @@ -1495,7 +1495,7 @@ On failure, .Va errno is set to one of the following values: .Bl -tag -width EAGAIN -.It Sy ENXIO +.It Er ENXIO Hangup received on .Fa fildes . .It Er ETIME |
