Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 16:43:52 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 903c46ec05d1 - stable/15 - pause.3: Fix a typo in the manual page
Message-ID:  <69de6ec8.25669.495b128f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=903c46ec05d1e06cde18c349bf18e3721c7d3c21

commit 903c46ec05d1e06cde18c349bf18e3721c7d3c21
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-04 07:02:01 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-14 16:43:40 +0000

    pause.3: Fix a typo in the manual page
    
    - s/reimplemeted/reimplemented/
    
    (cherry picked from commit 9eea5eccf40d408ad22ac06d9962b3a98a0f0628)
---
 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 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de6ec8.25669.495b128f>