NAME
mg_get_merge - output source texts for processing
SYNOPSIS
mg_get_merge collection-name
[ -init | -i | -text | -t | -cleanup | -c ]
DESCRIPTION
This program is the default one used by mgmerge(1) to generate the source text for new documents to appended to an mg(1) system database. Its function is exactly the same as mg_get(1) except that it generates the new documents to be added to an mg(1) system database that has already been built using mgbuild(1). Any program may be used to generate the source text for mgmerge(1), as long as it confirms to the interface specified here.
OPTIONS
The collection-name must appear before any other option. Only the first option has any significance. If no option is specified, -text is assumed.
SEE ALSO
mg(1), mg_get(1), mgbuild(1), mgmerge(1), mg_text_merge(1), mg_invf_merge(1).