git: 4d86ab429ee9 - main - Fix devinfo typo.

Alexander Motin mav at FreeBSD.org
Tue Jan 5 19:58:23 UTC 2021


The branch main has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=4d86ab429ee9b4b22654b52380512f7b8cee4478

commit 4d86ab429ee9b4b22654b52380512f7b8cee4478
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-05 19:56:23 +0000

    Fix devinfo typo.
    
    Submitted by:   Nick Wolff <darkfiberiru at gmail.com>
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D27981
---
 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