diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-05-23 07:09:26 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-05-23 07:09:26 +0000 |
commit | 5e84ba7a4323e7908afe7b1600446a6723509660 (patch) | |
tree | 3a95523f334b7b78e7afb6063fd9742aed0ba276 | |
parent | 39d657f5db440cfaf74f1c53e7846fc5ee00d2e3 (diff) | |
download | src-5e84ba7a4323e7908afe7b1600446a6723509660.tar.gz src-5e84ba7a4323e7908afe7b1600446a6723509660.zip |
Notes
-rw-r--r-- | lib/libc/locale/localeconv.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/localeconv.3 b/lib/libc/locale/localeconv.3 index d18bf8754198..6262bf886346 100644 --- a/lib/libc/locale/localeconv.3 +++ b/lib/libc/locale/localeconv.3 @@ -202,7 +202,8 @@ result similarly denotes an unavailable value. .Pp The .Fn localeconv_l -function takes an explicit locale parameter. For more information, see +function takes an explicit locale parameter. +For more information, see .Xr xlocale 3 . .Sh RETURN VALUES The |