diff options
Diffstat (limited to 'man3/strspn.3')
-rw-r--r-- | man3/strspn.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strspn.3 b/man3/strspn.3 index ba29cf3e..94322419 100644 --- a/man3/strspn.3 +++ b/man3/strspn.3 @@ -53,7 +53,7 @@ The \fBstrcspn()\fP function returns the number of characters in the initial segment of \fIs\fP which are not in the string \fIreject\fP. .SH "CONFORMING TO" -SVID 3, POSIX, BSD 4.3, ISO 9899 +SVID 3, POSIX, 4.3BSD, ISO 9899 .SH "SEE ALSO" .BR index (3), .BR memchr (3), |