Module Name: src
Committed By: wiz
Date: Sat Jul 11 15:42:31 UTC 2015
Modified Files:
src/share/man/man9: vnsubr.9
Log Message:
Avoid Pq.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/man/man9/vnsubr.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/vnsubr.9
diff -u src/share/man/man9/vnsubr.9:1.42 src/share/man/man9/vnsubr.9:1.43
--- src/share/man/man9/vnsubr.9:1.42 Thu Feb 27 16:51:37 2014
+++ src/share/man/man9/vnsubr.9 Sat Jul 11 15:42:31 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnsubr.9,v 1.42 2014/02/27 16:51:37 hannken Exp $
+.\" $NetBSD: vnsubr.9,v 1.43 2015/07/11 15:42:31 wiz Exp $
.\"
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -182,9 +182,9 @@ then perform the I/O.
The argument
.Fa rw
specifies whether the I/O is a read
-.Pq Dv UIO_READ
+.Dv ( UIO_READ )
or write
-.Pq Dv UIO_WRITE
+.Dv ( UIO_WRITE )
operation.
The vnode is specified by
.Fa vp .