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

« back to all changes in this revision

Viewing changes to man/confdb_fd_get.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
.\" *
64
64
.BR confdb_object_create (3),
65
65
.BR confdb_object_destroy (3),
66
66
.BR confdb_object_parent_get (3),
67
 
.BR confdb_key_create (3),      
68
 
.BR confdb_key_delete (3),      
 
67
.BR confdb_key_create (3),
 
68
.BR confdb_key_delete (3),
69
69
.BR confdb_key_get (3),
70
70
.BR confdb_key_replace (3),
71
71
.BR confdb_object_find_start (3),
72
72
.BR confdb_object_find (3),
73
 
.BR confdb_object_iter_start (3),       
74
 
.BR confdb_object_iter (3),     
75
 
.BR confdb_key_iter_start (3),  
76
 
.BR confdb_key_iter (3),        
 
73
.BR confdb_object_iter_start (3),
 
74
.BR confdb_object_iter (3),
 
75
.BR confdb_key_iter_start (3),
 
76
.BR confdb_key_iter (3),
77
77
.PP