1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Must link strerror manpage to strerror_r.

Thanks for the review, Mike.

Submitted by:	Mike Barcroft <mike@FreeBSD.org>
This commit is contained in:
Wes Peters 2001-11-27 07:57:31 +00:00
parent 9c324dc0c0
commit 4f7d6d65dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86945

View File

@ -35,6 +35,7 @@ MLINKS+=strcat.3 strncat.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcpy.3 strncpy.3
MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3
MLINKS+=strerror.3 strerror_r.3
MLINKS+=strlcpy.3 strlcat.3
MLINKS+=strtok.3 strtok_r.3
MLINKS+=strstr.3 strcasestr.3