diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2022-10-28 08:29:16 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2022-10-29 21:08:19 +0000 |
| commit | d96088b3ab5f5b833a78ff363f540cc5fa2c1e78 (patch) | |
| tree | d465c1c0ccaaf7ffe79cb1f1cfae06ec96cfa304 /lib | |
| parent | a2c57c60d9e2667744357fdadd79a98ce64d3ad9 (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdlib/strfmon.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strfmon.3 b/lib/libc/stdlib/strfmon.3 index 27dbbe49071f..924c82109a68 100644 --- a/lib/libc/stdlib/strfmon.3 +++ b/lib/libc/stdlib/strfmon.3 @@ -24,11 +24,12 @@ .\" .\" $FreeBSD$ .\" -.Dd October 26, 2022 +.Dd October 28, 2022 .Dt STRFMON 3 .Os .Sh NAME -.Nm strfmon +.Nm strfmon , +.Nm strfmon_l .Nd convert monetary value to string .Sh LIBRARY .Lb libc @@ -161,7 +162,8 @@ The format string is invalid. Not enough memory for temporary buffers. .El .Sh SEE ALSO -.Xr localeconv 3 +.Xr localeconv 3 , +.Xr xlocale 3 .Sh STANDARDS The .Fn strfmon |
