summaryrefslogtreecommitdiffstats
path: root/man3/iconv_close.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/iconv_close.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/iconv_close.3 b/man3/iconv_close.3
index 089843c..85ba846 100644
--- a/man3/iconv_close.3
+++ b/man3/iconv_close.3
@@ -7,7 +7,7 @@
.\" GNU glibc-2 source code and manual
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\"
-.TH iconv_close 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH iconv_close 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
iconv_close \- deallocate descriptor for character set conversion
.SH LIBRARY
@@ -16,7 +16,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <iconv.h>
-.PP
+.P
.BI "int iconv_close(iconv_t " cd );
.fi
.SH DESCRIPTION
@@ -46,7 +46,6 @@ T{
.BR iconv_close ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY