OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man2 / swapon.2
index ac1d6a3..e4c67d2 100644 (file)
 .\" 2007-06-22 Ivana Varekova <varekova@redhat.com>, mtk
 .\"     Update text describing limit on number of swap files.
 .\"
-.TH SWAPON 2 2014-02-26 "Linux" "Linux Programmer's Manual"
+.TH SWAPON 2 2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 swapon, swapoff \- start/stop swapping to file/device
 .SH SYNOPSIS
 .B #include <unistd.h>
 .br
-.B #include <asm/page.h>     /* to find PAGE_SIZE */
-.br
 .B #include <sys/swap.h>
 .sp
 .BI "int swapon(const char *" path ", int " swapflags );
@@ -201,7 +199,7 @@ is called, even if that flag bit is not set.
 .BR swapoff (8),
 .BR swapon (8)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.68 of the Linux
 .I man-pages
 project.
 A description of the project,