From 5c0b08ff1328e91510e0b61006aa5c091f441326 Mon Sep 17 00:00:00 2001 From: yamt Date: Sat, 6 Sep 2003 19:02:42 +0000 Subject: [PATCH] use .Fn rather than .Fa for functions. --- share/man/man9/vfsops.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/vfsops.9 b/share/man/man9/vfsops.9 index 048e231b3d86..0e82d943b3a6 100644 --- a/share/man/man9/vfsops.9 +++ b/share/man/man9/vfsops.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: vfsops.9,v 1.12 2003/06/30 12:07:19 wiz Exp $ +.\" $NetBSD: vfsops.9,v 1.13 2003/09/06 19:02:42 yamt Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -227,7 +227,7 @@ Unmount a file system specified by the mount structure The argument .Fa p is the calling process. -.Fa VFS_UNMOUNT +.Fn VFS_UNMOUNT performs any file system type specific operations required before the file system is unmounted, such are flushing buffers. If MNT_FORCE is specified in the flags @@ -316,7 +316,7 @@ The locked vnode is returned in .Fa vpp . .Pp A call to -.Fa VFS_FHTOVP +.Fn VFS_FHTOVP should generally be followed by a call to .Fn VFS_CHECKEXP to check if the file is accessable to the client.