The branch stable/12 has been updated by mav:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=78d1f57dd963b5dd9f43847d66cff406d446081c

commit 78d1f57dd963b5dd9f43847d66cff406d446081c
Author:     Alexander Motin <[email protected]>
AuthorDate: 2021-01-05 19:56:23 +0000
Commit:     Alexander Motin <[email protected]>
CommitDate: 2021-01-12 03:03:33 +0000

    Fix devinfo typo.
    
    Submitted by:   Nick Wolff <[email protected]>
    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);
 }
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to