From owner-freebsd-doc Tue May 16 1:50: 6 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 D1D9A37B946 for ; Tue, 16 May 2000 01:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA83180; Tue, 16 May 2000 01:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from happy.checkpoint.com (happy.checkpoint.com [199.203.156.41]) by hub.freebsd.org (Postfix) with ESMTP id 32D1237B831 for ; Tue, 16 May 2000 01:43:54 -0700 (PDT) (envelope-from mellon@happy.checkpoint.com) Received: (from mellon@localhost) by happy.checkpoint.com (8.9.3/8.9.3) id LAA02608; Tue, 16 May 2000 11:44:35 GMT (envelope-from mellon) Message-Id: <200005161144.LAA02608@happy.checkpoint.com> Date: Tue, 16 May 2000 11:44:35 GMT From: mellon@pobox.com Reply-To: mellon@pobox.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/18590: a number of manpage fixes for VFS manpages. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18590 >Category: docs >Synopsis: a number of manpage fixes for VFS manpages. >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: Tue May 16 01:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Anatoly Vorobey >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: 5.0-CURRENT >Description: Two fixes for VFS_CHECKEXP, one a typo, one fixes the erroneous description of what it actually does. One fix for VFS_FHTOVP, unrelated to the previous PR. Currently VFS_FHTOVP claims it should be followed by a VFS_CHECKEXP call, and VFS_CHECKEXP call claims it should be followed by a VFS_FHTOVP call, which creates an amusing deadlock situation ;) In reality, as both common sense and nfs_subs.c demonstrate, VFS_CHECKEXP is correct. >How-To-Repeat: >Fix: Index: VFS_CHECKEXP.9 =================================================================== RCS file: /freebsd/cvs/src/share/man/man9/VFS_CHECKEXP.9,v retrieving revision 1.2 diff -u -r1.2 VFS_CHECKEXP.9 --- VFS_CHECKEXP.9 1999/09/11 21:00:03 1.2 +++ VFS_CHECKEXP.9 2000/05/16 11:38:47 @@ -29,7 +29,7 @@ .Dt VFS_CHECKEXP 9 .Sh NAME .Nm VFS_CHECKEXP -.Nd check if vnode is exported to a client +.Nd check if a filesystem is exported to a client .Sh SYNOPSIS .Fd #include .Fd #include @@ -52,7 +52,7 @@ .El .Pp This should be called on a file system's mount structure to determine if it -is exported to a client whos address is contained in +is exported to a client whose address is contained in .Fa nam . .Pp It is generally called before Index: VFS_FHTOVP.9 =================================================================== RCS file: /freebsd/cvs/src/share/man/man9/VFS_FHTOVP.9,v retrieving revision 1.6 diff -u -r1.6 VFS_FHTOVP.9 --- VFS_FHTOVP.9 1999/09/11 00:57:20 1.6 +++ VFS_FHTOVP.9 2000/05/16 11:39:55 @@ -61,7 +61,7 @@ filesystem stores the inode number and inode generation counter in its filehandle. .Pp -A call to this function should generally be followed by a call to +A call to this function should generally be preceded by a call to .Xr VFS_CHECKEXP 9 to check if the file is accessable to the client .Pp >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message