Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Avoid Pq.



details:   https://anonhg.NetBSD.org/src/rev/378a07df031b
branches:  trunk
changeset: 339307:378a07df031b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jul 11 15:42:31 2015 +0000

description:
Avoid Pq.

diffstat:

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

diffs (21 lines):

diff -r 561b6951eaec -r 378a07df031b share/man/man9/vnsubr.9
--- a/share/man/man9/vnsubr.9   Sat Jul 11 15:23:57 2015 +0000
+++ b/share/man/man9/vnsubr.9   Sat Jul 11 15:42:31 2015 +0000
@@ -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 @@
 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 .



Home | Main Index | Thread Index | Old Index