From owner-freebsd-doc Wed Aug 2 16: 0: 9 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B54E337B5C0 for ; Wed, 2 Aug 2000 16:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA53495; Wed, 2 Aug 2000 16:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) 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 ; 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 X-Send-Pr-Version: 3.2 Subject: docs/20369: [patch] mountd.8 missing cross-references Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20369 >Category: docs >Synopsis: [patch] mountd.8 missing cross-references >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 02 16:00:04 PDT 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message