Bug 159137

Summary: [patch] fix for incorrect link in crash(8) manpage
Product: Documentation Reporter: Michiel Overtoom <motoom>
Component: Books & ArticlesAssignee: Glen Barber <gjb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michiel Overtoom 2011-07-23 13:20:09 UTC
The crash(8) manpage refers to the main FreeBSD site instead of the Developers Handbook.  It should refer to http://www.freebsd.org/doc/en/books/developers-handbook/ instead of http://www.FreeBSD.org/

Fix: The supplied patch fixes the manpage, so it'll reference to the correct URL.

Patch attached with submission follows:
Comment 1 Michiel Overtoom 2011-07-23 13:37:10 UTC
Oops, this PR should be 

Category: docs
Class: doc-bug

Greetings, 

-- 
"The ability of the OSS process to collect and harness 
the collective IQ of thousands of individuals across 
the Internet is simply amazing." - Vinod Valloppillil 
http://www.catb.org/~esr/halloween/halloween4.html
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2011-07-23 15:28:46 UTC
Class Changed
From-To: sw-bug->doc-bug
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2011-07-23 15:28:46 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc
Comment 4 Glen Barber freebsd_committer freebsd_triage 2011-07-23 18:03:36 UTC
Responsible Changed
From-To: freebsd-doc->gjb

I'll take it.
Comment 5 Glen Barber freebsd_committer freebsd_triage 2011-07-24 00:03:02 UTC
State Changed
From-To: open->patched

Fix committed to HEAD (r224284). 
MFC in 3 days.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-07-26 18:09:53 UTC
Author: gjb (doc committer)
Date: Tue Jul 26 17:09:44 2011
New Revision: 224452
URL: http://svn.freebsd.org/changeset/base/224452

Log:
  MFC 224284:
  Fix various broken links in manual pages.
  
  PR:			159137

Modified:
  stable/8/share/man/man8/crash.8
Directory Properties:
  stable/8/share/man/man8/   (props changed)

Modified: stable/8/share/man/man8/crash.8
==============================================================================
--- stable/8/share/man/man8/crash.8	Tue Jul 26 17:02:53 2011	(r224451)
+++ stable/8/share/man/man8/crash.8	Tue Jul 26 17:09:44 2011	(r224452)
@@ -36,7 +36,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 2, 1996
+.Dd July 23, 2011
 .Dt CRASH 8
 .Os
 .Sh NAME
@@ -207,7 +207,7 @@ the panic message is printed.
 For more details consult the chapter on kernel debugging in
 the
 .%B "FreeBSD Developers' Handbook"
-.Pq Pa http://www.FreeBSD.org/ .
+.Pq Pa http://www.freebsd.org/doc/en/books/developers-handbook/ .
 .Sh SEE ALSO
 .Xr kgdb 1 ,
 .Xr dumpon 8 ,
_______________________________________________
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"
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-07-26 18:10:44 UTC
Author: gjb (doc committer)
Date: Tue Jul 26 17:10:25 2011
New Revision: 224453
URL: http://svn.freebsd.org/changeset/base/224453

Log:
  MFC 224284:
  Fix various broken links in manual pages.
  
  PR:		159137

Modified:
  stable/7/share/man/man8/crash.8
Directory Properties:
  stable/7/share/man/man8/   (props changed)

Modified: stable/7/share/man/man8/crash.8
==============================================================================
--- stable/7/share/man/man8/crash.8	Tue Jul 26 17:09:44 2011	(r224452)
+++ stable/7/share/man/man8/crash.8	Tue Jul 26 17:10:25 2011	(r224453)
@@ -36,7 +36,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 2, 1996
+.Dd July 23, 2011
 .Dt CRASH 8
 .Os
 .Sh NAME
@@ -207,7 +207,7 @@ the panic message is printed.
 For more details consult the chapter on kernel debugging in
 the
 .%B "FreeBSD Developers' Handbook"
-.Pq Pa http://www.FreeBSD.org/ .
+.Pq Pa http://www.freebsd.org/doc/en/books/developers-handbook/ .
 .Sh SEE ALSO
 .Xr kgdb 1 ,
 .Xr dumpon 8 ,
_______________________________________________
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"
Comment 8 Glen Barber freebsd_committer freebsd_triage 2011-07-26 18:11:31 UTC
State Changed
From-To: patched->closed

Merged to 7-stable and 8-stable.  Thanks!