git: e9b5d2443f67 - stable/13 - sysdecode_enum.3: Fix a typo: SIGBTRAP -> SIGTRAP.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 00:27:27 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e9b5d2443f67616bc323ea0a11089fd1f44eedc5 commit e9b5d2443f67616bc323ea0a11089fd1f44eedc5 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-10-05 21:55:18 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2021-10-19 23:53:35 +0000 sysdecode_enum.3: Fix a typo: SIGBTRAP -> SIGTRAP. Sponsored by: DARPA (cherry picked from commit 680d70b59e0379ded0cc94e3772bc47be2163c7f) --- lib/libsysdecode/sysdecode_enum.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libsysdecode/sysdecode_enum.3 b/lib/libsysdecode/sysdecode_enum.3 index 1db625f40ff0..722d82f27f29 100644 --- a/lib/libsysdecode/sysdecode_enum.3 +++ b/lib/libsysdecode/sysdecode_enum.3 @@ -225,7 +225,7 @@ object associated with an instance of signal: .It Fn sysdecode_sigfpe_code Ta Dv SIGFPE .It Fn sysdecode_sigill_code Ta Dv SIGILL .It Fn sysdecode_sigsegv_code Ta Dv SIGSEGV -.It Fn sysdecode_sigtrap_code Ta Dv SIGBTRAP +.It Fn sysdecode_sigtrap_code Ta Dv SIGTRAP .El .Pp Other functions decode the values described below: