git: 6e3a5a802e10 - stable/13 - strfmon_l(3): Add name to the man page

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sat, 05 Nov 2022 00:31:05 UTC
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=6e3a5a802e105448b0d54cc3a289be06a4920736

commit 6e3a5a802e105448b0d54cc3a289be06a4920736
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-10-28 08:29:16 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-11-05 00:30:39 +0000

    strfmon_l(3): Add name to the man page
    
    (cherry picked from commit d96088b3ab5f5b833a78ff363f540cc5fa2c1e78)
---
 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