Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix a typo
details: https://anonhg.NetBSD.org/src/rev/1cbc5dd57f3e
branches: trunk
changeset: 779637:1cbc5dd57f3e
user: agc <agc%NetBSD.org@localhost>
date: Thu Jun 07 01:01:12 2012 +0000
description:
Fix a typo
diffstat:
share/man/man9/vnodeops.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2749bf9a640b -r 1cbc5dd57f3e share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Thu Jun 07 00:19:29 2012 +0000
+++ b/share/man/man9/vnodeops.9 Thu Jun 07 01:01:12 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnodeops.9,v 1.84 2012/02/13 12:49:35 wiz Exp $
+.\" $NetBSD: vnodeops.9,v 1.85 2012/06/07 01:01:12 agc Exp $
.\"
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 13, 2012
+.Dd June 6, 2012
.Dt VNODEOPS 9
.Os
.Sh NAME
@@ -239,7 +239,7 @@
.It VOP_FCNTL Perform file control
.It VOP_POLL Test if poll event has occurred
.It VOP_KQFILTER Register a knote
-.It VOP_REVOKE Eliminate vode activity
+.It VOP_REVOKE Eliminate vnode activity
.It VOP_MMAP Map file into user address space
.It VOP_FSYNC Flush pending data to disk
.It VOP_SEEK Test if file is seekable
Home |
Main Index |
Thread Index |
Old Index