Created attachment 253767 [details] patch to change the error message to "Could not" Sesutil gives the error "gldisater@babylon:~ $ doas sesutil locate /dev/da5 on sesutil: Count not find the SES id of device '/dev/da5'" I assume that it meant "Could not".
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=7d893fce0d1126959733efec7105b56d0de7a3cb commit 7d893fce0d1126959733efec7105b56d0de7a3cb Author: Jeremy Faulkner <gldisater@gmail.com> AuthorDate: 2024-10-06 13:22:33 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-10-06 13:22:33 +0000 sesutil: Fix a typo in an error message PR: 281658 MFC after: 1 week usr.sbin/sesutil/sesutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for the patch. In the future, could you please attach output from git format-patch instead? That is easier for us to apply to the tree.
A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b40faa5f014b923223c4a53b6d351abb2add431d commit b40faa5f014b923223c4a53b6d351abb2add431d Author: Jeremy Faulkner <gldisater@gmail.com> AuthorDate: 2024-10-06 13:22:33 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-10-13 13:12:17 +0000 sesutil: Fix a typo in an error message PR: 281658 MFC after: 1 week (cherry picked from commit 7d893fce0d1126959733efec7105b56d0de7a3cb) usr.sbin/sesutil/sesutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=aa751cdcab8de3aa1aec5b35f5e0800828700201 commit aa751cdcab8de3aa1aec5b35f5e0800828700201 Author: Jeremy Faulkner <gldisater@gmail.com> AuthorDate: 2024-10-06 13:22:33 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-10-13 13:12:23 +0000 sesutil: Fix a typo in an error message PR: 281658 MFC after: 1 week (cherry picked from commit 7d893fce0d1126959733efec7105b56d0de7a3cb) usr.sbin/sesutil/sesutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for the patch.