From nobody@FreeBSD.org  Sat Feb 28 11:24:09 2009
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 B31DE106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 28 Feb 2009 11:24:09 +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 A159F8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 28 Feb 2009 11:24:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1SBO9mA070786
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 28 Feb 2009 11:24:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n1SBO9C5070779;
	Sat, 28 Feb 2009 11:24:09 GMT
	(envelope-from nobody)
Message-Id: <200902281124.n1SBO9C5070779@www.freebsd.org>
Date: Sat, 28 Feb 2009 11:24:09 GMT
From: Frank Staals <frank@fstaals.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: description in the malo(4) manpage incorrect
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132193
>Category:       docs
>Synopsis:       [patch] description in the malo(4) manpage incorrect
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 28 11:30:01 UTC 2009
>Closed-Date:    Wed Oct 28 18:41:59 CET 2009
>Last-Modified:  Wed Oct 28 18:41:59 CET 2009
>Originator:     Frank Staals
>Release:        FreeBSD 7.1-STABLE
>Organization:
FStaals.net
>Environment:
FreeBSD Lucy.FStaals.net 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Feb 28 03:38:16 CET 2009     root@Lucy.FStaals.net:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
The text in the description of the malo(4) manpage is incorrect. It states: 
' A package for the firmware which can be installed via pkg_add(1) can be found at: <URLHERE>'. However the url refers to a tarred port, which cannot be installed using pkg_add. 
>How-To-Repeat:
run 'man 4 malo'
>Fix:
Change the text 
'A package for the firmware which can be installed via pkg_add(1) can be
     found at:

           http://weongyo.org/project/malo/malo-firmware-1.4.tar.gz

     This package must be installed before ifconfig(8) will work.
' 

to something like: 

'A port for the firmware can be found at: 

http://weongyo.org/project/malo/malo-firmware-1.4.tar.gz 

The firmware can be installed by extracting the archive and running 'make install clean' in the malo-firmware-1.4 directory. 

This port must be installed before ifconfig(8) will work.'




>Release-Note:
>Audit-Trail:

From: Gavin Atkinson <gavin@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/132193: description in the malo(4) manpage incorrect
Date: Tue, 21 Apr 2009 16:11:41 +0100

 This PR seems valid, I've created a patch for this at
 http://people.FreeBSD.org/~gavin/PRs/132193.diff
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Wed Oct 21 11:22:50 CEST 2009 
State-Changed-Why:  
I've committed a modified version of gavin's patch. 
Thanks for the report! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Wed Oct 21 11:22:50 CEST 2009 
Responsible-Changed-Why:  
MFC reminder. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/132193: commit references a PR
Date: Wed, 21 Oct 2009 09:22:55 +0000 (UTC)

 Author: brueffer
 Date: Wed Oct 21 09:22:40 2009
 New Revision: 198313
 URL: http://svn.freebsd.org/changeset/base/198313
 
 Log:
   Improve the description of the malofw kernel module installation.
   
   PR:		132193
   Submitted by:	Frank Staals <frank@fstaals.net>
   Based on a patch by: gavin
   MFC after:	3 days
 
 Modified:
   head/share/man/man4/malo.4
 
 Modified: head/share/man/man4/malo.4
 ==============================================================================
 --- head/share/man/man4/malo.4	Wed Oct 21 04:35:09 2009	(r198312)
 +++ head/share/man/man4/malo.4	Wed Oct 21 09:22:40 2009	(r198313)
 @@ -31,7 +31,7 @@
  .\"
  .\" $FreeBSD$
  .\"/
 -.Dd March 26, 2009
 +.Dd October 21, 2009
  .Dt MALO 4
  .Os
  .Sh NAME
 @@ -71,14 +71,19 @@ For more information on configuring this
  .Pp
  This driver requires the
  .Nm malofw
 -be installed before it will work.
 +firmware kernel module be installed before it will work.
  The firmware files are not publicly available.
 -A package of the firmware which can be installed via
 -.Xr pkg_add 1
 -with:
 +A port of the firmware can be found at:
  .Bd -literal -offset indent
  http://weongyo.org/project/malo/malo-firmware-1.4.tar.gz
  .Ed
 +.Pp
 +The firmware kernel module can be installed by extracting
 +the archive and running
 +.Ql make install clean
 +in the
 +.Pa malo-firmware-1.4
 +directory.
  .Sh HARDWARE
  The following cards are among those supported by the
  .Nm
 _______________________________________________
 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: brueffer 
State-Changed-When: Wed Oct 28 18:41:45 CET 2009 
State-Changed-Why:  
MFC done. 

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