fix include files
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 29 Mar 1992 22:31:10 +0000 (14:31 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 29 Mar 1992 22:31:10 +0000 (14:31 -0800)
SCCS-vsn: lib/libc/sys/fcntl.2 6.8
SCCS-vsn: lib/libc/sys/open.2 6.9
SCCS-vsn: lib/libc/compat-43/creat.2 6.11

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

index 7b68dba..7b81815 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)creat.2    6.10 (Berkeley) %G%
+.\"     @(#)creat.2    6.11 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CREAT 2
 .\"
 .Dd 
 .Dt CREAT 2
@@ -12,6 +12,8 @@
 .Nm creat
 .Nd create a new file
 .Sh SYNOPSIS
 .Nm creat
 .Nd create a new file
 .Sh SYNOPSIS
+.Fd #include <fcntl.h>
+.Ft int
 .Fn creat "char *path" "mode_t mode"
 .Sh DESCRIPTION
 .Bf -symbolic
 .Fn creat "char *path" "mode_t mode"
 .Sh DESCRIPTION
 .Bf -symbolic
index 30ec901..4ea8cc9 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)fcntl.2    6.7 (Berkeley) %G%
+.\"     @(#)fcntl.2    6.8 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FCNTL 2
 .\"
 .Dd 
 .Dt FCNTL 2
@@ -12,7 +12,7 @@
 .Nm fcntl
 .Nd file control
 .Sh SYNOPSIS
 .Nm fcntl
 .Nd file control
 .Sh SYNOPSIS
-.Fd #include <sys/fcntl.h>
+.Fd #include <fcntl.h>
 .Ft int
 .Fn fcntl "int fd" "int cmd" "int arg"
 .Sh DESCRIPTION
 .Ft int
 .Fn fcntl "int fd" "int cmd" "int arg"
 .Sh DESCRIPTION
index 79139ac..48b504c 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)open.2     6.8 (Berkeley) %G%
+.\"     @(#)open.2     6.9 (Berkeley) %G%
 .\"
 .Dd 
 .Dt OPEN 2
 .\"
 .Dd 
 .Dt OPEN 2
@@ -12,7 +12,7 @@
 .Nm open
 .Nd open or create a file for reading or writing
 .Sh SYNOPSIS
 .Nm open
 .Nd open or create a file for reading or writing
 .Sh SYNOPSIS
-.Fd #include <sys/file.h>
+.Fd #include <fcntl.h>
 .Ft int
 .Fn open "const char *path" "int flags" "mode_t mode"
 .Sh DESCRIPTION
 .Ft int
 .Fn open "const char *path" "int flags" "mode_t mode"
 .Sh DESCRIPTION