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/07250a0f7b6e
branches:  trunk
changeset: 459459:07250a0f7b6e
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 0a7fd0d03363 -r 07250a0f7b6e 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