From ga9@buffy.york.ac.uk  Tue Sep 14 15:49:06 2004
Return-Path: <ga9@buffy.york.ac.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BD88316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2004 15:49:06 +0000 (GMT)
Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3060443D31
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2004 15:49:06 +0000 (GMT)
	(envelope-from ga9@buffy.york.ac.uk)
Received: from buffy.york.ac.uk (buffy.york.ac.uk [144.32.226.160])
	by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id i8EFn0qR009885
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2004 16:49:01 +0100 (BST)
Received: from buffy.york.ac.uk (localhost [127.0.0.1])
	by buffy.york.ac.uk (8.13.1/8.12.11) with ESMTP id i8EFn0IF067271
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2004 16:49:00 +0100 (BST)
	(envelope-from ga9@buffy.york.ac.uk)
Received: (from ga9@localhost)
	by buffy.york.ac.uk (8.13.1/8.12.11/Submit) id i8EFn01Z067270;
	Tue, 14 Sep 2004 16:49:00 +0100 (BST)
	(envelope-from ga9)
Message-Id: <200409141549.i8EFn01Z067270@buffy.york.ac.uk>
Date: Tue, 14 Sep 2004 16:49:00 +0100 (BST)
From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Reply-To: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] fsinfo(8) man page missing information
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71730
>Category:       docs
>Synopsis:       [patch] fsinfo(8) man page missing information
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 14 15:50:17 GMT 2004
>Closed-Date:    Wed Feb 23 01:46:20 GMT 2005
>Last-Modified:  Wed Feb 23 01:46:20 GMT 2005
>Originator:     Gavin Atkinson
>Release:        FreeBSD 5.3-BETA2 i386
>Organization:
>Environment:
System: FreeBSD buffy.york.ac.uk 5.3-BETA2 FreeBSD 5.3-BETA2 #9: Mon Sep 6 15:59:27 BST 2004 root@buffy.york.ac.uk:/usr/obj/usr/src/sys/GENERIC i386
>Description:

	The man page for fsinfo(8) misses a few important bits of information, because
the mark-up for the crossreferences is wrong. As a result, the description contains:

     The fsinfo utility takes a set of system configuration information, and
     generates a coordinated set of , and mountd(8) configuration files.

rather than

     The fsinfo utility takes a set of system configuration information, and
     generates a coordinated set of amd(8) , mount(8) and mountd(8) configura-
     tion files.

>How-To-Repeat:

	man 8 fsinfo

>Fix:

	The fix is to revert half of the changes made in revision 1.8 of the file.
This file is in contrib, however it seems to have had other changes made to it since
the import anyway, so I don't believe this matters.

	(Patch also available at http://www.devrandom.co.uk/freebsd/fsinfo.8.diff)


Index: src/contrib/amd/fsinfo/fsinfo.8
===================================================================
RCS file: /usr/cvs/src/contrib/amd/fsinfo/fsinfo.8,v
retrieving revision 1.10
diff -u -r1.10 fsinfo.8
--- src/contrib/amd/fsinfo/fsinfo.8	6 Jul 2004 13:16:46 -0000	1.10
+++ src/contrib/amd/fsinfo/fsinfo.8	14 Sep 2004 15:15:33 -0000
@@ -64,9 +64,9 @@
 .Nm
 utility takes a set of system configuration information, and generates
 a coordinated set of
-.I amd
+.Xr amd 8
 ,
-.I mount
+.Xr mount 8
 and
 .Xr mountd 8
 configuration files.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->mbr 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Tue Sep 14 16:08:00 GMT 2004 
Responsible-Changed-Why:  
Over to Martin who handled the last import, and therefore will know if 
it's OK for this manpage to be updated locally again. 

Martin, if you're happy with this but don't want to handle it yourself, 
then chuck this back at us doc folks.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71730 
Responsible-Changed-From-To: mbr->freebsd-doc 
Responsible-Changed-By: mbr 
Responsible-Changed-When: Fri Oct 15 08:24:20 GMT 2004 
Responsible-Changed-Why:  
Just go for it. I'm happy with it :-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71730 
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Fri Oct 15 12:51:03 GMT 2004 
State-Changed-Why:  
Patched in CURRENT, debating on the MFC.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Fri Oct 15 12:51:03 GMT 2004 
Responsible-Changed-Why:  
Patched in CURRENT, debating on the MFC.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71730 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Wed Feb 23 01:45:44 GMT 2005 
State-Changed-Why:  
Better late then never.  MFC complete, close this PR. 

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