fprintf (out, "%s: %s\n", np->n_name, np->n_field);
}
fclose (out);
+
+ puts ("\nPlease see the nmh(7) man page for an introduction to nmh.\n");
+ print_intro (stdout, FALSE);
+
+ /* Initialize the saved nmh version. The Path profile entry was added
+ above, that's all this needs. */
+ (void) nmh_version_changed (0);
+
done (0);
return 1;
}