From nobody@FreeBSD.org  Sat Jul 23 12:04:28 2011
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 261C3106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Jul 2011 12:04:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 163B18FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Jul 2011 12:04:28 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6NC4RxY028818
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Jul 2011 12:04:27 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6NC4RLT028802;
	Sat, 23 Jul 2011 12:04:27 GMT
	(envelope-from nobody)
Message-Id: <201107231204.p6NC4RLT028802@red.freebsd.org>
Date: Sat, 23 Jul 2011 12:04:27 GMT
From: Michiel Overtoom <motoom@xs4all.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] fix for broken links in manpage reiserfs(5)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         159136
>Category:       docs
>Synopsis:       [patch] fix for broken links in manpage reiserfs(5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 23 12:10:12 UTC 2011
>Closed-Date:    Tue Jul 26 17:17:27 UTC 2011
>Last-Modified:  Tue Jul 26 17:20:11 UTC 2011
>Originator:     Michiel Overtoom
>Release:        9.0-CURRENT
>Organization:
>Environment:
>Description:
The AUTHORS section of the manpage reiserfs(5) contains a link to namesys.com, which is broken.
>How-To-Repeat:
Point your browser to http://www.namesys.com/
>Fix:
The supplied patch removes the link.

Patch attached with submission follows:

--- /usr/src/share/man/man5/reiserfs.5.orig     2011-07-23 15:58:07.000000000 +0200
+++ /usr/src/share/man/man5/reiserfs.5  2011-07-23 15:59:32.000000000 +0200
@@ -69,10 +69,7 @@
 .Fx 6.0 .
 .Sh AUTHORS
 .An -nosplit
-The ReiserFS kernel implementation was written by
-.An Hans Reiser
-.Pq Pa http://www.namesys.com/ ,
-and ported to
+The ReiserFS kernel implementation was written by Hans Reiser and ported to
 .Fx
 by
 .An Jean-S\['e]bastien P\['e]dron Aq dumbbell@FreeBSD.org .


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Sat Jul 23 17:03:10 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=159136 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Sat Jul 23 23:02:35 UTC 2011 
State-Changed-Why:  
Fix committed to HEAD (r224284) with minor changes. 
MFC in 3 days. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=159136 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Tue Jul 26 17:17:06 UTC 2011 
State-Changed-Why:  
Merged to 7-stable and 8-stable.  Thanks! 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/159136: commit references a PR
Date: Tue, 26 Jul 2011 17:16:41 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Tue Jul 26 17:16:13 2011
 New Revision: 224454
 URL: http://svn.freebsd.org/changeset/base/224454
 
 Log:
   MFC 224284:
   Fix various broken links in manual pages.
   
   PR:		159136
 
 Modified:
   stable/8/share/man/man5/reiserfs.5
 Directory Properties:
   stable/8/share/man/man5/   (props changed)
 
 Modified: stable/8/share/man/man5/reiserfs.5
 ==============================================================================
 --- stable/8/share/man/man5/reiserfs.5	Tue Jul 26 17:10:25 2011	(r224453)
 +++ stable/8/share/man/man5/reiserfs.5	Tue Jul 26 17:16:13 2011	(r224454)
 @@ -26,7 +26,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd May 16, 2006
 +.Dd July 23, 2011
  .Dt REISERFS 5
  .Os
  .Sh NAME
 @@ -74,7 +74,6 @@ first appeared in
  .An -nosplit
  The ReiserFS kernel implementation was written by
  .An Hans Reiser
 -.Pq Pa http://www.namesys.com/ ,
  and ported to
  .Fx
  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/159136: commit references a PR
Date: Tue, 26 Jul 2011 17:17:21 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Tue Jul 26 17:16:55 2011
 New Revision: 224455
 URL: http://svn.freebsd.org/changeset/base/224455
 
 Log:
   MFC 224284:
   Fix various broken links in manual pages.
   
   PR:		159136
 
 Modified:
   stable/7/share/man/man5/reiserfs.5
 Directory Properties:
   stable/7/share/man/man5/   (props changed)
 
 Modified: stable/7/share/man/man5/reiserfs.5
 ==============================================================================
 --- stable/7/share/man/man5/reiserfs.5	Tue Jul 26 17:16:13 2011	(r224454)
 +++ stable/7/share/man/man5/reiserfs.5	Tue Jul 26 17:16:55 2011	(r224455)
 @@ -26,7 +26,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd May 16, 2006
 +.Dd July 23, 2011
  .Dt REISERFS 5
  .Os
  .Sh NAME
 @@ -74,7 +74,6 @@ first appeared in
  .An -nosplit
  The ReiserFS kernel implementation was written by
  .An Hans Reiser
 -.Pq Pa http://www.namesys.com/ ,
  and ported to
  .Fx
  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"
 
>Unformatted:
