From nobody@FreeBSD.org  Sun Jun  3 16:50:46 2007
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 7402316A421
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Jun 2007 16:50:46 +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 4D3C713C483
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Jun 2007 16:50:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l53GokLl012869
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 3 Jun 2007 16:50:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l53GojlF012868;
	Sun, 3 Jun 2007 16:50:45 GMT
	(envelope-from nobody)
Message-Id: <200706031650.l53GojlF012868@www.freebsd.org>
Date: Sun, 3 Jun 2007 16:50:45 GMT
From: Joao Rocha Braga Filho<goffredo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Where is lagg(4) man page?
X-Send-Pr-Version: www-3.0

>Number:         113296
>Category:       docs
>Synopsis:       Where is lagg(4) man page?
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    danger
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 03 17:00:09 GMT 2007
>Closed-Date:    Thu Jun 21 16:20:27 GMT 2007
>Last-Modified:  Sun Dec  9 23:20:01 UTC 2007
>Originator:     Joao Rocha Braga Filho
>Release:        FreeBSD 6.2 i386
>Organization:
>Environment:
FreeBSD piccola.paratyinfo.com.br 6.2-STABLE FreeBSD 6.2-STABLE #4: Sun Jun  3 00:47:36 BRT 2007     goffredo@piccola.paratyinfo.com.br:/usr/src/sys/i386/compile/PICCOLA  i386

>Description:
Is not in my system, nor in http://www.freebsd.org/cgi/man.cgi.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: danger 
State-Changed-When: Tue Jun 19 17:13:18 UTC 2007 
State-Changed-Why:  
I have sent some feedback by email to the submitter, suggesting to 
update his system to latest RELENG_6. 

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

From: Daniel Gerzo <danger@FreeBSD.org>
To: bug-followup@FreeBSD.org, goffredo@gmail.com
Cc:  
Subject: Re: docs/113296: Where is lagg(4) man page?
Date: Tue, 19 Jun 2007 19:16:56 +0200

 Hello,
 
   please try to update your system to the lates RELENG_6, since it
   seems like lagg(4) man page was merged back to RELENG_6 a bit later
   than the driver itself.
 
   Let us know if that helped.
 
 -- 
 Best regards,
  Daniel                          mailto:danger@FreeBSD.org
 

From: Daniel Gerzo <danger@FreeBSD.org>
To: bug-followup@FreeBSD.org, goffredo@gmail.com
Cc: "Daniel Gerzo" <danger@freebsd.org>
Subject: Re: docs/113296: Where is lagg(4) man page?
Date: Wed, 20 Jun 2007 18:35:20 +0200

 Hello Joao,
 
 Wednesday, June 20, 2007, 2:06:40 AM, you wrote:
 
 Joao, I will try to answer your questions:
 
 > Now I made:
 
 > "
 > root:piccola[107] cvsup -g /root/stable-supfile
 > Connected to cvsup2.FreeBSD.org
 > Updating collection src-all/cvs
 >    ...
 >  Edit src/sys/modules/cxgb/Makefile
 >  Edit src/sys/sys/syscallsubr.h
 >  Edit src/sys/sys/systm.h
 > Finished successfully
 > root:piccola[108] find . -name 'lagg*' -print
 > ./share/man/man4/lagg.4
 > "
 
 Ok, seems like you will have the lagg.4 man page available after you
 will build and install your new RELNEG_6 system.
 
 > I will compile and install the system.
 
 > But my system isn't very much outdated:
 
 > "
 > root:piccola[109] uname -a
 > FreeBSD piccola.paratyinfo.com.br 6.2-STABLE FreeBSD 6.2-STABLE #4:
 > Sun Jun  3 00:47:36 BRT 2007
 > goffredo@piccola.paratyinfo.com.br:/usr/src/sys/i386/compile/PICCOLA
 > i386
 > "
 
 That's interesting, since the man page was merged back to RELENG_6 by
 this commit:
 Thu May 17 01:45:14 2007 UTC (4 weeks, 6 days ago) by thompsa
 
 you can check yourself the history of this man page at:
 http://www.freebsd.org/cgi/cvsweb.cgi/src/share/man/man4/lagg.4
 
 Maybe you have been updating your src tree from some mirror, which was
 out of sync by that time. Important thing is, that you have the man
 page now in the source tree, so if you do not have NO_MAN in your
 make.conf, it should be installed this time properly.
 
 > And the lagg(4) man page isn't in 6.2-stable:
 
 > http://www.freebsd.org/cgi/man.cgi?query=3Dlagg&apropos=3D0&sektion=3D0&m=
 anpath=3DFreeBSD+6.2-stable&format=3Dhtml
 
 Ok, this is pretty common problem of the man.cgi, since the manual
 pages that are on-line are not synchronized with the current states of
 the branches all the time.
 
 > But I found in 7.0-current:
 
 > http://www.freebsd.org/cgi/man.cgi?query=3Dlagg&apropos=3D0&sektion=3D0&m=
 anpath=3DFreeBSD+7-current&format=3Dhtml
 
 This is correct.
 
 > "
 >     ...
 > HISTORY
 >      The lagg device first appeared in FreeBSD 7.0.
 
 > So, why it should appear in 6.2 stable, and the man page says 7.0? My
 > sugestion to man page is 6.3 and 7.0.
 
 This is fine, since the lagg(4) driver first appeared in FreeBSD 7.0
 (or even more correctly, it _will_ first appear in the FreeBSD 7.0, as
 the FreeBSD 6.3 will be released after 7.0-RELEASE.
 
 > FreeBSD 4.11                    April 17, 2007                    FreeBSD=
  4.11
 > And why FreeBSD 4.11 when I ask 7.0?
 
 This line is correct as well, because the cgi script is running on
 FreeBSD 4.11 system.
 
 > Thanks,
 > Jo=E3o Rocha.
 
 I hope that my answers helped to you. Please let me know if the man
 page installed on your system successfuly.
 
 --=20
 Best regards,
  Daniel Gerzo                           mailto:danger@FreeBSD.org
 
State-Changed-From-To: feedback->closed 
State-Changed-By: danger 
State-Changed-When: Thu Jun 21 16:19:09 UTC 2007 
State-Changed-Why:  
Submitter has confirmed, that updating his system fixed his problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113296 
Responsible-Changed-From-To: freebsd-doc->danger 
Responsible-Changed-By: danger 
Responsible-Changed-When: Thu Jun 21 16:20:31 UTC 2007 
Responsible-Changed-Why:  
Set me responsible 

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

From: Dan Lukes <dan@obluda.cz>
To: bug-followup@FreeBSD.org
Cc: Daniel Gerzo <danger@FreeBSD.org>
Subject: Re: docs/113296: Where is lagg(4) man page?
Date: Sun, 09 Dec 2007 23:47:18 +0100

 >> HISTORY
 >> The lagg device first appeared in FreeBSD 7.0.
 > 
 >> So, why it should appear in 6.2 stable, and the man page says 7.0? My
 >> sugestion to man page is 6.3 and 7.0.
 > 
 > This is fine, since the lagg(4) driver first appeared in FreeBSD 7.0
 > (or even more correctly, it _will_ first appear in the FreeBSD 7.0, as
 > the FreeBSD 6.3 will be released after 7.0-RELEASE.
 
 	It seems the 6.3-RELEASE will be released before the 7.0-RELEASE so 
 it's not (or even more correctly - will not be) fine...
 
 						Dan
 
 
 
 -- 
 Dan Lukes                                               SISAL MFF UK
 AKA: dan at obluda.cz, dan at freebsd.cz, dan at (kolej.)mff.cuni.cz
>Unformatted:
