mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fixed missing #include of <sys/types.h> in synopsis.
This commit is contained in:
parent
0784615675
commit
1025a2007f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58488
@ -48,6 +48,7 @@
|
||||
.Nd IPv6 Routing Header Options manipulation
|
||||
.\"
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Ft size_t
|
||||
.Fn inet6_rthdr_space "int type" "int segments"
|
||||
|
@ -68,6 +68,7 @@
|
||||
.Nd Internet Control Message Protocol for IPv6
|
||||
."
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include <netinet/icmp6.h>
|
||||
|
@ -68,6 +68,7 @@
|
||||
.Nd Internet Protocol version 6 (IPv6)
|
||||
.\"
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Ft int
|
||||
|
Loading…
Reference in New Issue
Block a user