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.
This commit is contained in:
parent
0801667fe3
commit
811a80b4a4
@ -88,7 +88,7 @@ incur on the system under adverse conditions.
|
|||||||
Brute-force network attacks are harder to deal with.
|
Brute-force network attacks are harder to deal with.
|
||||||
A spoofed-packet attack, for example, is
|
A spoofed-packet attack, for example, is
|
||||||
nearly impossible to stop short of cutting your system off from the Internet.
|
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.
|
pipe.
|
||||||
.Pp
|
.Pp
|
||||||
A user account compromise is even more common than a DoS attack.
|
A user account compromise is even more common than a DoS attack.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd July 24, 1996
|
.Dd January 4, 2010
|
||||||
.Os
|
.Os
|
||||||
.Dt VFS 9
|
.Dt VFS 9
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -53,7 +53,7 @@ rather than implementing empty functions or casting to
|
|||||||
.Xr VFS_SYNC 9 ,
|
.Xr VFS_SYNC 9 ,
|
||||||
.Xr VFS_UNMOUNT 9 ,
|
.Xr VFS_UNMOUNT 9 ,
|
||||||
.Xr VFS_VGET 9 ,
|
.Xr VFS_VGET 9 ,
|
||||||
.Xr VFS_VPTOFH 9 ,
|
.Xr VOP_VPTOFH 9 ,
|
||||||
.Xr vnode 9
|
.Xr vnode 9
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
This manual page was written by
|
This manual page was written by
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 7, 2005
|
.Dd January 4, 2010
|
||||||
.Os
|
.Os
|
||||||
.Dt VFS_CHECKEXP 9
|
.Dt VFS_CHECKEXP 9
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -81,7 +81,7 @@ and
|
|||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr VFS 9 ,
|
.Xr VFS 9 ,
|
||||||
.Xr VFS_FHTOVP 9 ,
|
.Xr VFS_FHTOVP 9 ,
|
||||||
.Xr VFS_VPTOFH 9 ,
|
.Xr VOP_VPTOFH 9 ,
|
||||||
.Xr vnode 9
|
.Xr vnode 9
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
This manual page was written by
|
This manual page was written by
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 7, 2005
|
.Dd January 4, 2010
|
||||||
.Os
|
.Os
|
||||||
.Dt VFS_FHTOVP 9
|
.Dt VFS_FHTOVP 9
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -76,7 +76,7 @@ The locked vnode for the file will be returned in
|
|||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr VFS 9 ,
|
.Xr VFS 9 ,
|
||||||
.Xr VFS_CHECKEXP 9 ,
|
.Xr VFS_CHECKEXP 9 ,
|
||||||
.Xr VFS_VPTOFH 9 ,
|
.Xr VOP_VPTOFH 9 ,
|
||||||
.Xr vnode 9
|
.Xr vnode 9
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
This manual page was written by
|
This manual page was written by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user