diff options
author | bde <bde@FreeBSD.org> | 2000-03-23 16:20:20 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-03-23 16:20:20 +0000 |
commit | fce3c66cc6741a319ee902543d1cd69b145c3985 (patch) | |
tree | fc6c50b9fb92883e1e669e6204d0bd54bd552ff6 /share | |
parent | acca79baf11e48babc4d0256080069b339bc1794 (diff) | |
download | FreeBSD-src-fce3c66cc6741a319ee902543d1cd69b145c3985.zip FreeBSD-src-fce3c66cc6741a319ee902543d1cd69b145c3985.tar.gz |
Fixed missing #include of <sys/types.h> in synopsis.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/icmp6.4 | 1 | ||||
-rw-r--r-- | share/man/man4/ip6.4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index 5eabd01..4149bfb 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -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> diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index 9a7f095..237ef13 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -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 |