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 copyin/copyout sections in xrefs.



details:   https://anonhg.NetBSD.org/src/rev/b3a3ab2e1137
branches:  trunk
changeset: 773695:b3a3ab2e1137
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Feb 13 13:01:39 2012 +0000

description:
Fix copyin/copyout sections in xrefs.

diffstat:

 share/man/man9/vfsops.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 86226c821d8d -r b3a3ab2e1137 share/man/man9/vfsops.9
--- a/share/man/man9/vfsops.9   Mon Feb 13 12:59:56 2012 +0000
+++ b/share/man/man9/vfsops.9   Mon Feb 13 13:01:39 2012 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index