summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2006-07-09 19:08:31 +0000
committerwiz <wiz@NetBSD.org>2006-07-09 19:08:31 +0000
commit2115abd72d3be49ddc2faa3edfe023716fcdcce9 (patch)
tree8e480e319d5b06fcb487d3d2ecc1a70ca1454837 /common
parentcafa4de04932fd96e9db76edc129c4e311295701 (diff)
Make HTML-safe.
Diffstat (limited to 'common')
-rw-r--r--common/lib/libprop/prop_dictionary_copyin_ioctl.94
1 files changed, 2 insertions, 2 deletions
diff --git a/common/lib/libprop/prop_dictionary_copyin_ioctl.9 b/common/lib/libprop/prop_dictionary_copyin_ioctl.9
index fa1e1c237c6..e671b9a18fa 100644
--- a/common/lib/libprop/prop_dictionary_copyin_ioctl.9
+++ b/common/lib/libprop/prop_dictionary_copyin_ioctl.9
@@ -1,4 +1,4 @@
-.\" $NetBSD: prop_dictionary_copyin_ioctl.9,v 1.2 2006/07/09 19:04:02 wiz Exp $
+.\" $NetBSD: prop_dictionary_copyin_ioctl.9,v 1.3 2006/07/09 19:08:31 wiz Exp $
.\"
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -83,7 +83,7 @@ fooioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct lwp *l)
switch (cmd) {
case FOOSETPROPS: {
const struct plistref *pref = (const struct plistref *) data;
- error = prop_dictionary_copyin_ioctl(pref, flag, &dict);
+ error = prop_dictionary_copyin_ioctl(pref, flag, \*[Am]dict);
if (error)
return (error);
odict = fooprops;