| Summary: | [patch] fix for incorrect link in crash(8) manpage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Michiel Overtoom <motoom> | ||||
| Component: | Books & Articles | Assignee: | Glen Barber <gjb> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Michiel Overtoom
2011-07-23 13:20:09 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 Class Changed From-To: sw-bug->doc-bug Responsible Changed From-To: freebsd-bugs->freebsd-doc Responsible Changed From-To: freebsd-doc->gjb I'll take it. State Changed From-To: open->patched Fix committed to HEAD (r224284). MFC in 3 days. 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" 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" State Changed From-To: patched->closed Merged to 7-stable and 8-stable. Thanks! |