Your message dated Sun, 30 Sep 2007 20:47:22 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#439560: fixed in manpages 2.64-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: manpages
Version: 2.62-1
Severity: minor
Tags: patch
Hello,
Please find attached a patch which fixes various formatting typos
introduced in the last updates.
Kind Regards,
--
Nekral
diff -rauN ../orig/manpages-2.62/man2/ioctl_list.2 ./manpages-2.62/man2/ioctl_list.2
--- ../orig/manpages-2.62/man2/ioctl_list.2 2007-06-20 23:53:34.000000000 +0200
+++ ./manpages-2.62/man2/ioctl_list.2 2007-08-25 16:55:03.000000000 +0200
@@ -598,7 +598,7 @@
The 'ifr_data' field is a pointer to another structure as follows:
.nf
- EQL_ENSLAVE const struct slaving_request *
+ EQL_ENSLAVE const struct slaving_request *
EQL_EMANCIPATE const struct slaving_request *
EQL_GETSLAVECFG struct slave_config * // I-O
EQL_SETSLAVECFG const struct slave_config *
diff -rauN ../orig/manpages-2.62/man2/kill.2 ./manpages-2.62/man2/kill.2
--- ../orig/manpages-2.62/man2/kill.2 2007-06-22 00:55:04.000000000 +0200
+++ ./manpages-2.62/man2/kill.2 2007-08-25 16:58:17.000000000 +0200
@@ -107,7 +107,7 @@
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
.SH NOTES
-The only signals that can be sent process ID 1, the
+The only signals that can be sent to process ID 1, the
.I init
process, are those for which
.I init
diff -rauN ../orig/manpages-2.62/man2/mmap.2 ./manpages-2.62/man2/mmap.2
--- ../orig/manpages-2.62/man2/mmap.2 2007-06-22 19:16:20.000000000 +0200
+++ ./manpages-2.62/man2/mmap.2 2007-08-25 16:59:06.000000000 +0200
@@ -216,7 +216,7 @@
.TP
.BR MAP_LOCKED " (since Linux 2.5.37)"
Lock the pages of the mapped region into memory in the manner of
-.BR mlock (2) .
+.BR mlock (2).
This flag is ignored in older kernels.
.\" If set, the mapped pages will not be swapped out.
.TP
diff -rauN ../orig/manpages-2.62/man2/vfork.2 ./manpages-2.62/man2/vfork.2
--- ../orig/manpages-2.62/man2/vfork.2 2007-06-21 07:38:48.000000000 +0200
+++ ./manpages-2.62/man2/vfork.2 2007-08-25 17:00:24.000000000 +0200
@@ -67,7 +67,7 @@
the parent process.
It may be useful in performance sensitive applications
where a child will be created which then immediately issues an
-.BR execve (2) .
+.BR execve (2).
.PP
.BR vfork ()
differs from
diff -rauN ../orig/manpages-2.62/man3/perror.3 ./manpages-2.62/man3/perror.3
--- ../orig/manpages-2.62/man3/perror.3 2007-06-22 19:42:06.000000000 +0200
+++ ./manpages-2.62/man3/perror.3 2007-08-25 17:07:36.000000000 +0200
@@ -117,8 +117,8 @@
.IR <stdio.h> .
.\" and only when _BSD_SOURCE is defined.
.\" When
-.B _GNU_SOURCE
-is defined, the symbols
+.\" .B _GNU_SOURCE
+.\" is defined, the symbols
.\" .I _sys_nerr
.\" and
.\" .I _sys_errlist
diff -rauN ../orig/manpages-2.62/man3/printf.3 ./manpages-2.62/man3/printf.3
--- ../orig/manpages-2.62/man3/printf.3 2007-06-23 09:56:56.000000000 +0200
+++ ./manpages-2.62/man3/printf.3 2007-08-25 17:08:18.000000000 +0200
@@ -880,7 +880,7 @@
instead (or
.BR asprintf ()
and
-.BR vasprintf ().
+.BR vasprintf ()).
.PP
Linux libc4.[45] does not have a
.BR snprintf (),
diff -rauN ../orig/manpages-2.62/man3/setaliasent.3 ./manpages-2.62/man3/setaliasent.3
--- ../orig/manpages-2.62/man3/setaliasent.3 2007-06-20 23:39:45.000000000 +0200
+++ ./manpages-2.62/man3/setaliasent.3 2007-08-25 17:12:42.000000000 +0200
@@ -76,7 +76,7 @@
struct aliasent {
char *alias_name; /* alias name */
size_t alias_members_len;
- char **alias_members; /* alias name list */
+ char **alias_members; /* alias name list */
int alias_local;
};
.fi
diff -rauN ../orig/manpages-2.62/man3/setnetgrent.3 ./manpages-2.62/man3/setnetgrent.3
--- ../orig/manpages-2.62/man3/setnetgrent.3 2007-06-23 09:56:56.000000000 +0200
+++ ./manpages-2.62/man3/setnetgrent.3 2007-08-25 17:19:00.000000000 +0200
@@ -29,7 +29,7 @@
.I netgroup
is a SunOS invention.
A netgroup database is a list of string triples
-.BR (hostname "," username "," domainname)
+.RI ( hostname ", " username ", " domainname )
or other netgroup names.
Any of the elements in a triple can be empty,
which means that anything matches.
@@ -79,7 +79,7 @@
.BR getnetgrent (),
and
.BR innetgr ()
-are avilable on most Unix systems.
+are available on most Unix systems.
.BR getnetgrent_r ()
is not widely available on other systems.
.\" getnetgrent_r() is on Solaris 8 and AIX 5.1, but not the BSDs.
diff -rauN ../orig/manpages-2.62/man3/strfmon.3 ./manpages-2.62/man3/strfmon.3
--- ../orig/manpages-2.62/man3/strfmon.3 2007-06-22 22:40:07.000000000 +0200
+++ ./manpages-2.62/man3/strfmon.3 2007-08-25 17:19:37.000000000 +0200
@@ -92,7 +92,7 @@
items of the current locale.
If the right precision is 0, no radix character is printed.
(The radix character here is determined by
- .BR LC_MONETARY ,
+.BR LC_MONETARY ,
and may differ from that specified by
.BR LC_NUMERIC .)
.LP
diff -rauN ../orig/manpages-2.62/man3/syslog.3 ./manpages-2.62/man3/syslog.3
--- ../orig/manpages-2.62/man3/syslog.3 2007-06-23 09:56:56.000000000 +0200
+++ ./manpages-2.62/man3/syslog.3 2007-08-25 17:19:48.000000000 +0200
@@ -290,7 +290,7 @@
Most portable is to use a string constant.
.LP
Never pass a string with user-supplied data as a format,
-the following instead:
+use the following instead:
.nf
syslog(priority, "%s", string);
diff -rauN ../orig/manpages-2.62/man3/termios.3 ./manpages-2.62/man3/termios.3
--- ../orig/manpages-2.62/man3/termios.3 2007-06-23 09:05:05.000000000 +0200
+++ ./manpages-2.62/man3/termios.3 2007-08-25 17:21:50.000000000 +0200
@@ -367,9 +367,9 @@
characters are converted to uppercase.
.\" [requires _BSD_SOURCE or _SVID_SOURCE or _XOPEN_SOURCE]
.\" glibc is probably now wrong to allow
-.B _XOPEN_SOURCE
-to expose
-.BR XCASE .
+.\" .B _XOPEN_SOURCE
+.\" to expose
+.\" .BR XCASE .
.TP
.B ECHO
Echo input characters.
@@ -569,7 +569,8 @@
Recognized when
.B IEXTEN
and
-.B ISIG are set, and the system supports
+.B ISIG
+are set, and the system supports
job control, and then not passed as input.
.TP
.B VLNEXT
diff -rauN ../orig/manpages-2.62/man3/usleep.3 ./manpages-2.62/man3/usleep.3
--- ../orig/manpages-2.62/man3/usleep.3 2007-06-23 09:56:56.000000000 +0200
+++ ./manpages-2.62/man3/usleep.3 2007-08-25 17:22:09.000000000 +0200
@@ -88,7 +88,7 @@
#include <unistd.h>
\&...
unsigned int usecs;
-\&.
+\&...
usleep(usecs);
.fi
.RE
diff -rauN ../orig/manpages-2.62/man4/initrd.4 ./manpages-2.62/man4/initrd.4
--- ../orig/manpages-2.62/man4/initrd.4 2007-06-22 00:55:04.000000000 +0200
+++ ./manpages-2.62/man4/initrd.4 2007-08-25 17:23:03.000000000 +0200
@@ -65,7 +65,7 @@
.IP 1. 3
The boot loader loads the kernel program and
.IR /dev/initrd "'s contents into memory."
-IP 2.
+.IP 2.
On kernel startup,
the kernel uncompresses and copies the contents of the device
.I /dev/initrd
diff -rauN ../orig/manpages-2.62/man5/locale.5 ./manpages-2.62/man5/locale.5
--- ../orig/manpages-2.62/man5/locale.5 2007-05-21 14:56:30.000000000 +0200
+++ ./manpages-2.62/man5/locale.5 2007-08-25 17:25:15.000000000 +0200
@@ -296,7 +296,7 @@
The
.B LC_COLLATE
definition ends with the string
-.IR END LC_COLLATE .
+.IR "END LC_COLLATE" .
.SS LC_MONETARY
The definition starts with the string
.B LC_MONETARY
diff -rauN ../orig/manpages-2.62/man7/ip.7 ./manpages-2.62/man7/ip.7
--- ../orig/manpages-2.62/man7/ip.7 2007-06-23 09:56:56.000000000 +0200
+++ ./manpages-2.62/man7/ip.7 2007-08-25 17:30:18.000000000 +0200
@@ -579,7 +579,7 @@
It is possible to implement RFC 4821 MTU probing with
.B SOCK_DGRAM
-of
+or
.B SOCK_RAW
sockets by setting a value of
.BR IP_PMTUDISC_PROBE .
diff -rauN ../orig/manpages-2.62/man7/signal.7 ./manpages-2.62/man7/signal.7
--- ../orig/manpages-2.62/man7/signal.7 2007-06-21 00:01:10.000000000 +0200
+++ ./manpages-2.62/man7/signal.7 2007-08-25 17:32:09.000000000 +0200
@@ -309,7 +309,7 @@
or
.BR signal (2)
must be very careful, since processing elsewhere may be interrupted
-at some arbitrary point in the execution of the program1.
+at some arbitrary point in the execution of the program.
POSIX has the concept of "safe function".
If a signal interrupts the execution of an unsafe function, and
.I handler
diff -rauN ../orig/manpages-2.62/man7/socket.7 ./manpages-2.62/man7/socket.7
--- ../orig/manpages-2.62/man7/socket.7 2007-06-23 09:56:56.000000000 +0200
+++ ./manpages-2.62/man7/socket.7 2007-08-25 17:33:31.000000000 +0200
@@ -371,7 +371,7 @@
sysctl.
The minimum (doubled) value for this option is 256.
.TP
-.BR SO_RCVBUFFORCE " (since Linux 2.6.14")
+.BR SO_RCVBUFFORCE " (since Linux 2.6.14)"
Using this socket option, a privileged
.RB ( CAP_NET_ADMIN )
process can perform the same task as
diff -rauN ../orig/manpages-2.62/man7/tcp.7 ./manpages-2.62/man7/tcp.7
--- ../orig/manpages-2.62/man7/tcp.7 2007-06-23 09:56:56.000000000 +0200
+++ ./manpages-2.62/man7/tcp.7 2007-08-25 17:37:02.000000000 +0200
@@ -233,7 +233,7 @@
fairness under large windows while offering both scalability and
bounded TCP-friendliness.
The protocol combines two schemes
-called additive increase and binary search increase.
+called additive increase and binary search.
When the
congestion window is large, additive increase with a large
increment ensures linear RTT fairness as well as good
diff -rauN ../orig/manpages-2.62/man7/utf-8.7 ./manpages-2.62/man7/utf-8.7
--- ../orig/manpages-2.62/man7/utf-8.7 2007-06-15 22:16:04.000000000 +0200
+++ ./manpages-2.62/man7/utf-8.7 2007-08-25 17:38:15.000000000 +0200
@@ -48,7 +48,8 @@
is not a suitable external encoding of
.B Unicode
in filenames, text files, environment variables, etc.
-The .BR "ISO 10646 Universal Character Set (UCS)" ,
+The
+.BR "ISO 10646 Universal Character Set (UCS)" ,
a superset of Unicode, occupies even a 31-bit code space and the obvious
.B UCS-4
encoding for it (a sequence of 32-bit words) has the same problems.
--- End Message ---
--- Begin Message ---
Source: manpages
Source-Version: 2.64-1
We believe that the bug you reported is fixed in the latest version of
manpages, which is due to be installed in the Debian FTP archive:
manpages-dev_2.64-1_all.deb
to pool/main/m/manpages/manpages-dev_2.64-1_all.deb
manpages_2.64-1.diff.gz
to pool/main/m/manpages/manpages_2.64-1.diff.gz
manpages_2.64-1.dsc
to pool/main/m/manpages/manpages_2.64-1.dsc
manpages_2.64-1_all.deb
to pool/main/m/manpages/manpages_2.64-1_all.deb
manpages_2.64.orig.tar.gz
to pool/main/m/manpages/manpages_2.64.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Schulze <[EMAIL PROTECTED]> (supplier of updated manpages package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 30 Sep 2007 21:50:15 +0200
Source: manpages
Binary: manpages manpages-dev
Architecture: source all
Version: 2.64-1
Distribution: unstable
Urgency: low
Maintainer: Martin Schulze <[EMAIL PROTECTED]>
Changed-By: Martin Schulze <[EMAIL PROTECTED]>
Description:
manpages - Manual pages about using a GNU/Linux system
manpages-dev - Manual pages about using GNU/Linux for development
Closes: 437178 438115 438117 439560 442220
Changes:
manpages (2.64-1) unstable; urgency=low
.
* New upstream version
* Avoid dangling symlinks (thanks to jidanni for notification)
* Untypo epoll(7) by Philippe Cloutier (closes: Bug#442220)
* Untypo pciconfig_read(2), ptrace(2), sigaction(2), setaliasent(3),
locale(5), utmp(5), epoll(7), posixoptions(7), signal(7),
socket(7), spufs(7), tcp(7), proc(5), capget(2) by Nicolas
François (Debian Bug#444471)
* Untypo ioctl_list(2), kill(2), mmap(2), vfork(2), printf(3),
setaliasent(3), setnetgrent(3), strfmon(3), syslog(3), termios(3),
usleep(3), initrd(4), locale(5), ip(7), signal(7), socket(7),
utf-8(7) (closes: Bug#439560)
* Untypo locale(5) by Reuben Thomas (closes: Bug#438117)
* Untypo locale(7) by Reuben Thomas (closes: Bug#438115)
* Improvements to motd(5) and motd.tail(5) by Javier Fernández-Sanguino
Peña (closes: Bug#437178)
* Improvement to swapon(2) by Michael Prokop (closes: But#435885)
Files:
eca36011ca03be4e9c5af5033fdd3065 584 doc important manpages_2.64-1.dsc
cca8e73d95d470c743b5f40eadbfe190 1260532 doc important
manpages_2.64.orig.tar.gz
32dc62d780b1f6b9792e6fdeeb90f7e0 59143 doc important manpages_2.64-1.diff.gz
12d3598604c10e675399f380243f305d 526420 doc important manpages_2.64-1_all.deb
27b49658dffcdeba470df3a7ebaf8baa 1283520 doc optional
manpages-dev_2.64-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG//+uW5ql+IAeqTIRAgJuAJ0aDIqcJXh99cu/7CzJxhrzM2p7MQCfdRaI
57jwZm/0rvxiYnHFOwttICE=
=a3Wv
-----END PGP SIGNATURE-----
--- End Message ---