Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Correct the example.



details:   https://anonhg.NetBSD.org/src/rev/e77466c7ceb4
branches:  trunk
changeset: 766245:e77466c7ceb4
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jun 19 08:53:02 2011 +0000

description:
Correct the example.

diffstat:

 common/lib/libprop/prop_send_syscall.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c0c6dac70488 -r e77466c7ceb4 common/lib/libprop/prop_send_syscall.3
--- a/common/lib/libprop/prop_send_syscall.3    Sun Jun 19 08:00:56 2011 +0000
+++ b/common/lib/libprop/prop_send_syscall.3    Sun Jun 19 08:53:02 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_send_syscall.3,v 1.3 2011/01/20 10:48:37 wiz Exp $
+.\"    $NetBSD: prop_send_syscall.3,v 1.4 2011/06/19 08:53:02 pgoyette Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -75,7 +75,7 @@
 {
     struct pref pref;
 
-    (void) prop_dictionary_send_ioctl(dict, \*[Am]pref);
+    (void) prop_dictionary_send_syscall(dict, \*[Am]pref);
     (void) my_syscall_set(\*[Am]pref);
 
 }



Home | Main Index | Thread Index | Old Index