Date: Wed, 29 Dec 2021 00:39:56 GMT From: Kirk McKusick <mckusick@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1fa68dae46cc - main - Clarify the description of the EINTEGRITY error in intro(2). Message-ID: <202112290039.1BT0duCZ087488@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mckusick: URL: https://cgit.FreeBSD.org/src/commit/?id=1fa68dae46cc15f00192f8fbf26cee5a51da9e3b commit 1fa68dae46cc15f00192f8fbf26cee5a51da9e3b Author: Kirk McKusick <mckusick@FreeBSD.org> AuthorDate: 2021-12-29 00:38:43 +0000 Commit: Kirk McKusick <mckusick@FreeBSD.org> CommitDate: 2021-12-29 00:39:46 +0000 Clarify the description of the EINTEGRITY error in intro(2). Requested by: pauamma_gundo.com Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D18765 --- lib/libc/sys/intro.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 7ae16728c4a9..925c56eaab52 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -474,7 +474,7 @@ The state protected by a robust mutex is not recoverable. The owner of a robust mutex terminated while holding the mutex lock. .It Er 97 EINTEGRITY Em "Integrity check failed" . An integrity check such as a check-hash or a cross-correlation failed. -The integrity error falls between +The integrity error falls in the kernel I/O stack between .Er EINVAL that identifies errors in parameters to a system call and .Er EIO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112290039.1BT0duCZ087488>