Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 use .Fn rather than .Fa for functions.
details: https://anonhg.NetBSD.org/src/rev/3afa20d7da6c
branches: trunk
changeset: 551433:3afa20d7da6c
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Sep 06 19:02:42 2003 +0000
description:
use .Fn rather than .Fa for functions.
diffstat:
share/man/man9/vfsops.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 71af054c7b26 -r 3afa20d7da6c share/man/man9/vfsops.9
--- a/share/man/man9/vfsops.9 Sat Sep 06 18:41:44 2003 +0000
+++ b/share/man/man9/vfsops.9 Sat Sep 06 19:02:42 2003 +0000
@@ -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 @@
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 @@
.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.
Home |
Main Index |
Thread Index |
Old Index