Skip to content

Commit db5e62f

Browse files
committed
man pages: Use man page section title from groff or the distro.
Reported by Mike Fulton <mikefultonpersonal@gmail.com> in <https://lists.gnu.org/archive/html/bug-gnu-libiconv/2023-04/msg00027.html>. * man/*.[13]: Remove section title "Linux Programmer's Manual".
1 parent 3a3cd34 commit db5e62f

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2023-05-24 Bruno Haible <bruno@clisp.org>
2+
3+
man pages: Use man page section title from groff or the distro.
4+
Reported by Mike Fulton <mikefultonpersonal@gmail.com> in
5+
<https://lists.gnu.org/archive/html/bug-gnu-libiconv/2023-04/msg00027.html>.
6+
* man/*.[13]: Remove section title "Linux Programmer's Manual".
7+
18
2023-05-21 Bruno Haible <bruno@clisp.org>
29

310
Support creating shared libraries on Hurd/x86_64.

man/iconv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
1010
.\" POSIX 2001 draft6
1111
.\"
12-
.TH ICONV 1 "April 3, 2023" "GNU" "Linux Programmer's Manual"
12+
.TH ICONV 1 "April 3, 2023" "GNU"
1313
.SH NAME
1414
iconv \- character set conversion
1515
.SH SYNOPSIS

man/iconv.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.\" GNU glibc-2 source code and manual
1010
.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
1111
.\"
12-
.TH ICONV 3 "September 7, 2008" "GNU" "Linux Programmer's Manual"
12+
.TH ICONV 3 "September 7, 2008" "GNU"
1313
.SH NAME
1414
iconv \- perform character set conversion
1515
.SH SYNOPSIS

man/iconv_close.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.\" GNU glibc-2 source code and manual
1010
.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
1111
.\"
12-
.TH ICONV_CLOSE 3 "March 31, 2007" "GNU" "Linux Programmer's Manual"
12+
.TH ICONV_CLOSE 3 "March 31, 2007" "GNU"
1313
.SH NAME
1414
iconv_close \- deallocate descriptor for character set conversion
1515
.SH SYNOPSIS

man/iconv_open.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.\" GNU glibc-2 source code and manual
1010
.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
1111
.\"
12-
.TH ICONV_OPEN 3 "May 20, 2023" "GNU" "Linux Programmer's Manual"
12+
.TH ICONV_OPEN 3 "May 20, 2023" "GNU"
1313
.SH NAME
1414
iconv_open \- allocate descriptor for character set conversion
1515
.SH SYNOPSIS

man/iconv_open_into.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.\" References consulted:
99
.\" iconv.h
1010
.\"
11-
.TH ICONV_OPEN_INTO 3 "September 21, 2008" "GNU" "Linux Programmer's Manual"
11+
.TH ICONV_OPEN_INTO 3 "September 21, 2008" "GNU"
1212
.SH NAME
1313
iconv_open_into \- initialize descriptor for character set conversion
1414
.SH SYNOPSIS

man/iconvctl.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.\" References consulted:
1010
.\" iconv.h
1111
.\"
12-
.TH ICONVCTL 3 "April 3, 2023" "GNU" "Linux Programmer's Manual"
12+
.TH ICONVCTL 3 "April 3, 2023" "GNU"
1313
.SH NAME
1414
iconvctl \- control iconv behavior
1515
.SH SYNOPSIS

0 commit comments

Comments
 (0)