aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-08-25 15:47:52 +0000
committerWarner Losh <imp@FreeBSD.org>2018-08-25 15:47:52 +0000
commit4a82f3685176706671af0b09a668acc86ee8de64 (patch)
treeff0520712a5159179ad6daa88236a20466d3376a
parent23c97bcba1433e417ffdf2fd3b9c233170f0c89f (diff)
Notes
-rw-r--r--sbin/devmatch/devmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/devmatch/devmatch.c b/sbin/devmatch/devmatch.c
index bc3a4e1f03a52..938760bec32f4 100644
--- a/sbin/devmatch/devmatch.c
+++ b/sbin/devmatch/devmatch.c
@@ -386,7 +386,7 @@ search_hints(const char *bus, const char *dev, const char *pnpinfo)
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);
}