git: 680d70b59e03 - main - sysdecode_enum.3: Fix a typo: SIGBTRAP -> SIGTRAP.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 21:56:12 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=680d70b59e0379ded0cc94e3772bc47be2163c7f commit 680d70b59e0379ded0cc94e3772bc47be2163c7f Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-10-05 21:55:18 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2021-10-05 21:55:18 +0000 sysdecode_enum.3: Fix a typo: SIGBTRAP -> SIGTRAP. MFC after: 3 days Sponsored by: DARPA --- 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: