From nobody@FreeBSD.org  Sun Nov 29 04:16:25 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3C7381065672
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Nov 2009 04:16:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2B4E58FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Nov 2009 04:16:25 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAT4GOT5095406
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Nov 2009 04:16:24 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAT4GOe7095405;
	Sun, 29 Nov 2009 04:16:24 GMT
	(envelope-from nobody)
Message-Id: <200911290416.nAT4GOe7095405@www.freebsd.org>
Date: Sun, 29 Nov 2009 04:16:24 GMT
From: Lachlan Kang <LCRTRIfFu91c710azO2Y@live.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: man page errors
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140989
>Category:       docs
>Synopsis:       man page errors: security(7), VFS(9)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 29 04:20:02 UTC 2009
>Closed-Date:    Mon Jan 11 06:27:04 CET 2010
>Last-Modified:  Mon Jan 11 06:27:04 CET 2010
>Originator:     Lachlan Kang
>Release:        7.2-RELEASE amd64
>Organization:
>Environment:
>Description:
security(7)
"It may not be able to take your machine down, but it can fill up
Internet pipe."  I think it's missing the word "your". As in:
"It may not be able to take your machine down, but it can fill up your
Internet pipe."

VFS(9)
lists VFS_VPTOFH(9) under "see also". VFS_VPTOFH(9) does not exist.
>How-To-Repeat:
man 7 security;
man 9 VFS;
>Fix:
Change:
"It may not be able to take your machine down, but it can fill up Internet pipe."
to:
"It may not be able to take your machine down, but it can fill up your Internet pipe."
in security(7).

Remove references to non-existent man page VFS_VPTOFH(9) in VFS(9)

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Mon Jan 4 23:23:17 CET 2010 
State-Changed-Why:  
Fixed the security(9) manpage. The VFS_VPTOFH(9) problem stemmed from the fact that 
the manpage was repo-copied to VOP_VPTOFH(9) almost three years ago but the references 
weren't updated accordingly.  Thanks for the submission! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Mon Jan 4 23:23:17 CET 2010 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140989 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140989: commit references a PR
Date: Mon,  4 Jan 2010 22:22:10 +0000 (UTC)

 Author: brueffer
 Date: Mon Jan  4 22:22:00 2010
 New Revision: 201538
 URL: http://svn.freebsd.org/changeset/base/201538
 
 Log:
   Catch up with the VFS_VPTOFH(9) -> VOP_VPTOFH(9) repocopy that happened
   almost three years ago in r166794.
   
   PR:		140989
   Submitted by:	Lachlan Kang
   MFC after:	1 week
 
 Modified:
   head/share/man/man9/VFS.9
   head/share/man/man9/VFS_CHECKEXP.9
   head/share/man/man9/VFS_FHTOVP.9
 
 Modified: head/share/man/man9/VFS.9
 ==============================================================================
 --- head/share/man/man9/VFS.9	Mon Jan  4 22:21:56 2010	(r201537)
 +++ head/share/man/man9/VFS.9	Mon Jan  4 22:22:00 2010	(r201538)
 @@ -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: head/share/man/man9/VFS_CHECKEXP.9
 ==============================================================================
 --- head/share/man/man9/VFS_CHECKEXP.9	Mon Jan  4 22:21:56 2010	(r201537)
 +++ head/share/man/man9/VFS_CHECKEXP.9	Mon Jan  4 22:22:00 2010	(r201538)
 @@ -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: head/share/man/man9/VFS_FHTOVP.9
 ==============================================================================
 --- head/share/man/man9/VFS_FHTOVP.9	Mon Jan  4 22:21:56 2010	(r201537)
 +++ head/share/man/man9/VFS_FHTOVP.9	Mon Jan  4 22:22:00 2010	(r201538)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140989: commit references a PR
Date: Mon,  4 Jan 2010 22:23:23 +0000 (UTC)

 Author: brueffer
 Date: Mon Jan  4 22:23:09 2010
 New Revision: 201539
 URL: http://svn.freebsd.org/changeset/base/201539
 
 Log:
   Add a missing word.
   
   PR:		140989
   Submitted by:	Lachlan Kang
   MFC after:	1 week
 
 Modified:
   head/share/man/man7/security.7
 
 Modified: head/share/man/man7/security.7
 ==============================================================================
 --- head/share/man/man7/security.7	Mon Jan  4 22:22:00 2010	(r201538)
 +++ head/share/man/man7/security.7	Mon Jan  4 22:23:09 2010	(r201539)
 @@ -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.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Mon Jan 11 06:26:45 CET 2010 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140989 
>Unformatted:
