diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-10 15:48:07 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-10 15:48:07 +0000 |
| commit | 49f94c2dec42a59415c3aff6975bd7789cbf3935 (patch) | |
| tree | f4700b9d24c845bf48194316a289467ab4f1417c | |
| parent | 8364338f0920ecaa77a7660aea8095d1f2dad6e0 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/sysctl.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 35835c847ec4..6cac7955e040 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -38,6 +38,7 @@ .Nm sysctl .Nd get or set system information .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/sysctl.h> .Ft int .Fn sysctl "int *name" "u_int namelen" "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen" |
