The branch main has been updated by yuripv:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=24ec316c13bdbe27c4d68b7982e781d35221980e

commit 24ec316c13bdbe27c4d68b7982e781d35221980e
Author:     Yuri Pankov <[email protected]>
AuthorDate: 2023-06-29 11:10:48 +0000
Commit:     Yuri Pankov <[email protected]>
CommitDate: 2023-06-29 11:14:45 +0000

    Correctly spell illumos (all lowercase) in man pages
    
    From illumos FAQ:
    
        "illumos (pronounced i-llu-MOS and written in lowercase)"
---
 lib/libc/string/memmem.3      | 4 ++--
 usr.bin/localedef/localedef.1 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3
index 5f8b9d792e78..0dcef0dabef1 100644
--- a/lib/libc/string/memmem.3
+++ b/lib/libc/string/memmem.3
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 30, 2023
+.Dd June 29, 2023
 .Dt MEMMEM 3
 .Os
 .Sh NAME
@@ -72,7 +72,7 @@ is returned.
 .Sh CONFORMING TO
 .Fn memmem
 started as a GNU extension but is now available in at least
-the GNU, musl, bionic, OpenBSD, NetBSD, macOS, and Illumos C runtime libraries.
+the GNU, musl, bionic, OpenBSD, NetBSD, macOS, and illumos C runtime libraries.
 .Sh HISTORY
 The
 .Fn memmem
diff --git a/usr.bin/localedef/localedef.1 b/usr.bin/localedef/localedef.1
index f67672f9a0c6..df02c60bb3b1 100644
--- a/usr.bin/localedef/localedef.1
+++ b/usr.bin/localedef/localedef.1
@@ -33,7 +33,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 8, 2020
+.Dd June 29, 2023
 .Dt LOCALEDEF 1
 .Os
 .Sh NAME
@@ -267,7 +267,7 @@ first appeared in
 It was written by
 .An Garrett D'Amore
 .Aq Mt [email protected]
-for Illumos.
+for illumos.
 .An John Marino
 .Aq Mt [email protected]
 provided the alternations necessary to compile cleanly on

Reply via email to