Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 08:33:53 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271455 - head/share/man/man9
Message-ID:  <201409120833.s8C8XrCB081327@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Fri Sep 12 08:33:53 2014
New Revision: 271455
URL: http://svnweb.freebsd.org/changeset/base/271455

Log:
  - Fix argument list after 271387.
  - While here fix typo.
  
  Submitted by:	markj

Modified:
  head/share/man/man9/VOP_GETPAGES.9

Modified: head/share/man/man9/VOP_GETPAGES.9
==============================================================================
--- head/share/man/man9/VOP_GETPAGES.9	Fri Sep 12 08:22:29 2014	(r271454)
+++ head/share/man/man9/VOP_GETPAGES.9	Fri Sep 12 08:33:53 2014	(r271455)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 27, 2003
+.Dd September 12, 2014
 .Dt VOP_GETPAGES 9
 .Os
 .Sh NAME
@@ -41,9 +41,9 @@
 .In sys/vnode.h
 .In vm/vm.h
 .Ft int
-.Fn VOP_GETPAGES "struct vnode *vp" "vm_page_t *ma" "int count" "int reqpage" "vm_ooffset_t offset"
+.Fn VOP_GETPAGES "struct vnode *vp" "vm_page_t *ma" "int count" "int reqpage"
 .Ft int
-.Fn VOP_PUTPAGES "struct vnode *vp" "vm_page_t *ma" "int count" "int sync" "int *rtvals" "vm_ooffset_t offset"
+.Fn VOP_PUTPAGES "struct vnode *vp" "vm_page_t *ma" "int count" "int sync" "int *rtvals"
 .Sh DESCRIPTION
 The
 .Fn VOP_GETPAGES
@@ -81,8 +81,6 @@ page written by
 .It Fa reqpage
 The index in the page array of the requested page; i.e., the one page which
 the implementation of this method must handle.
-.It Fa offset
-Offset in the file at which the mapped pages begin.
 .El
 .Pp
 The status of the
@@ -156,7 +154,7 @@ is
 .Sh SEE ALSO
 .Xr vm_object_pip_wakeup 9 ,
 .Xr vm_page_free 9 ,
-.Xr vm_pagge_sunbusy 9 ,
+.Xr vm_page_sunbusy 9 ,
 .Xr vm_page_undirty 9 ,
 .Xr vm_page_xunbusy 9 ,
 .Xr vnode 9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409120833.s8C8XrCB081327>