summaryrefslogtreecommitdiff
path: root/usr/src/man/man9e/srv.9e
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9e/srv.9e')
-rw-r--r--usr/src/man/man9e/srv.9e2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man9e/srv.9e b/usr/src/man/man9e/srv.9e
index 2df363f0e9..1d124bf219 100644
--- a/usr/src/man/man9e/srv.9e
+++ b/usr/src/man/man9e/srv.9e
@@ -171,5 +171,5 @@ Each stream module must specify a read and a write service \fBsrv()\fR routine.
If a service routine is not needed (because the \fBput()\fR routine processes
all messages), a \fBNULL\fR pointer should be placed in module's
\fBqinit\fR(9S) structure. Do not use \fBnulldev\fR(9F) instead of the
-\fBNULL\fR pointer. Use of\fBnulldev\fR(9F) for a \fBsrv()\fR routine can
+\fBNULL\fR pointer. Use of \fBnulldev\fR(9F) for a \fBsrv()\fR routine can
result in flow control errors.