git: 78d1f57dd963 - stable/12 - Fix devinfo typo.
Alexander Motin
mav at FreeBSD.org
Tue Jan 12 03:03:50 UTC 2021
The branch stable/12 has been updated by mav:
URL: https://cgit.FreeBSD.org/src/commit/?id=78d1f57dd963b5dd9f43847d66cff406d446081c
commit 78d1f57dd963b5dd9f43847d66cff406d446081c
Author: Alexander Motin <mav at FreeBSD.org>
AuthorDate: 2021-01-05 19:56:23 +0000
Commit: Alexander Motin <mav at FreeBSD.org>
CommitDate: 2021-01-12 03:03:33 +0000
Fix devinfo typo.
Submitted by: Nick Wolff <darkfiberiru at gmail.com>
Differential Revision: https://reviews.freebsd.org/D27981
(cherry picked from commit 4d86ab429ee9b4b22654b52380512f7b8cee4478)
---
usr.sbin/devinfo/devinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/devinfo/devinfo.c b/usr.sbin/devinfo/devinfo.c
index be18c57dc5e7..ee5ac0a1f7eb 100644
--- a/usr.sbin/devinfo/devinfo.c
+++ b/usr.sbin/devinfo/devinfo.c
@@ -235,7 +235,7 @@ usage(void)
fprintf(stderr, "%s\n%s\n%s\n",
"usage: devinfo [-rv]",
" devinfo -u",
- " devifno -p dev [-v]");
+ " devinfo -p dev [-v]");
exit(1);
}
More information about the dev-commits-src-all
mailing list