Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2011 12:13:31 GMT
From:      Michiel Overtoom <motoom@xs4all.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/159137: [patch] fix for incorrect link in crash(8) manpage
Message-ID:  <201107231213.p6NCDV1E036153@red.freebsd.org>
Resent-Message-ID: <201107231220.p6NCK9HZ040214@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159137
>Category:       misc
>Synopsis:       [patch] fix for incorrect link in crash(8) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 23 12:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Michiel Overtoom
>Release:        9.0-CURRENT
>Organization:
>Environment:
>Description:
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/
>How-To-Repeat:

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

Patch attached with submission follows:

--- /usr/src/share/man/man8/crash.8.orig        2005-06-30 15:01:44.000000000 +0200
+++ /usr/src/share/man/man8/crash.8     2011-07-23 16:09:04.000000000 +0200
@@ -207,7 +207,7 @@
 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 ,


>Release-Note:
>Audit-Trail:
>Unformatted:



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