~ubuntu-branches/ubuntu/utopic/mtbl/utopic-proposed

« back to all changes in this revision

Viewing changes to man/mtbl_sorter.3.txt

  • Committer: Package Import Robot
  • Author(s): Robert S. Edmonds
  • Date: 2012-05-29 22:36:36 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120529223636-1teu4pxtjzktricb
Tags: 0.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
[verse]
14
14
^struct mtbl_sorter *
15
 
mtbl_sorter_init(struct mtbl_sorter_options *'sopt');^
 
15
mtbl_sorter_init(const struct mtbl_sorter_options *'sopt');^
16
16
 
17
17
[verse]
18
18
^void
76
76
Because the MTBL format does not allow duplicate keys, the caller must provide a
77
77
function which will accept a key and two conflicting values for that key and
78
78
return a replacement value. This function may be called multiple times for the
79
 
same key if the same key is inserted more than twice.
 
79
same key if the same key is inserted more than twice. See ^mtbl_merger^(3) for
 
80
further details about the merge function.
80
81
 
81
82
^mtbl_sorter^ objects are created with the ^mtbl_sorter_init^() function, which
82
83
requires a non-NULL _sopt_ argument which has been configured with a merge