4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / share / doc / psd / 05.sysman / 1.5.t
index f3d4e70..7ffdecd 100644 (file)
@@ -1,8 +1,9 @@
-.\" Copyright (c) 1983 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1983, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\"
-.\"    @(#)1.5.t       6.2 (Berkeley) %G%
+.\" %sccs.include.redist.roff%
+.\"
+.\"    @(#)1.5.t       8.1 (Berkeley) %G%
 .\"
 .sh Descriptors
 .PP
 .\"
 .sh Descriptors
 .PP
@@ -137,9 +138,9 @@ result int dopt; int d, cmd, arg;
 #define        F_GETOWN        6       /* get descriptor owner (pid/pgrp) */
 .DE
 The F_SETFL \fIcmd\fP may be used to set a descriptor in 
 #define        F_GETOWN        6       /* get descriptor owner (pid/pgrp) */
 .DE
 The F_SETFL \fIcmd\fP may be used to set a descriptor in 
-non-blocking I/O mode and/or enable signalling when I/O is
+non-blocking I/O mode and/or enable signaling when I/O is
 possible.  F_SETOWN may be used to specify a process or process
 possible.  F_SETOWN may be used to specify a process or process
-group to be signalled when using the latter mode of operation
+group to be signaled when using the latter mode of operation
 or when urgent indications arise.
 .PP
 Operations on non-blocking descriptors will
 or when urgent indications arise.
 .PP
 Operations on non-blocking descriptors will
@@ -177,7 +178,7 @@ new = wrap(old, proto)
 result int new; int old; struct dprop *proto;
 .DE
 Operations on the descriptor \fIold\fP are then translated by the
 result int new; int old; struct dprop *proto;
 .DE
 Operations on the descriptor \fIold\fP are then translated by the
-system provided protocol translator into requests on the underyling
+system provided protocol translator into requests on the underlying
 object \fIold\fP in a way defined by the protocol.
 The protocols supported by the kernel may vary from system to system
 and are described in the programmers manual.
 object \fIold\fP in a way defined by the protocol.
 The protocols supported by the kernel may vary from system to system
 and are described in the programmers manual.