Thu Aug 25 15:14:43 2011 UTC ()
Fix Nd argument.


(wiz)
diff -r1.2 -r1.3 src/common/lib/libppath/ppath_bool.3

cvs diff -r1.2 -r1.3 src/common/lib/libppath/ppath_bool.3 (expand / switch to unified diff)

--- src/common/lib/libppath/ppath_bool.3 2011/08/25 15:12:38 1.2
+++ src/common/lib/libppath/ppath_bool.3 2011/08/25 15:14:43 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1.\" $NetBSD: ppath_bool.3,v 1.2 2011/08/25 15:12:38 wiz Exp $ 1.\" $NetBSD: ppath_bool.3,v 1.3 2011/08/25 15:14:43 wiz Exp $
2.\" $Id: ppath_bool.3,v 1.2 2011/08/25 15:12:38 wiz Exp $ 2.\" $Id: ppath_bool.3,v 1.3 2011/08/25 15:14:43 wiz Exp $
3.\" 3.\"
4.\" Copyright (c) 2011 The NetBSD Foundation, Inc. 4.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
5.\" All rights reserved. 5.\" All rights reserved.
6.\" 6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation 7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by David Young <dyoung@NetBSD.org>. 8.\" by David Young <dyoung@NetBSD.org>.
9.\" 9.\"
10.\" Redistribution and use in source and binary forms, with or without 10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions 11.\" modification, are permitted provided that the following conditions
12.\" are met: 12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright 13.\" 1. Redistributions of source code must retain the above copyright
14.\" notice, this list of conditions and the following disclaimer. 14.\" notice, this list of conditions and the following disclaimer.
15.\" 2. Redistributions in binary form must reproduce the above copyright 15.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -29,27 +29,27 @@ @@ -29,27 +29,27 @@
29.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\" 30.\"
31.Dd August 24, 2011 31.Dd August 24, 2011
32.Dt PPATH_BOOL 3 32.Dt PPATH_BOOL 3
33.Os 33.Os
34.Sh NAME 34.Sh NAME
35.Nm ppath_bool , 35.Nm ppath_bool ,
36.\" , 36.\" ,
37.Nm ppath_copydel_bool , 37.Nm ppath_copydel_bool ,
38.Nm ppath_copyset_bool , 38.Nm ppath_copyset_bool ,
39.Nm ppath_set_bool , 39.Nm ppath_set_bool ,
40.Nm ppath_get_bool , 40.Nm ppath_get_bool ,
41.Nm ppath_delete_bool 41.Nm ppath_delete_bool
42.Nd integer property path operations 42.Nd boolean property path operations
43.Sh LIBRARY 43.Sh LIBRARY
44.Lb libppath 44.Lb libppath
45.Sh SYNOPSIS 45.Sh SYNOPSIS
46.In ppath/ppath.h 46.In ppath/ppath.h
47.\" 47.\"
48.Ft int 48.Ft int
49.Fn ppath_copydel_bool "prop_object_t" "prop_object_t *" "const ppath_t *" 49.Fn ppath_copydel_bool "prop_object_t" "prop_object_t *" "const ppath_t *"
50.Ft int 50.Ft int
51.Fn ppath_copyset_bool "prop_object_t" "prop_object_t *" "const ppath_t *" \ 51.Fn ppath_copyset_bool "prop_object_t" "prop_object_t *" "const ppath_t *" \
52 "bool" 52 "bool"
53.Ft int 53.Ft int
54.Fn ppath_set_bool "prop_object_t" "const ppath_t *" "bool" 54.Fn ppath_set_bool "prop_object_t" "const ppath_t *" "bool"
55.Ft int 55.Ft int