spelling
authorAnne Hughes <anne@ucbvax.Berkeley.EDU>
Fri, 16 May 1986 04:12:48 +0000 (20:12 -0800)
committerAnne Hughes <anne@ucbvax.Berkeley.EDU>
Fri, 16 May 1986 04:12:48 +0000 (20:12 -0800)
SCCS-vsn: lib/libc/compat-43/creat.2 6.5
SCCS-vsn: lib/libc/sys/select.2 6.5

usr/src/lib/libc/compat-43/creat.2
usr/src/lib/libc/sys/select.2

index c50b853..bff26f8 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)creat.2     6.4 (Berkeley) %G%
+.\"    @(#)creat.2     6.5 (Berkeley) %G%
 .\"
 .TH CREAT 2 ""
 .UC 4
 .\"
 .TH CREAT 2 ""
 .UC 4
@@ -48,7 +48,7 @@ programs to construct a simple exclusive locking
 mechanism.  It is replaced by the O_EXCL open
 mode, or 
 .IR flock (2)
 mechanism.  It is replaced by the O_EXCL open
 mode, or 
 .IR flock (2)
-facilitity.
+facility.  
 .SH "RETURN VALUE
 The value \-1 is returned if an error occurs.  Otherwise,
 the call returns a non-negative descriptor that only permits
 .SH "RETURN VALUE
 The value \-1 is returned if an error occurs.  Otherwise,
 the call returns a non-negative descriptor that only permits
index a24ce3e..e2b00e5 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)select.2    6.4 (Berkeley) %G%
+.\"    @(#)select.2    6.5 (Berkeley) %G%
 .\"
 .TH SELECT 2 ""
 .UC 5
 .\"
 .TH SELECT 2 ""
 .UC 5
@@ -131,7 +131,7 @@ of the kernel limit on the number of open files, the dimension
 of a sufficiently large bit field for select remains a problem.
 The default size FD_SETSIZE (currently 256) is somewhat larger than
 the current kernel limit to the number of open files.
 of a sufficiently large bit field for select remains a problem.
 The default size FD_SETSIZE (currently 256) is somewhat larger than
 the current kernel limit to the number of open files.
-However, in order to accomodate programs which might potentially
+However, in order to accommodate programs which might potentially
 use a larger number of open files with select, it is possible
 to increase this size within a program by providing
 a larger definition of FD_SETSIZE before the inclusion of <sys/types.h>.
 use a larger number of open files with select, it is possible
 to increase this size within a program by providing
 a larger definition of FD_SETSIZE before the inclusion of <sys/types.h>.