From d6e9aa93dcc0d53a85c5bea5672237a1f2fe96f8 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 13 Apr 1997 13:37:56 +0000 Subject: Fixed missing consts in synopsis. --- lib/libc/stdlib/strtol.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib') diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 4ebf069..3d43fb3 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -45,13 +45,13 @@ .Fd #include .Fd #include .Ft long -.Fn strtol "char *nptr" "char **endptr" "int base" +.Fn strtol "const char *nptr" "char **endptr" "int base" .Fd #include .Fd #include .Fd #include .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 -- cgit v1.1