From owner-freebsd-doc@FreeBSD.ORG Fri Jun 13 16:50:15 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 661C837B401 for ; Fri, 13 Jun 2003 16:50:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 608E743FBD for ; Fri, 13 Jun 2003 16:50:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5DNoEUp025243 for ; Fri, 13 Jun 2003 16:50:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5DNoEKB025242; Fri, 13 Jun 2003 16:50:14 -0700 (PDT) Resent-Date: Fri, 13 Jun 2003 16:50:14 -0700 (PDT) Resent-Message-Id: <200306132350.h5DNoEKB025242@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Eggert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C19737B401 for ; Fri, 13 Jun 2003 16:40:55 -0700 (PDT) Received: from nik.isi.edu (nik.isi.edu [128.9.168.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CEB943F93 for ; Fri, 13 Jun 2003 16:40:55 -0700 (PDT) (envelope-from larse@nik.isi.edu) Received: from nik.isi.edu (localhost [127.0.0.1]) by nik.isi.edu (8.12.9/8.12.9) with ESMTP id h5DNesLM068775 for ; Fri, 13 Jun 2003 16:40:54 -0700 (PDT) (envelope-from larse@nik.isi.edu) Received: (from larse@localhost) by nik.isi.edu (8.12.9/8.12.9/Submit) id h5DNesZX068774; Fri, 13 Jun 2003 16:40:54 -0700 (PDT) Message-Id: <200306132340.h5DNesZX068774@nik.isi.edu> Date: Fri, 13 Jun 2003 16:40:54 -0700 (PDT) From: Lars Eggert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/53303: mount(2) man page error X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Eggert List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 23:50:15 -0000 >Number: 53303 >Category: docs >Synopsis: mount(2) man page error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 13 16:50:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD nik.isi.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Thu Jun 12 10:02:16 PDT 2003 root@nik.isi.edu:/usr/obj/usr/src/sys/KERNEL-1.23 i386 >Description: The mount(2) man page implicitly refers to a nonexisting mount_ufs man page in this paragraph: Data is a pointer to a structure that contains the type specific argu- ments to mount. The format for these argument structures is described in the manual page for each filesystem. By convention filesystem manual pages are named by prefixing ``mount_'' to the name of the filesystem as returned by lsvfs(1). Thus the NFS filesystem is described by the mount_nfs(8) manual page. Since lsvfs lists "ufs" as a file system name, mount_ufs should exist that documents toe appropriate structure. >How-To-Repeat: # lsvfs Filesystem Refs Flags -------------------------------- ----- --------------- ufs 2 procfs 1 synthetic linprocfs 1 synthetic ntfs 1 nfs 4 network # man mount_ufs No manual entry for mount_ufs >Fix: >Release-Note: >Audit-Trail: >Unformatted: