summaryrefslogtreecommitdiff
path: root/lib/libc/sys/swapctl.2
diff options
context:
space:
mode:
authorNikolay Sturm <sturm@cvs.openbsd.org>2007-02-07 15:21:59 +0000
committerNikolay Sturm <sturm@cvs.openbsd.org>2007-02-07 15:21:59 +0000
commitbc8a94e9b379576b62a9c1b6b816a28cd741652d (patch)
treecf61698453dcc0cee05edb15d54ae838045caf64 /lib/libc/sys/swapctl.2
parent05a56b6b7ff51b115cb7ee2404ba30e4d0777b7d (diff)
sys/swap.h needs sys/param.h and sort while here
feedback and ok pedro
Diffstat (limited to 'lib/libc/sys/swapctl.2')
-rw-r--r--lib/libc/sys/swapctl.25
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