Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Add commas in enumerations.



details:   https://anonhg.NetBSD.org/src/rev/57b942add014
branches:  trunk
changeset: 761067:57b942add014
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 20 10:47:33 2011 +0000

description:
Add commas in enumerations.

diffstat:

 common/lib/libprop/prop_copyin_ioctl.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r dd0bf7372706 -r 57b942add014 common/lib/libprop/prop_copyin_ioctl.9
--- a/common/lib/libprop/prop_copyin_ioctl.9    Thu Jan 20 10:45:10 2011 +0000
+++ b/common/lib/libprop/prop_copyin_ioctl.9    Thu Jan 20 10:47:33 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_copyin_ioctl.9,v 1.8 2011/01/19 20:34:23 bouyer Exp $
+.\"    $NetBSD: prop_copyin_ioctl.9,v 1.9 2011/01/20 10:47:33 wiz Exp $
 .\"
 .\" Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -37,7 +37,7 @@
 .Nm prop_array_copyout ,
 .Nm prop_dictionary_copyin_ioctl ,
 .Nm prop_dictionary_copyout_ioctl ,
-.Nm prop_dictionary_copyin
+.Nm prop_dictionary_copyin ,
 .Nm prop_dictionary_copyout
 .Nd Copy property lists to and from kernel space
 .Sh SYNOPSIS
@@ -79,7 +79,7 @@
 The functions
 .Nm prop_array_copyin ,
 .Nm prop_array_copyout ,
-.Nm prop_dictionary_copyin
+.Nm prop_dictionary_copyin ,
 and
 .Nm prop_dictionary_copyout
 implement the kernel side of a protocol for copying property lists to the



Home | Main Index | Thread Index | Old Index