The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=b2ec175fcaac90fc6a1caf066656eaa092f32611
commit b2ec175fcaac90fc6a1caf066656eaa092f32611 Author: Gordon Bergling <[email protected]> AuthorDate: 2024-01-20 16:26:34 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2024-01-20 16:26:34 +0000 _umtx_op.2: Fix a typo in the manual page - s/interpeted/interpreted/ MFC after: 3 days --- lib/libc/sys/_umtx_op.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/_umtx_op.2 b/lib/libc/sys/_umtx_op.2 index 9c0f1f425e47..60f90c32ba35 100644 --- a/lib/libc/sys/_umtx_op.2 +++ b/lib/libc/sys/_umtx_op.2 @@ -424,7 +424,7 @@ regardless of the kind of backing memory. Only the address of the start byte of the variable specified as key is important for determining corresponding sleep queue. The size of the variable does not matter, so, for example, sleep on the same -address interpeted as +address interpreted as .Vt uint32_t and .Vt long
