Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2010 05:26:18 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r202069 - in stable/7/share/man: man7 man9
Message-ID:  <201001110526.o0B5QI4a062283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Mon Jan 11 05:26:18 2010
New Revision: 202069
URL: http://svn.freebsd.org/changeset/base/202069

Log:
  MFC: r201538, r201539
  
  Catch up with the VFS_VPTOFH(9) -> VOP_VPTOFH(9) repocopy that happened
  almost three years ago in r166794.
  
  Add a missing word.

Modified:
  stable/7/share/man/man7/security.7
  stable/7/share/man/man9/VFS.9
  stable/7/share/man/man9/VFS_CHECKEXP.9
  stable/7/share/man/man9/VFS_FHTOVP.9
Directory Properties:
  stable/7/share/man/man7/   (props changed)
  stable/7/share/man/man9/   (props changed)

Modified: stable/7/share/man/man7/security.7
==============================================================================
--- stable/7/share/man/man7/security.7	Mon Jan 11 05:19:51 2010	(r202068)
+++ stable/7/share/man/man7/security.7	Mon Jan 11 05:26:18 2010	(r202069)
@@ -88,7 +88,7 @@ incur on the system under adverse condit
 Brute-force network attacks are harder to deal with.
 A spoofed-packet attack, for example, is
 nearly impossible to stop short of cutting your system off from the Internet.
-It may not be able to take your machine down, but it can fill up Internet
+It may not be able to take your machine down, but it can fill up your Internet
 pipe.
 .Pp
 A user account compromise is even more common than a DoS attack.

Modified: stable/7/share/man/man9/VFS.9
==============================================================================
--- stable/7/share/man/man9/VFS.9	Mon Jan 11 05:19:51 2010	(r202068)
+++ stable/7/share/man/man9/VFS.9	Mon Jan 11 05:26:18 2010	(r202069)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 24, 1996
+.Dd January 4, 2010
 .Os
 .Dt VFS 9
 .Sh NAME
@@ -53,7 +53,7 @@ rather than implementing empty functions
 .Xr VFS_SYNC 9 ,
 .Xr VFS_UNMOUNT 9 ,
 .Xr VFS_VGET 9 ,
-.Xr VFS_VPTOFH 9 ,
+.Xr VOP_VPTOFH 9 ,
 .Xr vnode 9
 .Sh AUTHORS
 This manual page was written by

Modified: stable/7/share/man/man9/VFS_CHECKEXP.9
==============================================================================
--- stable/7/share/man/man9/VFS_CHECKEXP.9	Mon Jan 11 05:19:51 2010	(r202068)
+++ stable/7/share/man/man9/VFS_CHECKEXP.9	Mon Jan 11 05:26:18 2010	(r202069)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 7, 2005
+.Dd January 4, 2010
 .Os
 .Dt VFS_CHECKEXP 9
 .Sh NAME
@@ -81,7 +81,7 @@ and
 .Sh SEE ALSO
 .Xr VFS 9 ,
 .Xr VFS_FHTOVP 9 ,
-.Xr VFS_VPTOFH 9 ,
+.Xr VOP_VPTOFH 9 ,
 .Xr vnode 9
 .Sh AUTHORS
 This manual page was written by

Modified: stable/7/share/man/man9/VFS_FHTOVP.9
==============================================================================
--- stable/7/share/man/man9/VFS_FHTOVP.9	Mon Jan 11 05:19:51 2010	(r202068)
+++ stable/7/share/man/man9/VFS_FHTOVP.9	Mon Jan 11 05:26:18 2010	(r202069)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 7, 2005
+.Dd January 4, 2010
 .Os
 .Dt VFS_FHTOVP 9
 .Sh NAME
@@ -76,7 +76,7 @@ The locked vnode for the file will be re
 .Sh SEE ALSO
 .Xr VFS 9 ,
 .Xr VFS_CHECKEXP 9 ,
-.Xr VFS_VPTOFH 9 ,
+.Xr VOP_VPTOFH 9 ,
 .Xr vnode 9
 .Sh AUTHORS
 This manual page was written by



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