summaryrefslogtreecommitdiffstats
path: root/man3/localeconv.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/localeconv.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/localeconv.3 b/man3/localeconv.3
index 063fe11..a4b17a9 100644
--- a/man3/localeconv.3
+++ b/man3/localeconv.3
@@ -4,7 +4,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\" Modified Sat Jul 24 19:01:20 1993 by Rik Faith (faith@cs.unc.edu)
-.TH localeconv 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH localeconv 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
localeconv \- get numeric formatting information
.SH LIBRARY
@@ -13,7 +13,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <locale.h>
-.PP
+.P
.B struct lconv *localeconv(void);
.fi
.SH DESCRIPTION
@@ -64,7 +64,6 @@ T} Thread safety T{
MT-Unsafe race:localeconv locale
T}
.TE
-.sp 1
.SH STANDARDS
C11.
.SH HISTORY