summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-11-29 10:29:28 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-11-29 10:29:28 +0000
commitf3c153e463749590902a23b4e62d18300b44fcc7 (patch)
treee5089bd046dbf125530cdd50a152c930876c8457 /share
parent9d9f60da2d0c42c0e3caac1fb5d7ef07189c5c1d (diff)
downloadFreeBSD-src-f3c153e463749590902a23b4e62d18300b44fcc7.zip
FreeBSD-src-f3c153e463749590902a23b4e62d18300b44fcc7.tar.gz
Looks like my last round of suggestions didn't make it in. Fix invalid
cross-references.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/svr4.416
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/man4.i386/svr4.4 b/share/man/man4/man4.i386/svr4.4
index a2df082..518c76c 100644
--- a/share/man/man4/man4.i386/svr4.4
+++ b/share/man/man4/man4.i386/svr4.4
@@ -54,7 +54,7 @@ Special signal handling for activated images
SVR4 to native system call translation
.It
STREAMS network API emulation (via the
-.Xr streams 5
+.Xr streams 4
loadable module, or by means of
.Dl device streams
in a kernel configuration file)
@@ -109,9 +109,9 @@ if ! kldstat -v | grep -E 'svr4elf' > /dev/null; then
fi
.Ed
.Pp
-.Xr svr4 8
+The kernel
will check for the presence of the
-.Xr streams 5
+.Xr streams 4
module, and load it if necessary.
.Pp
Note that dynamically linked SVR4 executables
@@ -131,14 +131,14 @@ or loaded as a module.
.Pp
STREAMS emulation is limited but (largely) functional.
Assuming the
-.Xr streams 5
+.Xr streams 4
module is loaded, a STREAMS handle can be obtained by opening one of the
relevent files in
.Pa /dev
or
.Pa /compat/svr4/dev .
Internally, the
-.Xr streams 5
+.Xr streams 4
driver produces a socket descriptor and "tags" it with additional STREAMS
state information before returning it to the client application.
The
@@ -157,7 +157,7 @@ Emulation of signal handlers is buggy.
Emulated connectionless STREAMS fail to receive data from the network in
some circumstances (but succeed in others -- probably due to particular
ways of initializing them which the
-.Xr streams 5
+.Xr streams 4
module is mishandling, and interaction between STREAMS and
.Xr poll 2 ) .
Connection-oriented STREAMS appear to be functional.
@@ -198,8 +198,8 @@ module entrypoints.
.El
.Sh SEE ALSO
.Xr brandelf 1 ,
-.Xr elf 5 ,
-.Xr streams 4
+.Xr streams 4 ,
+.Xr elf 5
.Sh HISTORY
System V Release 4 ABI support first appeared in FreeBSD
.Fx 4.0 .
OpenPOWER on IntegriCloud