From d96088b3ab5f5b833a78ff363f540cc5fa2c1e78 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Fri, 28 Oct 2022 05:29:16 -0300 Subject: [PATCH] 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 27dbbe49071..924c82109a6 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