Index: head/sbin/devmatch/devmatch.c =================================================================== --- head/sbin/devmatch/devmatch.c +++ head/sbin/devmatch/devmatch.c @@ -386,7 +386,7 @@ if (all_flag) printf("%s: %s", *dev ? dev : "unattached", lastmod); else - printf("%s", lastmod); + printf("%s\n", lastmod); if (verbose_flag) printf("Matches --- %s ---\n", lastmod); }