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 two missing functions to the SYNOPSIS...
details: https://anonhg.NetBSD.org/src/rev/a59de18fbd59
branches: trunk
changeset: 750024:a59de18fbd59
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Dec 14 06:06:22 2009 +0000
description:
Add two missing functions to the SYNOPSIS. From Silas Silva in PR 42415.
diffstat:
common/lib/libprop/prop_string.3 | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r e49b2a145b04 -r a59de18fbd59 common/lib/libprop/prop_string.3
--- a/common/lib/libprop/prop_string.3 Mon Dec 14 06:03:23 2009 +0000
+++ b/common/lib/libprop/prop_string.3 Mon Dec 14 06:06:22 2009 +0000
@@ -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 *
Home |
Main Index |
Thread Index |
Old Index