From bmah@cisco.com  Wed Aug  2 15:57:02 2000
Return-Path: <bmah@cisco.com>
Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42])
	by hub.freebsd.org (Postfix) with ESMTP id DEB4937B800
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Aug 2000 15:57:00 -0700 (PDT)
	(envelope-from bmah@cisco.com)
Received: (from bmah@localhost)
	by bmah-freebsd-0.cisco.com (8.11.0/8.11.0) id e72Mux925800;
	Wed, 2 Aug 2000 15:56:59 -0700 (PDT)
	(envelope-from bmah)
Message-Id: <200008022256.e72Mux925800@bmah-freebsd-0.cisco.com>
Date: Wed, 2 Aug 2000 15:56:59 -0700 (PDT)
From: bmah@cisco.com (Bruce A. Mah)
Reply-To: bmah@cisco.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] mountd.8 missing cross-references
X-Send-Pr-Version: 3.2

>Number:         20369
>Category:       docs
>Synopsis:       [patch] mountd.8 missing cross-references
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 02 16:00:04 PDT 2000
>Closed-Date:    Sun Oct 29 06:47:28 PST 2000
>Last-Modified:  Sun Oct 29 06:48:45 PST 2000
>Originator:     Bruce A. Mah
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
Cisco Systems, Inc.
>Environment:

5-current, 4-stable

>Description:

The manpage for mountd(8) is missing some cross-references in the
"SEE ALSO" section.

The attached patch fixes 5-current.  With the exception of the
entry for mount_hpfs, this patch is correct for 4-stable as well,
should someone want to do a MFC on this.

>How-To-Repeat:

	

>Fix:

Index: sbin/mount/mount.8
===================================================================
RCS file: /cvsroot/src/sbin/mount/mount.8,v
retrieving revision 1.32
diff -c -r1.32 mount.8
*** sbin/mount/mount.8	2000/04/30 22:08:13	1.32
--- sbin/mount/mount.8	2000/08/02 22:53:05
***************
*** 353,366 ****
--- 353,371 ----
  .Xr kldload 8 ,
  .Xr mount_cd9660 8 ,
  .Xr mount_devfs 8 ,
+ .Xr mount_ext2fs 8 ,
  .Xr mount_fdesc 8 ,
+ .Xr mount_hpfs 8 ,
  .Xr mount_kernfs 8 ,
+ .Xr mount_linprocfs 8 ,
  .Xr mount_mfs 8 ,
  .Xr mount_msdos 8 ,
  .Xr mount_nfs 8 ,
  .Xr mount_null 8 ,
+ .Xr mount_nwfs 8 ,
  .Xr mount_portal 8 ,
  .Xr mount_procfs 8 ,
+ .Xr mount_std 8 ,
  .Xr mount_umap 8 ,
  .Xr mount_union 8 ,
  .Xr umount 8


>Release-Note:
>Audit-Trail:

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: bmah@cisco.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/20369: [patch] mountd.8 missing cross-references 
Date: Thu, 03 Aug 2000 09:05:35 +0200

 On Wed, 02 Aug 2000 15:56:59 MST, Bruce A. Mah wrote:
 
 > + .Xr mount_hpfs 8 ,
 
 Bruce, what's this?
 
 Ciao,
 Sheldon.
 

From: bmah@cisco.com (Bruce A. Mah)
To: Sheldon Hearn <sheldonh@uunet.co.za>
Cc: bmah@cisco.com, FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/20369: [patch] mountd.8 missing cross-references 
Date: Thu, 03 Aug 2000 11:03:09 -0700

 --==_Exmh_461088982P
 Content-Type: text/plain; charset=us-ascii
 
 If memory serves me right, Sheldon Hearn wrote:
 
 > On Wed, 02 Aug 2000 15:56:59 MST, Bruce A. Mah wrote:
 > 
 > > + .Xr mount_hpfs 8 ,
 > 
 > Bruce, what's this?
 
 Well, I'm mildly embarassed to admit that I had to check the mailing
 list archives to see that HPFS is apparently a filesystem used by OS/2.
 
 Upon some investigation, it looks like that although the sources really 
 do exist in RELENG_4 (and have, in fact, since 4.0-RELEASE), they're 
 not getting built.  In other words, src/sbin/Makefile doesn't have 
 mount_hpfs listed in SUBDIR= for either of my checked out RELENG_4 or 
 HEAD.
 
 I'm not sure why this is, and a quick scan of the list archives didn't 
 yield anything insightful.
 
 Bruce.
 
 
 
 --==_Exmh_461088982P
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: PGPfreeware 5.0i for non-commercial use
 MessageID: TPhl1WAxNtYfyzAXGNysbgrQWJ8oUXaK
 
 iQA/AwUBOYmz3NjKMXFboFLDEQJjBQCfeNVjyAJJ9ocgr+0JYas7otzyhr4AoO9l
 1TcUJZLHaYkehwweyfI6BKvQ
 =7tsR
 -----END PGP SIGNATURE-----
 
 --==_Exmh_461088982P--
 
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Sun Oct 29 06:47:28 PST 2000 
State-Changed-Why:  
Patch applied, thanks. 

Hey, you keep sending these in.  Have you ever thought about becoming a  
committer.  Oh, no, wait, hang on a second. . . . :-) 

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