git: d96088b3ab5f - main - strfmon_l(3): Add name to the man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Oct 2022 21:10:50 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=d96088b3ab5f5b833a78ff363f540cc5fa2c1e78
commit d96088b3ab5f5b833a78ff363f540cc5fa2c1e78
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-10-28 08:29:16 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-10-29 21:08:19 +0000
strfmon_l(3): Add name to the man page
Reviewed by: kib
PR: 267410
Github PR: #620
MFC after: 1 week
---
lib/libc/stdlib/strfmon.3 | 8 +++++---
1 file 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