Module Name:    src
Committed By:   njoly
Date:           Mon Feb 13 13:01:39 UTC 2012

Modified Files:
        src/share/man/man9: vfsops.9

Log Message:
Fix copyin/copyout sections in xrefs.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/share/man/man9/vfsops.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/vfsops.9
diff -u src/share/man/man9/vfsops.9:1.44 src/share/man/man9/vfsops.9:1.45
--- src/share/man/man9/vfsops.9:1.44	Mon Feb 13 01:24:00 2012
+++ src/share/man/man9/vfsops.9	Mon Feb 13 13:01:39 2012
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vfsops.9,v 1.44 2012/02/13 01:24:00 dholland Exp $
+.\"     $NetBSD: vfsops.9,v 1.45 2012/02/13 13:01:39 njoly Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -290,9 +290,9 @@ This is the same interface as documented
 .Xr __quotactl 2
 except that the file system argument has been resolved.
 All
-.Xr copyin 2
+.Xr copyin 9
 and
-.Xr copyout 2
+.Xr copyout 9
 processing is handled by code above the file system.
 .It Fn VFS_STATVFS "mp" "sbp"
 Get file system statistics for the file system specified by the mount

Reply via email to