Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Consistently use `.Vt "struct buf"' to name t...
details: https://anonhg.NetBSD.org/src/rev/87083e70615c
branches: trunk
changeset: 337023:87083e70615c
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Mar 30 13:18:08 2015 +0000
description:
Consistently use `.Vt "struct buf"' to name the type.
diffstat:
share/man/man9/bufferio.9 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 6e96fc72b27c -r 87083e70615c share/man/man9/bufferio.9
--- a/share/man/man9/bufferio.9 Mon Mar 30 13:17:14 2015 +0000
+++ b/share/man/man9/bufferio.9 Mon Mar 30 13:18:08 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bufferio.9,v 1.7 2015/03/30 13:17:14 riastradh Exp $
+.\" $NetBSD: bufferio.9,v 1.8 2015/03/30 13:18:08 riastradh Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -167,7 +167,7 @@
.El
.Pp
Once an I/O transfer has completed, its
-.Li struct buf
+.Vt "struct buf"
may be reused, but the user must first clear the
.Dv BO_DONE
flag of
@@ -356,7 +356,7 @@
.Fa bp Ns Li "->b_flags" .
.It Fn getiobuf vp waitok
Allocate a
-.Fa struct buf
+.Vt "struct buf"
for an I/O transfer.
If
.Fa vp
@@ -367,7 +367,7 @@
returns null if none can be allocated immediately.
.Pp
The resulting
-.Li struct buf
+.Vt "struct buf"
pointer must eventually be passed to
.Fn putiobuf
to release it.
Home |
Main Index |
Thread Index |
Old Index