diff options
| author | Yuri Pankov <yuripv@FreeBSD.org> | 2023-06-29 11:10:48 +0000 |
|---|---|---|
| committer | Yuri Pankov <yuripv@FreeBSD.org> | 2023-06-29 11:14:45 +0000 |
| commit | 24ec316c13bdbe27c4d68b7982e781d35221980e (patch) | |
| tree | 102f55a2df24ad203693e7a0e5f46b3308aac3aa /lib/libc/string/memmem.3 | |
| parent | fd774e065c5d4df1f708a33139bf820ac8bfb7a7 (diff) | |
Diffstat (limited to 'lib/libc/string/memmem.3')
| -rw-r--r-- | lib/libc/string/memmem.3 | 4 |
1 files changed, 2 insertions, 2 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 |
