Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libprop Indicate type of return variable for prop...
details: https://anonhg.NetBSD.org/src/rev/d6efc73cb484
branches: trunk
changeset: 769949:d6efc73cb484
user: jym <jym%NetBSD.org@localhost>
date: Tue Sep 27 11:12:49 2011 +0000
description:
Indicate type of return variable for prop_dictionary_sendrecv_ioctl.
diffstat:
common/lib/libprop/prop_send_ioctl.3 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 93e9e1e6a896 -r d6efc73cb484 common/lib/libprop/prop_send_ioctl.3
--- a/common/lib/libprop/prop_send_ioctl.3 Tue Sep 27 02:10:55 2011 +0000
+++ b/common/lib/libprop/prop_send_ioctl.3 Tue Sep 27 11:12:49 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: prop_send_ioctl.3,v 1.7 2011/01/20 10:45:10 wiz Exp $
+.\" $NetBSD: prop_send_ioctl.3,v 1.8 2011/09/27 11:12:49 jym Exp $
.\"
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -49,6 +49,7 @@
.Ft int
.Fn prop_dictionary_recv_ioctl "int fd" "unsigned long cmd" \
"prop_dictionary_t *dictp"
+.Ft int
.Fn prop_dictionary_sendrecv_ioctl "prop_dictionary_t dict" "int fd" \
"unsigned long cmd" "prop_dictionary_t *dictp"
.Sh DESCRIPTION
Home |
Main Index |
Thread Index |
Old Index