mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.
This commit is contained in:
parent
13230220de
commit
d0ec8fd065
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292268
@ -28,7 +28,7 @@
|
||||
.\" @(#)brk.2 8.4 (Berkeley) 5/1/95
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 12, 1999
|
||||
.Dd December 15, 2015
|
||||
.Dt BRK 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -38,7 +38,6 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In unistd.h
|
||||
.Ft int
|
||||
.Fn brk "const void *addr"
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)getgid.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dd December 15, 2015
|
||||
.Dt GETGID 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -38,7 +38,6 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In unistd.h
|
||||
.Ft gid_t
|
||||
.Fn getgid void
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)getpid.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 2, 2006
|
||||
.Dd December 15, 2015
|
||||
.Dt GETPID 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -38,7 +38,6 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In unistd.h
|
||||
.Ft pid_t
|
||||
.Fn getpid void
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)read.2 8.4 (Berkeley) 2/26/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 11, 2013
|
||||
.Dd December 15, 2015
|
||||
.Dt READ 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -40,7 +40,6 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In unistd.h
|
||||
.Ft ssize_t
|
||||
.Fn read "int fd" "void *buf" "size_t nbytes"
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)write.2 8.5 (Berkeley) 4/2/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 11, 2013
|
||||
.Dd December 15, 2015
|
||||
.Dt WRITE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -40,7 +40,6 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In unistd.h
|
||||
.Ft ssize_t
|
||||
.Fn write "int fd" "const void *buf" "size_t nbytes"
|
||||
|
Loading…
Reference in New Issue
Block a user