Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Update parameter list, struct buf is typedefe...
details: https://anonhg.NetBSD.org/src/rev/72c54852c784
branches: trunk
changeset: 454266:72c54852c784
user: sevan <sevan%NetBSD.org@localhost>
date: Thu Sep 12 20:32:30 2019 +0000
description:
Update parameter list, struct buf is typedefed to buf_t
diffstat:
share/man/man9/physio.9 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r 494b5e63d290 -r 72c54852c784 share/man/man9/physio.9
--- a/share/man/man9/physio.9 Thu Sep 12 20:10:00 2019 +0000
+++ b/share/man/man9/physio.9 Thu Sep 12 20:32:30 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: physio.9,v 1.11 2010/04/13 10:06:43 jruoho Exp $
+.\" $NetBSD: physio.9,v 1.12 2019/09/12 20:32:30 sevan Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 13, 2010
+.Dd September 12, 2019
.Dt PHYSIO 9
.Os
.Sh NAME
@@ -36,11 +36,11 @@
.Sh SYNOPSIS
.Ft int
.Fo "physio"
-.Fa "(*strategy)(struct buf *)"
-.Fa "struct buf *bp"
+.Fa "void (*strategy)(buf_t *)"
+.Fa "buf_t *bp"
.Fa "dev_t dev"
.Fa "int flags"
-.Fa "(*minphys)(struct buf *)"
+.Fa "void (*minphys)(buf_t *)"
.Fa "struct uio *uio"
.Fc
.Sh DESCRIPTION
Home |
Main Index |
Thread Index |
Old Index