From nobody@FreeBSD.org  Tue May 25 08:16:02 2010
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 71E75106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 May 2010 08:16:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 613858FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 May 2010 08:16:02 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4P8G15M076993
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 May 2010 08:16:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o4P8G1N7076992;
	Tue, 25 May 2010 08:16:01 GMT
	(envelope-from nobody)
Message-Id: <201005250816.o4P8G1N7076992@www.freebsd.org>
Date: Tue, 25 May 2010 08:16:01 GMT
From: Alex Keda <admin@lissyara.su>
To: freebsd-gnats-submit@FreeBSD.org
Subject: bad link to "XaQti XMAC II datasheet" in sk(4) manual page
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         146958
>Category:       docs
>Synopsis:       bad link to "XaQti XMAC II datasheet" in sk(4) manual page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    issyl0
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 25 08:20:02 UTC 2010
>Closed-Date:    Sun Sep 16 10:46:36 UTC 2012
>Last-Modified:  Sun Sep 16 10:50:05 UTC 2012
>Originator:     Alex Keda
>Release:        CURRENT
>Organization:
USSR
>Environment:
FreeBSD lissyara-gp.grand-prix 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r208030: Fri May 14 00:07:23 MSD 2010     lissyara@lissyara-gp.grand-prix:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
man 4 sk contain link to "XaQti XMAC II datasheet"
..........
SEE ALSO
     altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), vlan(4),
     ifconfig(8)

     XaQti XMAC II datasheet, http://www.xaqti.com.
.........

XaQti Corp. not owned it domain.
may be need correct link to driver autthor page
http://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf

>How-To-Repeat:
-
>Fix:
-

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->issyl0 
Responsible-Changed-By: issyl0 
Responsible-Changed-When: Wed Aug 29 15:35:12 UTC 2012 
Responsible-Changed-Why:  
Mine. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146958 
State-Changed-From-To: open->patched 
State-Changed-By: issyl0 
State-Changed-When: Wed Aug 29 15:36:05 UTC 2012 
State-Changed-Why:  
Fix committed to src/ HEAD in r239840.  Awaiting MFC. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/146958: commit references a PR
Date: Wed, 29 Aug 2012 15:34:56 +0000 (UTC)

 Author: issyl0 (doc committer)
 Date: Wed Aug 29 15:34:31 2012
 New Revision: 239840
 URL: http://svn.freebsd.org/changeset/base/239840
 
 Log:
   Fix a dead link in sk(4).
   
   PR:		docs/146958
   Approved by:	gjb (mentor)
   MFC after:	3 days
 
 Modified:
   head/share/man/man4/sk.4
 
 Modified: head/share/man/man4/sk.4
 ==============================================================================
 --- head/share/man/man4/sk.4	Wed Aug 29 15:34:26 2012	(r239839)
 +++ head/share/man/man4/sk.4	Wed Aug 29 15:34:31 2012	(r239840)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd November 23, 2010
 +.Dd August 29, 2012
  .Dt SK 4
  .Os
  .Sh NAME
 @@ -223,7 +223,7 @@ the network connection (cable).
  .Xr ifconfig 8
  .Rs
  .%T XaQti XMAC II datasheet
 -.%U http://www.xaqti.com
 +.%U http://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf
  .Re
  .Rs
  .%T SysKonnect GEnesis programming manual
 _______________________________________________
 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 
State-Changed-By: issyl0 
State-Changed-When: Sun Sep 16 10:46:33 UTC 2012 
State-Changed-Why:  
This has been fixed now.  Thanks for the report! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/146958: commit references a PR
Date: Sun, 16 Sep 2012 10:40:36 +0000 (UTC)

 Author: issyl0 (doc committer)
 Date: Sun Sep 16 10:40:17 2012
 New Revision: 240557
 URL: http://svn.freebsd.org/changeset/base/240557
 
 Log:
   MFC r239840 from HEAD:
     - Fix a dead link in sk(4).
   
   PR:		docs/146958
   Approved by:	gabor (mentor)
 
 Modified:
   stable/9/share/man/man4/sk.4
 Directory Properties:
   stable/9/share/man/man4/   (props changed)
 
 Modified: stable/9/share/man/man4/sk.4
 ==============================================================================
 --- stable/9/share/man/man4/sk.4	Sun Sep 16 09:01:40 2012	(r240556)
 +++ stable/9/share/man/man4/sk.4	Sun Sep 16 10:40:17 2012	(r240557)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd November 23, 2010
 +.Dd August 29, 2012
  .Dt SK 4
  .Os
  .Sh NAME
 @@ -223,7 +223,7 @@ the network connection (cable).
  .Xr ifconfig 8
  .Rs
  .%T XaQti XMAC II datasheet
 -.%U http://www.xaqti.com
 +.%U http://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf
  .Re
  .Rs
  .%T SysKonnect GEnesis programming manual
 _______________________________________________
 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:
