diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-02 14:27:23 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-05 13:33:12 +0000 |
| commit | d41afb814612ce005d93d2f8d127dcf6ea751cc4 (patch) | |
| tree | 9004e43a4c606d3c070ac0a03c226f23ec40b2cb /lib/libc/string | |
| parent | e8fc6a9980d9367f6fd4fee795a35e104104397e (diff) | |
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/string.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index a164aae01eec..b389c58acc07 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -29,7 +29,7 @@ .\" .\" @(#)string.3 8.2 (Berkeley) 12/11/93 .\" -.Dd December 11, 1993 +.Dd September 2, 2023 .Dt STRING 3 .Os .Sh NAME @@ -132,7 +132,8 @@ for size limitations. .Xr strsep 3 , .Xr strspn 3 , .Xr strstr 3 , -.Xr strtok 3 +.Xr strtok 3 , +.Xr simd 7 .Sh STANDARDS The .Fn strcat , |
