~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to man/confdb_dispatch.3

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-21 09:29:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821092956-w9qxxxx3zeoh8dem
Tags: 1.0.0-4ubuntu2
* debian/control:
  - 'Ubuntu Developers' instead of 'Ubuntu Core Developers'
    as maintainer
  - Bump debhelper dependecy to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.\" * Author: Christine Caulfield <ccaulfie@redhat.com>
7
7
.\" *
8
8
.\" * This software licensed under BSD license, the text of which follows:
9
 
.\" * 
 
9
.\" *
10
10
.\" * Redistribution and use in source and binary forms, with or without
11
11
.\" * modification, are permitted provided that the following conditions are met:
12
12
.\" *
44
44
function is used to dispatch configuration changes.
45
45
.PP
46
46
Each application may have several connections to the CONFDB API.  Each  application
47
 
uses the 
 
47
uses the
48
48
.I handle
49
49
argument to uniquely identify the connection.
50
50
.PP
95
95
.BR confdb_object_create (3),
96
96
.BR confdb_object_destroy (3),
97
97
.BR confdb_object_parent_get (3),
98
 
.BR confdb_key_create (3),      
99
 
.BR confdb_key_delete (3),      
 
98
.BR confdb_key_create (3),
 
99
.BR confdb_key_delete (3),
100
100
.BR confdb_key_get (3),
101
101
.BR confdb_key_replace (3),
102
102
.BR confdb_object_find_start (3),
103
103
.BR confdb_object_find (3),
104
 
.BR confdb_object_iter_start (3),       
105
 
.BR confdb_object_iter (3),     
106
 
.BR confdb_key_iter_start (3),  
107
 
.BR confdb_key_iter (3),        
 
104
.BR confdb_object_iter_start (3),
 
105
.BR confdb_object_iter (3),
 
106
.BR confdb_key_iter_start (3),
 
107
.BR confdb_key_iter (3),
108
108
 
109
109
.PP