From 9eea5eccf40d408ad22ac06d9962b3a98a0f0628 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 4 Apr 2026 09:02:01 +0200 Subject: [PATCH] pause.3: Fix a typo in the manual page - s/reimplemeted/reimplemented/ MFC after: 3 days --- lib/libc/gen/pause.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3 index 6b17ae10777..85257071ce2 100644 --- a/lib/libc/gen/pause.3 +++ b/lib/libc/gen/pause.3 @@ -77,7 +77,7 @@ A system call first appeared in the Programmer's Workbench (PWB/UNIX) and was then ported to .At v7 . -It was reimplemeted as a wrapper around the +It was reimplemented as a wrapper around the .Fn sigpause and .Fn sigblock