msgtail
void msgtail(const char *, ...) __printflike(1, 2);
msgtail("a snapshot of ");
msgtail("a subset of ");
msgtail("%s (%s) ", disk, spcl.c_filesys);
msgtail("to %s on host %s\n", tape, host);
msgtail("to %s\n", tape);
msgtail("\a\a");
msgtail("\n");