OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man2 / cacheflush.2
index 3df44e1..1fcdbb7 100644 (file)
@@ -1,6 +1,7 @@
 .\" Written by Ralf Baechle (ralf@waldorf-gmbh.de),
 .\" Copyright (c) 1994, 1995 Waldorf GMBH
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
@@ -17,9 +18,9 @@
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .TH CACHEFLUSH 2 2007-05-26 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -49,7 +50,7 @@ Write back to memory and invalidate the affected valid cache lines.
 .B BCACHE
 Same as
 .BR (ICACHE|DCACHE) .
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 .BR cacheflush ()
 returns 0 on success or \-1 on error.
 If errors are detected,
@@ -72,7 +73,7 @@ is not one of
 or
 .BR BCACHE .
 .SH CONFORMING TO
-This Linux-specific system call is only available on MIPS based systems.
+This Linux-specific system call is available only on MIPS-based systems.
 .\" FIXME This system call was only on MIPS back in 1.2 days, but
 .\" by now it is on a number of other architectures (but not i386).
 .\" Investigate the details and update this page.
@@ -85,3 +86,12 @@ and
 .I nbytes
 arguments.
 Therefore, the whole cache is always flushed.
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.