Module Name:    src
Committed By:   dholland
Date:           Mon Dec 14 06:06:22 UTC 2009

Modified Files:
        src/common/lib/libprop: prop_string.3

Log Message:
Add two missing functions to the SYNOPSIS. From Silas Silva in PR 42415.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libprop/prop_string.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_string.3
diff -u src/common/lib/libprop/prop_string.3:1.6 src/common/lib/libprop/prop_string.3:1.7
--- src/common/lib/libprop/prop_string.3:1.6	Wed Apr 30 13:10:46 2008
+++ src/common/lib/libprop/prop_string.3	Mon Dec 14 06:06:22 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prop_string.3,v 1.6 2008/04/30 13:10:46 martin Exp $
+.\"	$NetBSD: prop_string.3,v 1.7 2009/12/14 06:06:22 dholland Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,6 +63,11 @@
 .Ft prop_string_t
 .Fn prop_string_copy_mutable "prop_string_t string"
 .\"
+.Ft size_t
+.Fn prop_string_size "prop_string_t string"
+.Ft bool
+.Fn prop_string_mutable "prop_string_t string"
+.\"
 .Ft char *
 .Fn prop_string_cstring "prop_string_t string"
 .Ft const char *

Reply via email to