From nobody@FreeBSD.org  Fri Apr 30 19:17:11 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C838A106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Apr 2010 19:17:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id B82F88FC20
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Apr 2010 19:17:10 +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 o3UJHAmC070355
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Apr 2010 19:17:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o3UJHAAr070354;
	Fri, 30 Apr 2010 19:17:10 GMT
	(envelope-from nobody)
Message-Id: <201004301917.o3UJHAAr070354@www.freebsd.org>
Date: Fri, 30 Apr 2010 19:17:10 GMT
From: pluknet <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] wrap ata.4 lines on terminal boundary
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         146195
>Category:       docs
>Synopsis:       [patch] wrap ata.4 lines on terminal boundary
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pluknet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 19:20:07 UTC 2010
>Closed-Date:    Tue Oct 19 11:02:40 UTC 2010
>Last-Modified:  Tue Oct 19 11:02:40 UTC 2010
>Originator:     pluknet
>Release:        HEAD r207204
>Organization:
>Environment:
>Description:
This simple patch wraps long lines in ata(4) manpage on terminal boundary.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: share/man/man4/ata.4
===================================================================
--- share/man/man4/ata.4	(revision 207204)
+++ share/man/man4/ata.4	(working copy)
@@ -163,13 +163,19 @@
 nForce, nForce2, nForce2 MCP, nForce3, nForce3 MCP, nForce3 Pro, nForce4,
 MCP51, MCP55, MCP61, MCP65, MCP67, MCP73, MCP77, MCP79, MCP89.
 .It Promise:
-PDC20246, PDC20262, PDC20263, PDC20265, PDC20267, PDC20268, PDC20269, PDC20270, PDC20271, PDC20275, PDC20276, PDC20277, PDC20318, PDC20319, PDC20371, PDC20375, PDC20376, PDC20377, PDC20378, PDC20379, PDC20571, PDC20575, PDC20579, PDC20580, PDC20617, PDC20618, PDC20619, PDC20620, PDC20621, PDC20622, PDC40518, PDC40519, PDC40718, PDC40719.
+PDC20246, PDC20262, PDC20263, PDC20265, PDC20267, PDC20268, PDC20269, PDC20270,
+PDC20271, PDC20275, PDC20276, PDC20277, PDC20318, PDC20319, PDC20371, PDC20375,
+PDC20376, PDC20377, PDC20378, PDC20379, PDC20571, PDC20575, PDC20579, PDC20580,
+PDC20617, PDC20618, PDC20619, PDC20620, PDC20621, PDC20622, PDC40518, PDC40519,
+PDC40718, PDC40719.
 .It ServerWorks:
 HT1000, ROSB4, CSB5, CSB6, K2, Frodo4, Frodo8.
 .It Silicon Image:
 SiI0680, SiI3112, SiI3114, SiI3124, SiI3132, SiI3512.
 .It SiS:
-SIS180, SIS181, SIS182, SIS5513, SIS530, SIS540, SIS550, SIS620, SIS630, SIS630S, SIS633, SIS635, SIS730, SIS733, SIS735, SIS745, SIS961, SIS962, SIS963, SIS964, SIS965.
+SIS180, SIS181, SIS182, SIS5513, SIS530, SIS540, SIS550, SIS620, SIS630,
+SIS630S, SIS633, SIS635, SIS730, SIS733, SIS735, SIS745, SIS961, SIS962,
+SIS963, SIS964, SIS965.
 .It VIA:
 VT6410, VT6420, VT6421, VT82C586, VT82C586B, VT82C596, VT82C596B, VT82C686,
 VT82C686A, VT82C686B, VT8231, VT8233, VT8233A, VT8233C, VT8235, VT8237,


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/146195: commit references a PR
Date: Thu,  7 Oct 2010 12:58:14 +0000 (UTC)

 Author: pluknet
 Date: Thu Oct  7 12:58:09 2010
 New Revision: 213514
 URL: http://svn.freebsd.org/changeset/base/213514
 
 Log:
   Cosmetic change:
   Wrap lines for SiS and Promise entries to 80 columns.
   This doesn't change appearance in page rendered with troff or man.cgi.
   
   PR:		docs/146195
   Approved by:	kib (mentor)
   MFC after:	1 week
 
 Modified:
   head/share/man/man4/ata.4
 
 Modified: head/share/man/man4/ata.4
 ==============================================================================
 --- head/share/man/man4/ata.4	Thu Oct  7 12:57:16 2010	(r213513)
 +++ head/share/man/man4/ata.4	Thu Oct  7 12:58:09 2010	(r213514)
 @@ -167,13 +167,19 @@ NC3000, NC5000.
  nForce, nForce2, nForce2 MCP, nForce3, nForce3 MCP, nForce3 Pro, nForce4,
  MCP51, MCP55, MCP61, MCP65, MCP67, MCP73, MCP77, MCP79, MCP89.
  .It Promise:
 -PDC20246, PDC20262, PDC20263, PDC20265, PDC20267, PDC20268, PDC20269, PDC20270, PDC20271, PDC20275, PDC20276, PDC20277, PDC20318, PDC20319, PDC20371, PDC20375, PDC20376, PDC20377, PDC20378, PDC20379, PDC20571, PDC20575, PDC20579, PDC20580, PDC20617, PDC20618, PDC20619, PDC20620, PDC20621, PDC20622, PDC40518, PDC40519, PDC40718, PDC40719.
 +PDC20246, PDC20262, PDC20263, PDC20265, PDC20267, PDC20268, PDC20269, PDC20270,
 +PDC20271, PDC20275, PDC20276, PDC20277, PDC20318, PDC20319, PDC20371, PDC20375,
 +PDC20376, PDC20377, PDC20378, PDC20379, PDC20571, PDC20575, PDC20579, PDC20580,
 +PDC20617, PDC20618, PDC20619, PDC20620, PDC20621, PDC20622, PDC40518, PDC40519,
 +PDC40718, PDC40719.
  .It ServerWorks:
  HT1000, ROSB4, CSB5, CSB6, K2, Frodo4, Frodo8.
  .It Silicon Image:
  SiI0680, SiI3112, SiI3114, SiI3124, SiI3132, SiI3512.
  .It SiS:
 -SIS180, SIS181, SIS182, SIS5513, SIS530, SIS540, SIS550, SIS620, SIS630, SIS630S, SIS633, SIS635, SIS730, SIS733, SIS735, SIS745, SIS961, SIS962, SIS963, SIS964, SIS965.
 +SIS180, SIS181, SIS182, SIS5513, SIS530, SIS540, SIS550, SIS620, SIS630,
 +SIS630S, SIS633, SIS635, SIS730, SIS733, SIS735, SIS745, SIS961, SIS962,
 +SIS963, SIS964, SIS965.
  .It VIA:
  VT6410, VT6420, VT6421, VT82C586, VT82C586B, VT82C596, VT82C596B, VT82C686,
  VT82C686A, VT82C686B, VT8231, VT8233, VT8233A, VT8233C, VT8235, VT8237,
 _______________________________________________
 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"
 
Responsible-Changed-From-To: freebsd-doc->pluknet 
Responsible-Changed-By: pluknet 
Responsible-Changed-When: Thu Oct 7 13:17:59 UTC 2010 
Responsible-Changed-Why:  
Take my PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146195 
State-Changed-From-To: open->patched 
State-Changed-By: pluknet 
State-Changed-When: Thu Oct 7 13:20:58 UTC 2010 
State-Changed-Why:  
Fixed in HEAD. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/146195: commit references a PR
Date: Tue, 19 Oct 2010 10:51:28 +0000 (UTC)

 Author: pluknet
 Date: Tue Oct 19 10:51:18 2010
 New Revision: 214051
 URL: http://svn.freebsd.org/changeset/base/214051
 
 Log:
   MFC r213514:
   Wrap lines for SiS and Promise entries to 80 columns.
   
   PR:		docs/146195
   Approved by:	avg (mentor)
 
 Modified:
   stable/8/share/man/man4/ata.4
 Directory Properties:
   stable/8/share/man/man4/   (props changed)
 
 Modified: stable/8/share/man/man4/ata.4
 ==============================================================================
 --- stable/8/share/man/man4/ata.4	Tue Oct 19 09:25:58 2010	(r214050)
 +++ stable/8/share/man/man4/ata.4	Tue Oct 19 10:51:18 2010	(r214051)
 @@ -167,13 +167,19 @@ NC3000, NC5000.
  nForce, nForce2, nForce2 MCP, nForce3, nForce3 MCP, nForce3 Pro, nForce4,
  MCP51, MCP55, MCP61, MCP65, MCP67, MCP73, MCP77, MCP79, MCP89.
  .It Promise:
 -PDC20246, PDC20262, PDC20263, PDC20265, PDC20267, PDC20268, PDC20269, PDC20270, PDC20271, PDC20275, PDC20276, PDC20277, PDC20318, PDC20319, PDC20371, PDC20375, PDC20376, PDC20377, PDC20378, PDC20379, PDC20571, PDC20575, PDC20579, PDC20580, PDC20617, PDC20618, PDC20619, PDC20620, PDC20621, PDC20622, PDC40518, PDC40519, PDC40718, PDC40719.
 +PDC20246, PDC20262, PDC20263, PDC20265, PDC20267, PDC20268, PDC20269, PDC20270,
 +PDC20271, PDC20275, PDC20276, PDC20277, PDC20318, PDC20319, PDC20371, PDC20375,
 +PDC20376, PDC20377, PDC20378, PDC20379, PDC20571, PDC20575, PDC20579, PDC20580,
 +PDC20617, PDC20618, PDC20619, PDC20620, PDC20621, PDC20622, PDC40518, PDC40519,
 +PDC40718, PDC40719.
  .It ServerWorks:
  HT1000, ROSB4, CSB5, CSB6, K2, Frodo4, Frodo8.
  .It Silicon Image:
  SiI0680, SiI3112, SiI3114, SiI3124, SiI3132, SiI3512.
  .It SiS:
 -SIS180, SIS181, SIS182, SIS5513, SIS530, SIS540, SIS550, SIS620, SIS630, SIS630S, SIS633, SIS635, SIS730, SIS733, SIS735, SIS745, SIS961, SIS962, SIS963, SIS964, SIS965.
 +SIS180, SIS181, SIS182, SIS5513, SIS530, SIS540, SIS550, SIS620, SIS630,
 +SIS630S, SIS633, SIS635, SIS730, SIS733, SIS735, SIS745, SIS961, SIS962,
 +SIS963, SIS964, SIS965.
  .It VIA:
  VT6410, VT6420, VT6421, VT82C586, VT82C586B, VT82C596, VT82C596B, VT82C686,
  VT82C686A, VT82C686B, VT8231, VT8233, VT8233A, VT8233C, VT8235, VT8237,
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/146195: commit references a PR
Date: Tue, 19 Oct 2010 10:57:09 +0000 (UTC)

 Author: pluknet
 Date: Tue Oct 19 10:56:56 2010
 New Revision: 214052
 URL: http://svn.freebsd.org/changeset/base/214052
 
 Log:
   MFC r213514:
   Wrap lines for SiS and Promise entries to 80 columns.
   
   PR:		docs/146195
   Approved by:	avg (mentor)
 
 Modified:
   stable/7/share/man/man4/ata.4
 Directory Properties:
   stable/7/share/man/man4/   (props changed)
 
 Modified: stable/7/share/man/man4/ata.4
 ==============================================================================
 --- stable/7/share/man/man4/ata.4	Tue Oct 19 10:51:18 2010	(r214051)
 +++ stable/7/share/man/man4/ata.4	Tue Oct 19 10:56:56 2010	(r214052)
 @@ -135,13 +135,19 @@ NC3000, NC5000.
  .It nVidia:
  nForce, nForce2, nForce2 MCP, nForce3, nForce3 MCP, nForce3 Pro, nForce4.
  .It Promise:
 -PDC20246, PDC20262, PDC20263, PDC20265, PDC20267, PDC20268, PDC20269, PDC20270, PDC20271, PDC20275, PDC20276, PDC20277, PDC20318, PDC20319, PDC20371, PDC20375, PDC20376, PDC20377, PDC20378, PDC20379, PDC20571, PDC20575, PDC20579, PDC20580, PDC20617, PDC20618, PDC20619, PDC20620, PDC20621, PDC20622, PDC40518, PDC40519, PDC40718, PDC40719.
 +PDC20246, PDC20262, PDC20263, PDC20265, PDC20267, PDC20268, PDC20269, PDC20270,
 +PDC20271, PDC20275, PDC20276, PDC20277, PDC20318, PDC20319, PDC20371, PDC20375,
 +PDC20376, PDC20377, PDC20378, PDC20379, PDC20571, PDC20575, PDC20579, PDC20580,
 +PDC20617, PDC20618, PDC20619, PDC20620, PDC20621, PDC20622, PDC40518, PDC40519,
 +PDC40718, PDC40719.
  .It ServerWorks:
  HT1000, ROSB4, CSB5, CSB6, K2, Frodo4, Frodo8.
  .It Silicon Image:
  SiI0680, SiI3112, SiI3114, SiI3124, SiI3132, SiI3512.
  .It SiS:
 -SIS180, SIS181, SIS182, SIS5513, SIS530, SIS540, SIS550, SIS620, SIS630, SIS630S, SIS633, SIS635, SIS730, SIS733, SIS735, SIS745, SIS961, SIS962, SIS963, SIS964, SIS965.
 +SIS180, SIS181, SIS182, SIS5513, SIS530, SIS540, SIS550, SIS620, SIS630,
 +SIS630S, SIS633, SIS635, SIS730, SIS733, SIS735, SIS745, SIS961, SIS962,
 +SIS963, SIS964, SIS965.
  .It VIA:
  VT6410, VT6420, VT6421, VT82C586, VT82C586B, VT82C596, VT82C596B, VT82C686, VT82C686A, VT82C686B, VT8231, VT8233, VT8233A, VT8233C, VT8235, VT8237, VT8237A, VT8237S, VT8251.
  .El
 _______________________________________________
 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: pluknet 
State-Changed-When: Tue Oct 19 11:01:24 UTC 2010 
State-Changed-Why:  
Merged to 8 and 7. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146195 
>Unformatted:
