From f5d10a@internode.on.net  Sun Oct 10 15:42:33 2010
Return-Path: <f5d10a@internode.on.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 629A9106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Oct 2010 15:42:33 +0000 (UTC)
	(envelope-from f5d10a@internode.on.net)
Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131])
	by mx1.freebsd.org (Postfix) with ESMTP id ED9048FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Oct 2010 15:42:32 +0000 (UTC)
Received: from ppp118-208-132-82.lns20.bne1.internode.on.net (HELO pri.jn) ([118.208.132.82])
  by ipmail07.adl2.internode.on.net with SMTP; 11 Oct 2010 02:12:31 +1030
Message-Id: <20101011013917.89c0b232.f5d10a@internode.on.net>
Date: Mon, 11 Oct 2010 01:39:17 +1000
From: Joerg Niendorf <f5d10a@internode.on.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] Update for puc.4 man page

>Number:         151367
>Category:       docs
>Synopsis:       [patch] Update for puc.4 man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jhb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 10 15:50:00 UTC 2010
>Closed-Date:    Wed Nov 16 13:41:59 UTC 2011
>Last-Modified:  Wed Nov 16 13:41:59 UTC 2011
>Originator:     Joerg Niendorf <f5d10a@internode.on.net>
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
none
>Environment:
FreeBSD fbsd.jn.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Sun Oct 10 21:44:36 EST 2010
     root@fbsd.jn.local:/usr/obj/usr/src/sys/GENERIC  amd64


>Description:

The puc.4 man page does not contain any references to the uart(4)
driver and the statement "...still uses the same structure to
describe the cards..." is not quite correct anymore. Please refer
to the attached diff. I think my changes/additions make sense.
Thanks.


>How-To-Repeat:

man 4 puc


>Fix:

Index: puc.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/puc.4,v
retrieving revision 1.5
diff -u -r1.5 puc.4
--- puc.4	24 Jan 2008 12:09:59 -0000	1.5
+++ puc.4	10 Oct 2010 10:34:31 -0000
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD: src/share/man/man4/puc.4,v 1.5 2008/01/24 12:09:59 marck Exp $
 .\"
-.Dd January 24, 2008
+.Dd October 10, 2010
 .Dt PUC 4
 .Os
 .Sh NAME
@@ -36,10 +36,12 @@
 .Cd "device pci"
 .Cd "device puc"
 .Cd "device sio"
+.Cd "device uart"
 .Cd "device ppc"
 .Sh DESCRIPTION
 This driver acts as a shim to connect PCI serial and parallel ports to the
-.Xr sio 4
+.Xr sio 4 ,
+.Xr uart 4
 and
 .Xr ppc 4
 driver.
@@ -49,13 +51,18 @@
 Support for new cards should be added there.
 .Sh SEE ALSO
 .Xr ppc 4 ,
-.Xr sio 4
+.Xr sio 4 ,
+.Xr uart 4
 .Sh HISTORY
 This driver took the idea from the
 .Nx
 .Xr puc 4
-driver and still uses the same structure to describe cards, to ease exchanging
-card info.
+driver and still uses a similar structure to describe cards, to ease exchanging
+card info.  The
+.Xr puc 4
+driver was rewritten by
+.An Marcel Moolenaar Aq marcel@FreeBSD.org
+in 2006.
 .Sh BUGS
 Only serial ports are supported through the
 .Xr sio 4
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: eadler 
State-Changed-When: Wed Nov 16 03:45:49 UTC 2011 
State-Changed-Why:  
jhb committed something similar recently in r225200 


Responsible-Changed-From-To: freebsd-doc->jhb 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Wed Nov 16 03:45:49 UTC 2011 
Responsible-Changed-Why:  
jhb committed something similar recently in r225200 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151367 
State-Changed-From-To: patched->closed 
State-Changed-By: jhb 
State-Changed-When: Wed Nov 16 13:41:05 UTC 2011 
State-Changed-Why:  
Similar changes (albeit dropping mentions of sio(4) entirely) were 
committed to HEAD and merged to 8 already. 

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