Fixed missing consts in synopsis.

This commit is contained in:
Bruce Evans 1997-04-13 13:37:56 +00:00
parent 23f0c1fcf6
commit 6333eac64f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24880

View file

@ -45,13 +45,13 @@
.Fd #include <stdlib.h>
.Fd #include <limits.h>
.Ft long
.Fn strtol "char *nptr" "char **endptr" "int base"
.Fn strtol "const char *nptr" "char **endptr" "int base"
.Fd #include <sys/types.h>
.Fd #include <stdlib.h>
.Fd #include <limits.h>
.Ft quad_t
.Fn strtoq "char *nptr" "char **endptr" "int base"
.Fn strtoq "const char *nptr" "char **endptr" "int base"
.Sh DESCRIPTION
The
.Fn strtol