Bug 177708

Summary: [patch] Fix misspelled URL in freebsd-update-server article
Product: Documentation Reporter: Björn Heidotting <b.heidotting>
Component: Books & ArticlesAssignee: Isabell Long <issyl0>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Björn Heidotting 2013-04-08 12:30:00 UTC
There is a misspelled URL in this article.

Wrong: <ulink url="&url.books.handbook;/updating-freebsdupdate.html">&os; Update</ulink>

Correct: <ulink url="&url.books.handbook;/updating-upgrading-freebsdupdate.html">&os; Update</ulink>

Fix: A Patch is included in this report.

Patch attached with submission follows:
How-To-Repeat: fgrep -A5 "Update client's" < en_US.ISO8859-1/articles/freebsd-update-server/article.xml
Comment 1 Isabell Long freebsd_committer freebsd_triage 2013-04-08 21:37:45 UTC
Responsible Changed
From-To: freebsd-doc->issyl0

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-08 22:06:20 UTC
Author: issyl0
Date: Mon Apr  8 21:06:12 2013
New Revision: 41395
URL: http://svnweb.freebsd.org/changeset/doc/41395

Log:
  Fix a broken link to the FreeBSD update web page.
  
  PR:		docs/177708
  Submitted by:	Bjoern Heidotting b.heidotting at yahoo dot com

Modified:
  head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml

Modified: head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml	Mon Apr  8 03:05:08 2013	(r41394)
+++ head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml	Mon Apr  8 21:06:12 2013	(r41395)
@@ -507,7 +507,7 @@ Wed Aug 26 12:50:07 PDT 2009 Cleaning st
       <literal>ServerName</literal> in
       <filename>/etc/freebsd-update.conf</filename>, and perform updates as
       instructed in the <ulink
-	url="&url.books.handbook;/updating-freebsdupdate.html">&os;
+	url="&url.books.handbook;/updating-upgrading-freebsdupdate.html">&os;
 	Update</ulink>
       <!-- One sentence, two instances of 'in'.  We can probably reword this
 	   part to avoid repetition. -->
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Isabell Long freebsd_committer freebsd_triage 2013-04-08 22:12:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!