summaryrefslogtreecommitdiff
path: root/usr/src/man/man2/open.2
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man2/open.2
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man2/open.2')
-rw-r--r--usr/src/man/man2/open.221
1 files changed, 11 insertions, 10 deletions
diff --git a/usr/src/man/man2/open.2 b/usr/src/man/man2/open.2
index ce23eac084..3096f4cc9e 100644
--- a/usr/src/man/man2/open.2
+++ b/usr/src/man/man2/open.2
@@ -537,7 +537,7 @@ is device-specific.
When
.Fn open
is invoked to open a named stream, and the
-.Xr connld 7M
+.Xr connld 4M
module has been pushed on the pipe,
.Fn open
blocks until the server process has issued an
@@ -545,7 +545,7 @@ blocks until the server process has issued an
.Xr ioctl 2
.Po
see
-.Xr streamio 7I
+.Xr streamio 4I
.Pc
to receive the file descriptor.
.Pp
@@ -718,7 +718,8 @@ The
privilege allows processes to open files for writing regardless of permission
bits.
See
-.Xr privileges 5 for special considerations when opening files owned by user ID
+.Xr privileges 7
+for special considerations when opening files owned by user ID
.Sy 0
for writing.
The
@@ -949,7 +950,7 @@ The
.Fn open
function has a transitional interface for 64-bit file offsets.
See
-.Xr lf64 5 .
+.Xr lf64 7 .
Note that using
.Fn open64
is equivalent to using
@@ -982,12 +983,12 @@ set in
.Xr unlockpt 3C ,
.Xr fcntl.h 3HEAD ,
.Xr stat.h 3HEAD ,
-.Xr attributes 5 ,
-.Xr lf64 5 ,
-.Xr privileges 5 ,
-.Xr standards 5 ,
-.Xr streamio 7I ,
-.Xr connld 7M
+.Xr streamio 4I ,
+.Xr connld 4M ,
+.Xr attributes 7 ,
+.Xr lf64 7 ,
+.Xr privileges 7 ,
+.Xr standards 7
.Sh NOTES
Hierarchical Storage Management
.Pq HSM