Date: Thu, 1 May 2025 14:13:15 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 868a119cf4d2 - main - sh.1: Remove a double word Message-ID: <202505011413.541EDFuc033306@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=868a119cf4d2a0ebf566cf39961fef0051e56c90 commit 868a119cf4d2a0ebf566cf39961fef0051e56c90 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-05-01 14:07:42 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-05-01 14:11:52 +0000 sh.1: Remove a double word Remove the double word "the the" from the sh(1) manual page. MFC after: 3 days --- bin/sh/sh.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 5458f5f6f37c..7ef22fa352bb 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 8, 2025 +.Dd May 1, 2025 .Dt SH 1 .Os .Sh NAME @@ -2389,7 +2389,7 @@ If the first character of .Va optstring is a colon then .Va OPTARG -is set to the the option character found, +is set to the option character found, .Ar var is set to .Ql \&:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505011413.541EDFuc033306>