diff options
author | 2007-02-07 15:21:58 +0000 | |
---|---|---|
committer | 2007-02-07 15:21:58 +0000 | |
commit | 43d854d24356fba33f27a66f57c06a2dd138bee6 (patch) | |
tree | df70ef070d4896dfd94ef6dccc761cab1526011f /lib/libc/sys | |
parent | grammar fix; from bret lambert (diff) | |
download | wireguard-openbsd-43d854d24356fba33f27a66f57c06a2dd138bee6.tar.xz wireguard-openbsd-43d854d24356fba33f27a66f57c06a2dd138bee6.zip |
sys/swap.h needs sys/param.h and sort while here
feedback and ok pedro
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/swapctl.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2 index 088904313e5..1242c929113 100644 --- a/lib/libc/sys/swapctl.2 +++ b/lib/libc/sys/swapctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapctl.2,v 1.14 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: swapctl.2,v 1.15 2007/02/07 15:21:58 sturm Exp $ .\" $NetBSD: swapctl.2,v 1.10 1998/08/29 17:11:09 mrg Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green @@ -36,8 +36,9 @@ .Nm swapctl .Nd modify swap configuration .Sh SYNOPSIS -.Fd #include <unistd.h> +.Fd #include <sys/param.h> .Fd #include <sys/swap.h> +.Fd #include <unistd.h> .Ft int .Fn swapctl "int cmd" "const void *arg" "int misc" .Sh DESCRIPTION |