Module Name: src Committed By: pgoyette Date: Sun Jun 19 08:53:02 UTC 2011
Modified Files: src/common/lib/libprop: prop_send_syscall.3 Log Message: Correct the example. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/common/lib/libprop/prop_send_syscall.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/common/lib/libprop/prop_send_syscall.3 diff -u src/common/lib/libprop/prop_send_syscall.3:1.3 src/common/lib/libprop/prop_send_syscall.3:1.4 --- src/common/lib/libprop/prop_send_syscall.3:1.3 Thu Jan 20 10:48:37 2011 +++ src/common/lib/libprop/prop_send_syscall.3 Sun Jun 19 08:53:02 2011 @@ -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); }