diff options
Diffstat (limited to 'lib/libc/string/memmem.3')
-rw-r--r-- | lib/libc/string/memmem.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3 index a2a7c2ece623..e301a0bd1e0f 100644 --- a/lib/libc/string/memmem.3 +++ b/lib/libc/string/memmem.3 @@ -24,9 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ -.\" -.Dd March 17, 2017 +.Dd June 29, 2023 .Dt MEMMEM 3 .Os .Sh NAME @@ -69,9 +67,10 @@ is returned. .Xr memchr 3 , .Xr strchr 3 , .Xr strstr 3 -.Sh CONFORMING TO +.Sh STANDARDS .Fn memmem -is a GNU extension. +conforms to +.St -p1003.1-2024 . .Sh HISTORY The .Fn memmem |