diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-04-04 07:02:01 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-04-04 07:11:10 +0000 |
| commit | 9eea5eccf40d408ad22ac06d9962b3a98a0f0628 (patch) | |
| tree | fbaf4a1e56e17d60be2194aaee5366a74730a526 | |
| parent | 982b3c5565ff72a584833b5dfe5e6f732fd70914 (diff) | |
pause.3: Fix a typo in the manual page
- s/reimplemeted/reimplemented/
MFC after: 3 days
| -rw-r--r-- | lib/libc/gen/pause.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3 index 6b17ae10777d..85257071ce2f 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 |
