summaryrefslogtreecommitdiffstats
path: root/lib/libutil/expand_number.3
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-18 02:20:02 +0000
committerjb <jb@FreeBSD.org>2007-11-18 02:20:02 +0000
commit1897d443737babd0f1fc863aaa795ababef2cc69 (patch)
tree806bfb9a30a25f180257ead37ca1fa1a69de2d0a /lib/libutil/expand_number.3
parente14c498cfa6d5238a4bd07f36e48f48f211de745 (diff)
downloadFreeBSD-src-1897d443737babd0f1fc863aaa795ababef2cc69.zip
FreeBSD-src-1897d443737babd0f1fc863aaa795ababef2cc69.tar.gz
Constify the first argument to expand_number() so that it can
be called with a const without the compiler grisling.
Diffstat (limited to 'lib/libutil/expand_number.3')
-rw-r--r--lib/libutil/expand_number.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/expand_number.3 b/lib/libutil/expand_number.3
index 92e8961..23e488d 100644
--- a/lib/libutil/expand_number.3
+++ b/lib/libutil/expand_number.3
@@ -37,7 +37,7 @@
.In libutil.h
.Ft int
.Fo expand_number
-.Fa "char *buf" "int64_t *num"
+.Fa "const char *buf" "int64_t *num"
.Fc
.Sh DESCRIPTION
The
OpenPOWER on IntegriCloud