<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.man">
    <title>gmane.linux.man</title>
    <link>http://blog.gmane.org/gmane.linux.man</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2968"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2967"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2965"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2963"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2962"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2960"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2959"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2958"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2957"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2955"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2954"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2953"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2952"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2949"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2948"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2945"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2936"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2935"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2931"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.man/2924"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2968">
    <title>[Bug 43287] New: scanf documentation example</title>
    <link>http://comments.gmane.org/gmane.linux.man/2968</link>
    <description>&lt;pre&gt;https://bugzilla.kernel.org/show_bug.cgi?id=43287

           Summary: scanf documentation example
           Product: Documentation
           Version: unspecified
    Kernel Version: n/a
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: man-pages
        AssignedTo: documentation_man-pages-ztI5WcYan/vQLgFONoPN62D2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
        ReportedBy: berkgokden-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
        Regression: No


In scanf man file ( http://man7.org/linux/man-pages/man3/scanf.3.html ), in
notes section an example given.
Example only works if it is compiled with -std=c89 option. It is not well
defined. Probably because it was written long ago.

&lt;/pre&gt;</description>
    <dc:creator>bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-23T23:48:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2967">
    <title>[PATCH] memchr, strstr: Reference memmem (3) in SEE ALSO section</title>
    <link>http://comments.gmane.org/gmane.linux.man/2967</link>
    <description>&lt;pre&gt;Hi,

This patch references the memmem (3) function in memchr and strstr SEE
ALSO section.

Thanks,
&lt;/pre&gt;</description>
    <dc:creator>Alexandre Bique</dc:creator>
    <dc:date>2012-05-21T15:41:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2965">
    <title>[patch], suffixes(7): Warnings from "grotty"</title>
    <link>http://comments.gmane.org/gmane.linux.man/2965</link>
    <description>&lt;pre&gt;Package: manpages
Version: 3.40
Severity: minor
Tags: patch

  From "man ..." ("nroff ..."):

grotty:&amp;lt;standard input&amp;gt; (&amp;lt;standard input&amp;gt;):1763: character above first line discarded
grotty:&amp;lt;standard input&amp;gt; (&amp;lt;standard input&amp;gt;):2688: character above first line discarded
grotty:&amp;lt;standard input&amp;gt; (&amp;lt;standard input&amp;gt;):3286: character above first line discarded

  "man" ("nroff") needs a long page to avoid (imaginary) page
breaks for the long tables.

  The culprit is "Dl 0 -xxxx" (vertical line) where "xxxx" is
one line (40 nroff units) too long.  Or there is a bug in
"grotty".  "nroff" or "tbl" makes an empty line where a page
break is.

  Patch:

--- suffixes.72012-04-26 22:58:40.000000000 +0000
+++ suffixes.7.new2012-05-18 01:22:54.000000000 +0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -35,6 +35,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .\" FIXME, mtk, May 2007: rendering this page yields the error:
 .\" grotty:suffixes.7:1725: character above first line discarded
 .\"
+.\" "nroff" ("man") (or "tbl") needs a long page to avoid warnings
+.\" from "grotty" (at imagined page breaks).  Bug in grotty?
+.if n .pl 1000v
 .TH SUFFIXES 7  2000-11-16 "Linux" "Linux Programmer's Manual"
 .SH NAME
 suffixes \- list of file suffixes

&lt;/pre&gt;</description>
    <dc:creator>Bjarni Ingi Gislason</dc:creator>
    <dc:date>2012-05-18T17:47:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2963">
    <title>[Bug 43252] New: bdflush(2) is obsolete</title>
    <link>http://comments.gmane.org/gmane.linux.man/2963</link>
    <description>&lt;pre&gt;https://bugzilla.kernel.org/show_bug.cgi?id=43252

           Summary: bdflush(2) is obsolete
           Product: Documentation
           Version: unspecified
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: man-pages
        AssignedTo: documentation_man-pages-ztI5WcYan/vQLgFONoPN62D2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
        ReportedBy: kmoriwak-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org
        Regression: No


In recent kernel, bdflush(2) syscall is deprecated and not effective to
anything.

Adding some statement about this situation to DESCRIPTION or NOTES section will
be helpful for readers.

I think affected pages are: bdflush(2) and syscalls(2)

Best Regards,

&lt;/pre&gt;</description>
    <dc:creator>bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-16T06:37:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2962">
    <title>[PATCH] aio_cancel.3, aio_suspend.3: ffix</title>
    <link>http://comments.gmane.org/gmane.linux.man/2962</link>
    <description>&lt;pre&gt;---
 man3/aio_cancel.3  |    2 +-
 man3/aio_suspend.3 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3
index 8b80275..c800075 100644
--- a/man3/aio_cancel.3
+++ b/man3/aio_cancel.3
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -104,7 +104,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; The cause of the error can be found by inspecting
 is not a valid file descriptor.
 .TP
 .B ENOSYS
-.BR aio_cancel()
+.BR aio_cancel ()
 is not implemented.
 .SH VERSIONS
 The
diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3
index 1215ff7..05d045d 100644
--- a/man3/aio_suspend.3
+++ b/man3/aio_suspend.3
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -97,7 +97,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; waiting for); see
 .BR signal (7).
 .TP
 .B ENOSYS
-.BR aio_suspend()
+.BR aio_suspend ()
 is not implemented.
 .SH VERSIONS
 The
&lt;/pre&gt;</description>
    <dc:creator>David Prévot</dc:creator>
    <dc:date>2012-05-16T03:10:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2960">
    <title>[PATCH] open.2: ffix</title>
    <link>http://comments.gmane.org/gmane.linux.man/2960</link>
    <description>&lt;pre&gt;---
 man2/open.2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/open.2 b/man2/open.2
index 7fe6602..5ea16f6 100644
--- a/man2/open.2
+++ b/man2/open.2
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -799,7 +799,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; flag.
 Nor does this restriction apply when the memory buffer has been advised as
 .B MADV_DONTFORK
 with
-.BR madvise(2),
+.BR madvise (2),
 ensuring that it will not be available
 to the child after
 .BR fork (2).
&lt;/pre&gt;</description>
    <dc:creator>David Prévot</dc:creator>
    <dc:date>2012-05-16T00:10:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2959">
    <title>[patch], mdoc.samples(7): Warnings from [ng]roff, corrections</title>
    <link>http://comments.gmane.org/gmane.linux.man/2959</link>
    <description>&lt;pre&gt;Package: man-pages
Version: 3.40
Severity: minor
Tags: patch

  From "man -ww ..." (groff -ww ...):

&amp;lt;standard input&amp;gt;:541: warning: tab character in unquoted macro argument
&amp;lt;standard input&amp;gt;:542: warning: tab character in unquoted macro argument
&amp;lt;standard input&amp;gt;:543: warning: tab character in unquoted macro argument
&amp;lt;standard input&amp;gt;:544: warning: tab character in unquoted macro argument
&amp;lt;standard input&amp;gt;:813: warning: macro `Pu' not defined
Usage: .Rv -std in sections 2 and 3 only (#1669)
mdoc warning: A .Bl directive has no matching .El (#1821)

  String "Pu" defined as a row of punctuations

  ".Bl" and ".El" fixed

  Some arguments, that start with a period or are the name of a
macro, protected with "\&amp;amp;".

  Variable name for macro ".Rv" corrected.

--- mdoc.samples.72012-04-26 22:58:40.000000000 +0000
+++ mdoc.samples.7.new2012-05-15 01:09:17.000000000 +0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -36,6 +36,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .\" times and is guaranteed to give a worst case performance
 .\" for an already extremely slow package.
 .\"
+.\" String \*(Pu was not defined, probably means punctuation
+.ds Pu "[ .,:;()[]?! ]
 .Dd December 30, 1993
 .Os
 .Dt MDOC.SAMPLES 7
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -535,10 +537,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .\" PS1UNIX Programmer's Supplementary Documents
 .Pp
 .Bl -column SMM -offset indent -compact
-.It Li AMDUNIX Ancestral Manual Documents
-.It Li SMMUNIX System Manager's Manual
-.It Li URMUNIX Reference Manual
-.It Li PRMUNIX Programmer's Manual
+.It Li "AMDUNIX Ancestral Manual Documents"
+.It Li "SMMUNIX System Manager's Manual"
+.It Li "URMUNIX Reference Manual"
+.It Li "PRMUNIX Programmer's Manual"
 .El
 .Pp
 The default volume labeling is
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -808,7 +810,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 of the form addr1[,addr2[,addr3]].
 .Pp
 .Dl Usage: .Ad address ... \*(Pu
-.Bl -tag -width ".Ad f1 , f2 , f3 :" -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Ad f1 , f2 , f3 :" -compact -offset 14n
 .It Li \&amp;amp;.Ad addr1
 .Ad addr1
 .It Li \&amp;amp;.Ad addr1\ .
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -835,7 +837,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 to be punctuation.
 .Pp
 .Dl Usage: .An author_name \*(Pu
-.Bl -tag -width ".An Joe Author ) ) ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.An Joe Author ) ) ," -compact -offset 14n
 .It Li \&amp;amp;.An Joe\ Author
 .An Joe Author
 .It Li \&amp;amp;.An Joe\ Author\ ,
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -860,7 +862,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 a command-line argument is referenced.
 .Pp
 .Dl Usage: .Ar argument ... \*(Pu
-.Bl -tag -width ".Ar file1 file2" -compact -offset 15n
+.Bl -tag -width "\&amp;amp;.Ar file1 file2" -compact -offset 15n
 .It Li \&amp;amp;.Ar
 .Ar
 .It Li \&amp;amp;.Ar file1
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -878,7 +880,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 If
 .Ql \&amp;amp;.Ar
 is called without arguments
-.Ql Ar
+.Ql \&amp;amp;Ar
 is assumed.
 The
 .Ql \&amp;amp;.Ar
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -916,7 +918,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .Ql \&amp;amp;.Dv .
 .Pp
 .Dl Usage: .Dv defined_variable ... \*(Pu
-.Bl -tag -width ".Dv MAXHOSTNAMELEN" -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Dv MAXHOSTNAMELEN" -compact -offset 14n
 .It Li ".Dv MAXHOSTNAMELEN"
 .Dv MAXHOSTNAMELEN
 .It Li ".Dv TIOCGPGRP )"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -942,7 +944,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 a section two manual page.
 .Pp
 .Dl Usage: .Er ERRNOTYPE ... \*(Pu
-.Bl -tag -width ".Bq Er ENOTDIR" -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Bq Er ENOTDIR" -compact -offset 14n
 .It Li \&amp;amp;.Er ENOENT
 .Er ENOENT
 .It Li \&amp;amp;.Er ENOENT\ )\ ;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -963,7 +965,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 macro specifies an environment variable.
 .Pp
 .Dl Usage: .Ev argument ... \*(Pu
-.Bl -tag -width ".Ev PRINTER ) ) ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Ev PRINTER ) ) ," -compact -offset 14n
 .It Li \&amp;amp;.Ev DISPLAY
 .Ev  DISPLAY
 .It Li \&amp;amp;.Ev PATH\ .
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -999,7 +1001,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 may also be used to refer to structure members.
 .Pp
 .Dl Usage: .Fa function_argument ... \*(Pu
-.Bl -tag -width ".Fa d_namlen\ )\ )\ ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Fa d_namlen\ )\ )\ ," -compact -offset 14n
 .It Li \&amp;amp;.Fa d_namlen\ )\ )\ ,
 .Fa d_namlen ) ) ,
 .It Li \&amp;amp;.Fa iov_len
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1049,7 +1051,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 macro is identical, but without the dash.
 .Pp
 .Dl Usage: .Fl argument ... \*(Pu
-.Bl -tag -width ".Fl \-s \-t \-v" -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Fl \-s \-t \-v" -compact -offset 14n
 .It Li \&amp;amp;.Fl
 .Fl
 .It Li \&amp;amp;.Fl cfv
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1079,7 +1081,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .Bd -literal
 Usage: .Fn [type] function [[type] parameters ... \*(Pu]
 .Ed
-.Bl -tag -width ".Fn _int align_ _const * char *sptrsxx" -compact
+.Bl -tag -width "\&amp;amp;.Fn _int align_ _const * char *sptrsxx" -compact
 .It Li "\&amp;amp;.Fn getchar"
 .Fn getchar
 .It Li "\&amp;amp;.Fn strlen ) ,"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1190,7 +1192,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 macro designates an interactive or internal command.
 .Pp
 .Dl Usage: .Ic argument ... \*(Pu
-.Bl -tag -width ".Ic setenv , unsetenvxx" -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Ic setenv , unsetenvxx" -compact -offset 14n
 .It Li \&amp;amp;.Ic :wq
 .Ic :wq
 .It Li \&amp;amp;.Ic do while {...}
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1243,7 +1245,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 it can not recall the first argument it was invoked with.
 .Pp
 .Dl Usage: .Nm argument ... \*(Pu
-.Bl -tag -width ".Nm mdoc.sample" -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Nm mdoc.sample" -compact -offset 14n
 .It Li \&amp;amp;.Nm mdoc.sample
 .Nm mdoc.sample
 .It Li \&amp;amp;.Nm \e-mdoc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1271,7 +1273,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 may be used across one or more lines.
 .Pp
 .Dl Usage: .Op options ... \*(Pu
-.Bl -tag -width ".Op Fl c Ar objfil Op Ar corfil ," -compact -offset indent
+.Bl -tag -width "\&amp;amp;.Op Fl c Ar objfil Op Ar corfil ," -compact -offset indent
 .It Li \&amp;amp;.Op
 .Op
 .It Li ".Op Fl k"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1322,7 +1324,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 macro formats pathnames or filenames.
 .Pp
 .Dl Usage: .Pa pathname \*(Pu
-.Bl -tag -width ".Pa /tmp/fooXXXXX ) ." -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Pa /tmp/fooXXXXX ) ." -compact -offset 14n
 .It Li \&amp;amp;.Pa /usr/share
 .Pa /usr/share
 .It Li \&amp;amp;.Pa /tmp/fooXXXXX\ )\ .
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1336,7 +1338,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Generic variable reference:
 .Pp
 .Dl Usage: .Va variable ... \*(Pu
-.Bl -tag -width ".Va char s ] ) ) ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Va char s ] ) ) ," -compact -offset 14n
 .It Li \&amp;amp;.Va count
 .Va count
 .It Li \&amp;amp;.Va settimer ,
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1363,7 +1365,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 remaining arguments are assumed to be punctuation.
 .Pp
 .Dl Usage: .Xr man_page [1,...,8] \*(Pu
-.Bl -tag -width ".Xr mdoc 7 ) ) ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Xr mdoc 7 ) ) ," -compact -offset 14n
 .It Li \&amp;amp;.Xr mdoc
 .Xr mdoc
 .It Li \&amp;amp;.Xr mdoc\ ,
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1386,7 +1388,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .Bd -literal -offset indent -compact
 Usage: .At [v6 | v7 | 32v | V.1 | V.4] ... \*(Pu
 .Ed
-.Bl -tag -width ".At v6 ) ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.At v6 ) ," -compact -offset 14n
 .It Li ".At"
 .At
 .It Li ".At v6 ."
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1403,7 +1405,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 It accepts at most two arguments.
 .Ss BSD Macro
 .Dl Usage: .Bx [Version/release] ... \*(Pu
-.Bl -tag -width ".Bx 4.3 ) ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Bx 4.3 ) ," -compact -offset 14n
 .It Li ".Bx"
 .Bx
 .It Li ".Bx 4.3 ."
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1417,7 +1419,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .Bd -literal -offset indent -compact
 Usage: .Fx Version.release ... \*(Pu
 .Ed
-.Bl -tag -width ".Fx 2.2 ) ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Fx 2.2 ) ," -compact -offset 14n
 .It Li ".Fx 2.2 ."
 .Fx 2.2 .
 .El
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1432,7 +1434,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 It accepts at most two arguments.
 .Ss UNIX Macro
 .Dl Usage: .Ux ... \*(Pu
-.Bl -tag -width ".Ux 4.3 ) ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Ux 4.3 ) ," -compact -offset 14n
 .It Li ".Ux"
 .Ux
 .El
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1518,7 +1520,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .Pp
 .ne 4
 Examples of quoting:
-.Bl -tag -width ".Aq Pa ctype.h ) ,xxxxxxxx" -compact -offset indent
+.Bl -tag -width "\&amp;amp;.Aq Pa ctype.h ) ,xxxxxxxx" -compact -offset indent
 .It Li \&amp;amp;.Aq
 .Aq
 .It Li \&amp;amp;.Aq \&amp;amp;Ar ctype.h\ )\ ,
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1576,7 +1578,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 macro eliminates unwanted spaces in between macro requests.
 It is useful for old style argument lists where there is no space
 between the flag and argument:
-.Bl -tag -width ".Op Fl I Ns Ar directoryxx" -offset indent
+.Bl -tag -width "\&amp;amp;.Op Fl I Ns Ar directoryxx" -offset indent
 .It Li ".Op Fl I Ns Ar directory"
 produces
 .Op Fl I Ns Ar directory
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1661,11 +1663,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .Ql \&amp;amp;.Rv -std atexit
 will generate the following text:
 .Pp
-.\" fake chapter 3 to avoid error message from Rv
-.ds cH 3
+.\" fake section 3 to avoid error message from Rv
+.\".ds cH 3
+.ds section 3
 .Rv -std atexit
 .\" and back to 7 again
-.ds cH 7
+.\".ds cH 7
+.ds section 7
 .Pp
 The
 .Fl std
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1675,7 +1679,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 all upper case words longer than two characters.
 .Pp
 .Dl Usage: .Tn symbol ... \*(Pu
-.Bl -tag -width ".Tn ASCII" -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Tn ASCII" -compact -offset 14n
 .It Li \&amp;amp;.Tn DEC
 .Tn DEC
 .It Li \&amp;amp;.Tn ASCII
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1815,7 +1819,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .Ql \&amp;amp;.Sh
 macro can take up to nine arguments.
 It is parsed and but is not callable.
-.Bl -tag -width ".Sh SYNOPSIS"
+.Bl -tag -width "\&amp;amp;.Sh SYNOPSIS"
 .It \&amp;amp;.Sh NAME
 The
 .Ql \&amp;amp;.Sh NAME
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1868,6 +1872,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 configuration device usage macro.
 Several other macros may be necessary to produce
 the synopsis line as shown below:
+.El
 .Pp
 .Bd -filled -offset indent
 .Nm cat
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1902,6 +1907,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .Sx PREDEFINED STRINGS
 for a usable \*(Ba
 character in other situations.
+.Bl -tag
 .It \&amp;amp;.Sh DESCRIPTION
 In most cases the first text in the
 .Sx DESCRIPTION
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2233,6 +2239,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 The display-type must be one of the following four types and
 may have an offset specifier for indentation:
 .Ql \&amp;amp;.Bd .
+.El
 .Pp
 .Bl -tag -width "file file_name  " -compact
 .It Fl ragged
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2291,7 +2298,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 work and perhaps may never do the right thing by
 .Xr troff .
 .El
-.El
 .It ".Ed"
 End-display.
 .El
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2305,7 +2311,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 The usual font for emphasis is italic.
 .Pp
 .Dl Usage: .Em argument ... \*(Pu
-.Bl -tag -width ".Em vide infra ) ) ," -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Em vide infra ) ) ," -compact -offset 14n
 .It Li ".Em does not"
 .Em does not
 .It Li ".Em exceed 1024 ."
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2328,7 +2334,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 would be typed.
 .Pp
 .Dl Usage: .Li argument ... \*(Pu
-.Bl -tag -width ".Li cntrl-D ) ,"  -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Li cntrl-D ) ,"  -compact -offset 14n
 .It Li \&amp;amp;.Li \een
 .Li \en
 .It Li \&amp;amp;.Li M1 M2 M3\ ;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2347,10 +2353,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 either the symbolic sense or the traditional English usage.
 .Pp
 .Dl Usage: .Sy symbol ... \*(Pu
-.Bl -tag -width ".Sy Important Noticex" -compact -offset 14n
+.Bl -tag -width "\&amp;amp;.Sy Important Noticex" -compact -offset 14n
 .It Li \&amp;amp;.Sy Important Notice
 .Sy Important Notice
-.El
 .Pp
 The
 .Ql \&amp;amp;.Sy
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2358,6 +2363,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Arguments to
 .Ql \&amp;amp;.Sy
 may be quoted.
+.El
 .It Li \&amp;amp;.Bf
 Begin font mode.
 The
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2444,6 +2450,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 \&amp;amp;Lastly item three goes here.
 \&amp;amp;.El
 .Ed
+.El
 .Pp
 The results:
 .Pp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2474,6 +2481,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Bullet two here.
 .El
 .Pp
+.Bl -ohang -compact
 .It Fl tag
 .It Fl diag
 .It Fl hang
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2491,13 +2499,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .Em tagged .
 This
 list was constructed with the
-.Ql Fl ohang
+.Ql \&amp;amp;Fl ohang
 list-type.
 The
 .Ql \&amp;amp;.It
 macro is parsed only for the inset, hang
 and tag list-types and is not callable.
 Here is an example of inset labels:
+.El
 .Bl -inset -offset indent
 .It Em Tag
 The tagged list (also called a tagged paragraph) is the
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2621,7 +2630,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 again, the width is set to the constant width of the string
 given.
 .El
-.El
 .Pp
 If a width is not specified for the tag list type, the first
 time

&lt;/pre&gt;</description>
    <dc:creator>Bjarni Ingi Gislason</dc:creator>
    <dc:date>2012-05-15T19:22:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2958">
    <title>[Bug 43249] New: connect(2) changes INADDR_ANY meaning for UDP sockets</title>
    <link>http://comments.gmane.org/gmane.linux.man/2958</link>
    <description>&lt;pre&gt;https://bugzilla.kernel.org/show_bug.cgi?id=43249

           Summary: connect(2) changes INADDR_ANY meaning for UDP sockets
           Product: Documentation
           Version: unspecified
    Kernel Version: 3.0.0
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: man-pages
        AssignedTo: documentation_man-pages-ztI5WcYan/vQLgFONoPN62D2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
        ReportedBy: sebastian.lauwers-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
        Regression: No


Created an attachment (id=73297)
 --&amp;gt; (https://bugzilla.kernel.org/attachment.cgi?id=73297)
Testcase which demonstrates the bug scenario

The POSIX man page for connect(2) [1] specifies that:


The Linux man page for connect(2) does not provide this information, and this
may be confusing, regarding the following behaviour:

After creating a socket of type SOCK_DGRAM through socket(2), and calling
bind(2) on it to have it "listen" on all interfaces (through the use of
INADDR_ANY as value of sockaddr_in.sin_addr.s_addr), it is possible to call
connect(2) on said socket. This behaviour is correctly explained by the
connect(2) Linux man page [2]:


However, upon doing so, the socket is no longer "bound" to any interface (as
could be assumed through the usage of INADDR_ANY), but one in particular (and
it is apparently not possible to know which one, before calling connect(2)).
This seems to contradict the information provided by the ip(7) man page [3]:


I have attached a test-case which demonstrates this apparently conflicting
behaviour.

I would suggest adding a paragraph or comment that would explain this subtlety,
as it can cause difficult to diagnose issues when using connected UDP sockets.

[1]: http://www.unix.com/man-page/posix/3posix/connect/
[2]: http://linux.die.net/man/2/connect
[3]: http://linux.die.net/man/7/ip

&lt;/pre&gt;</description>
    <dc:creator>bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-14T22:28:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2957">
    <title>[PATCH]  Psuedo-&gt;Pseudo</title>
    <link>http://comments.gmane.org/gmane.linux.man/2957</link>
    <description>&lt;pre&gt;
---
  man4/pts.4 | 2 +-
  man7/pty.7 | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man4/pts.4 b/man4/pts.4
index 7164e10..ff81c63 100644
--- a/man4/pts.4
+++ b/man4/pts.4
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -44,7 +44,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; programs such as
  in which data read from the pseudoterminal master is sent across the 
network
  to a client program that is connected to a terminal or terminal emulator.
  .PP
-Psuedoterminals can also be used to send input to programs that normally
+Pseudoterminals can also be used to send input to programs that normally
  refuse to read input from pipes (such as
  .BR su (1),
  and
diff --git a/man7/pty.7 b/man7/pty.7
index c6d8c35..2860b30 100644
--- a/man7/pty.7
+++ b/man7/pty.7
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -48,7 +48,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; that is connected to the slave.
  Conversely, anything that is written to the slave end of the
  pseudoterminal can be read by the process that is connected to
  the master end.
-Psuedoterminals are used by applications such as network login services
+Pseudoterminals are used by applications such as network login services
  .RB ( ssh "(1), " rlogin "(1), " telnet (1)),
  terminal emulators,
  .BR script (1),
&lt;/pre&gt;</description>
    <dc:creator>Jim Hill</dc:creator>
    <dc:date>2012-05-14T20:21:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2955">
    <title>haalloo,</title>
    <link>http://comments.gmane.org/gmane.linux.man/2955</link>
    <description>&lt;pre&gt;haalloo,
how are you doing,i hope you are fine,my name is miss abi okom i got your
contact and want us to be a good friend,
please try and write back to me so that i will give you my pictures and tell
you more about me,
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&amp;lt; at &amp;gt;public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>abi</dc:creator>
    <dc:date>2012-05-12T17:06:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2954">
    <title>[patch], mdoc(7): Fixing a warning and a table</title>
    <link>http://comments.gmane.org/gmane.linux.man/2954</link>
    <description>&lt;pre&gt;Package: man-pages
Version: 3.40
Severity: minor
Tags: patch

  From "groff -ww ..." (or "man --warnings=w ..."):

&amp;lt;groff: mdoc.7&amp;gt;:294: warning: tab character in unquoted macro argument

  In one table the distance between columns is too small in the
"ps" output.  (Bug in the groff "doc.tmac" macro?)

  Patch:

--- mdoc.72012-04-26 22:58:40.000000000 +0000
+++ mdoc.7.new2012-05-11 13:57:40.000000000 +0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -201,7 +201,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Options:
 .Bl -tag -width flag -compact
 .It Ar List-types
-.Bl -column xbullet -compact
+.\" The width "xbullet" is too small in the "ps" output.
+.\" Spaces to increase the width result in too little space in
+.\" the "ps" output (bug in the groff &amp;lt;= 1.21 "doc.tmac" macro?)
+.Bl -column xbulletM -compact
 .It Fl bullet Ta "Bullet Item List"
 .It Fl item Ta "Unlabeled List"
 .It Fl enum Ta "Enumerated List"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -291,7 +294,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .ne 1i
 .Ss Manual Domain Macros
 .Bl -column "Name" "Parsed" Callable" -compact
-.It Em NameParsedCallableDescription
+.It Em "NameParsedCallableDescription"
 .It Li \&amp;amp;Ad Ta Yes Ta Yes Ta "Address. (This macro may be deprecated.)"
 .It Li \&amp;amp;An Ta Yes Ta Yes Ta "Author name."
 .It Li \&amp;amp;Ar Ta Yes Ta Yes Ta "Command-line argument."

&lt;/pre&gt;</description>
    <dc:creator>Bjarni Ingi Gislason</dc:creator>
    <dc:date>2012-05-11T19:54:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2953">
    <title>man pages for fanotify_init(2) and fanotify_mark(2)</title>
    <link>http://comments.gmane.org/gmane.linux.man/2953</link>
    <description>&lt;pre&gt;Please could the man pages for fanotify_init(2) and fanotify_mark(2) be added as they are currently
entirely undocumented aside from a couple of lwn articles.

The man pages are attached to the mails here:

http://permalink.gmane.org/gmane.linux.man/2400

Thanks in advance.

Kind regards,

James.
--
James Hunt
____________________________________
http://upstart.ubuntu.com/cookbook
http://upstart.ubuntu.com/cookbook/upstart_cookbook.pdf
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&amp;lt; at &amp;gt;public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>James Hunt</dc:creator>
    <dc:date>2012-05-10T23:30:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2952">
    <title>[patch], iso_8859-*.7: Explanation of SOFT HYPHEN and the code for it</title>
    <link>http://comments.gmane.org/gmane.linux.man/2952</link>
    <description>&lt;pre&gt;Package: man-pages
Version: 3.40
Severity: minor
Tags: patch

  From "groff -ww ...":

&amp;lt;groff: iso_8859-2.7&amp;gt;:89: warning: can't find special character `shc'

  This is the only "iso_8859-*.7" file that has this (now)
undefined character.  The code in column four in "iso_8859-1.7" is
"0x2D" ("HYPHEN, MINUS SIGN" or "HYPHEN-MINUS") instead of "0xAD". 
See Debian bug 156154 (or package "manpages").

  There should be an explanation for this graphic character and the
code should be 0xAD in iso_8859-1.7 (as in all others), even though
"[gn]roff" does not display a "HYPHEN" in that position of the table.

  The line with "SOFT HYPHEN" gets a footnote and a short
explanation.  The footnote is from the official ISO standard.

  Suggested patch for one of the files:

--- iso_8859-1.72012-04-26 22:58:39.000000000 +0000
+++ iso_8859-1.7.new2012-05-10 16:01:39.000000000 +0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -71,7 +71,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 The fourth column will only show the proper glyphs
 in an environment configured for ISO 8859-1.
 .TS
-l l l c lp-1.
+l2 l2 l2 c2 lp-1.
 OctDecHexCharDescription
 _
 240160A0 NO-BREAK SPACE
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -87,7 +87,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 252170AAªFEMININE ORDINAL INDICATOR
 253171AB«LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
 254172AC¬NOT SIGN
-255173AD-SOFT HYPHEN
+255173AD­SOFT HYPHEN (shown as a hyphen at line breaks)¹
 256174AE®REGISTERED SIGN
 257175AF¯MACRON
 260176B0°DEGREE SIGN
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -171,6 +171,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 376254FEþLATIN SMALL LETTER THORN
 377255FFÿLATIN SMALL LETTER Y WITH DIAERESIS
 .TE
+  ¹ A graphic character that is imaged by a graphic symbol
+identical with, or similar to, that representing HYPHEN, for use
+when a line break has been established wihin a word.
+.BR "ISO 8859-1:1987" ,
+paragraph 6.3.3.
 .SH "SEE ALSO"
 .BR ascii (7),
 .BR iso_8859-15 (7)

&lt;/pre&gt;</description>
    <dc:creator>Bjarni Ingi Gislason</dc:creator>
    <dc:date>2012-05-10T19:42:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2949">
    <title>[PATCH] resolv.conf.5: tfix</title>
    <link>http://comments.gmane.org/gmane.linux.man/2949</link>
    <description>&lt;pre&gt;---
 man5/resolv.conf.5 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index 589c315..e82ea72 100644
--- a/man5/resolv.conf.5
+++ b/man5/resolv.conf.5
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -35,7 +35,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; The file is designed to be human readable and contains a list of
 keywords with values that provide various types of resolver information.
 .LP
 If this file does not exist,
-only the name server be on the local machine will be queried;
+only the name server on the local machine will be queried;
 the domain name is determined from the hostname
 and the domain search path is constructed from the domain name.
 .LP
&lt;/pre&gt;</description>
    <dc:creator>David Prévot</dc:creator>
    <dc:date>2012-05-10T17:29:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2948">
    <title>[PATCH] proc.5: ffix</title>
    <link>http://comments.gmane.org/gmane.linux.man/2948</link>
    <description>&lt;pre&gt;---
 man5/proc.5 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man5/proc.5 b/man5/proc.5
index ace0941..2ba1daa 100644
--- a/man5/proc.5
+++ b/man5/proc.5
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -95,7 +95,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; The format is one \fIunsigned long\fP ID
 plus one \fIunsigned long\fP value for each entry.
 The last entry contains two zeros.
 .TP
-.I /proc/[pid]/cgroup " (since Linux 2.6.24)"
+.IR /proc/[pid]/cgroup " (since Linux 2.6.24)"
 .\"   Info in Documentation/cgroups/cgroups.txt
 This file describes control groups to which the process/task belongs.
 For each cgroup hierarchy there is one entry containing
&lt;/pre&gt;</description>
    <dc:creator>David Prévot</dc:creator>
    <dc:date>2012-05-10T15:57:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2945">
    <title>[PATCH] poll.2: tfix</title>
    <link>http://comments.gmane.org/gmane.linux.man/2945</link>
    <description>&lt;pre&gt;---
 man2/poll.2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/poll.2 b/man2/poll.2
index ee53353..87905e8 100644
--- a/man2/poll.2
+++ b/man2/poll.2
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -135,7 +135,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Specifying a
 .I timeout
 of zero causes
 .BR poll ()
-to return immediately, even if no file desciptors are ready.
+to return immediately, even if no file descriptors are ready.
 
 The bits that may be set/returned in
 .I events
&lt;/pre&gt;</description>
    <dc:creator>David Prévot</dc:creator>
    <dc:date>2012-05-10T05:59:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2936">
    <title>[patch], cp1251(7): table too wide</title>
    <link>http://comments.gmane.org/gmane.linux.man/2936</link>
    <description>&lt;pre&gt;Package: man-pages
Version: 3.40
Severity: minor
Tags: patch

  From "nroff -ww -t ...":

warning: around line 44: table wider than line width

  Columns are made narrower (column gutter decreased).

  Patch:

--- cp1251.72012-04-26 22:58:39.000000000 +0000
+++ cp1251.7.new2012-05-09 02:05:59.000000000 +0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -37,7 +37,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 The fourth column will only show the proper glyphs
 in an environment configured for CP\ 1251.
 .TS
-l l l c lp-1.
+l2 l2 l2 c2 lp-1.
 OctDecHexCharDescription
 _
 20012880CYRILLIC CAPITAL LETTER DJE

&lt;/pre&gt;</description>
    <dc:creator>Bjarni Ingi Gislason</dc:creator>
    <dc:date>2012-05-09T19:46:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2935">
    <title>[patch], ascii(7): Indent for "troff" makes table to wide</title>
    <link>http://comments.gmane.org/gmane.linux.man/2935</link>
    <description>&lt;pre&gt;Package: man-pages
Version: 3.40
Severity: minor
Tags: patch

  From "groff -t -ww ...":

warning: around line 53: table wider than line width

  Extra indent for "troff" makes the table look misplaced
(default "ps" output).

  Patch:

--- ascii.72012-04-26 22:58:39.000000000 +0000
+++ ascii.7.new2012-05-09 00:46:03.000000000 +0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -45,7 +45,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .LP
 C program \f(CW\(aq\eX\(aq\fP escapes are noted.
 .if t \{\
-.in 1i
 .ft CW
 \}
 .TS

&lt;/pre&gt;</description>
    <dc:creator>Bjarni Ingi Gislason</dc:creator>
    <dc:date>2012-05-09T19:42:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2931">
    <title>[PATCH] ip.7: Improve explanation about calling listen or connect</title>
    <link>http://comments.gmane.org/gmane.linux.man/2931</link>
    <description>&lt;pre&gt;Signed-off-by: Flavio Leitner &amp;lt;fbl-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 man7/ip.7 |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/man7/ip.7 b/man7/ip.7
index 9f560df..84fe32d 100644
--- a/man7/ip.7
+++ b/man7/ip.7
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -69,12 +69,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; For
 you may specify a valid IANA IP protocol defined in
 RFC\ 1700 assigned numbers.
 .PP
-.\" FIXME ip current does an autobind in listen, but I'm not sure
-.\" if that should be documented.
 When a process wants to receive new incoming packets or connections, it
 should bind a socket to a local interface address using
 .BR bind (2).
-Only one IP socket may be bound to any given local (address, port) pair.
+In this case, only one IP socket may be bound to any given local
+(address, port) pair.
 When
 .B INADDR_ANY
 is specified in the bind call, the socket will be bound to
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -82,10 +81,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; is specified in the bind call, the socket will be bound to
 local interfaces.
 When
 .BR listen (2)
-or
+is called on an unbound socket, the socket is automatically bound
+to a random free port with the local address set to
+.BR INADDR_ANY .
+When
 .BR connect (2)
-are called on an unbound socket, it is automatically bound to a
-random free port with the local address set to
+is called on an unbound socket, the socket is automatically bound
+to a random free port or an usable shared port with the local address
+set to
 .BR INADDR_ANY .
 
 A TCP local socket address that has been bound is unavailable for
&lt;/pre&gt;</description>
    <dc:creator>Flavio Leitner</dc:creator>
    <dc:date>2012-05-09T12:30:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2924">
    <title>[PATCH] get_robust_list.2: tfix</title>
    <link>http://comments.gmane.org/gmane.linux.man/2924</link>
    <description>&lt;pre&gt;Only one set_robust_list() error is currently documented.
---
 man2/get_robust_list.2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/get_robust_list.2 b/man2/get_robust_list.2
index e6e753e..7dc0198 100644
--- a/man2/get_robust_list.2
+++ b/man2/get_robust_list.2
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -79,7 +79,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; an error code otherwise.
 .SH ERRORS
 The
 .BR set_robust_list ()
-system call can fail with the following errors:
+system call can fail with the following error:
 .TP
 .B EINVAL 
 .I len
&lt;/pre&gt;</description>
    <dc:creator>David Prévot</dc:creator>
    <dc:date>2012-05-09T02:49:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.man/2922">
    <title>[PATCH] getcpu(2): document return/error values</title>
    <link>http://comments.gmane.org/gmane.linux.man/2922</link>
    <description>&lt;pre&gt;Signed-off-by: Mike Frysinger &amp;lt;vapier-aBrp7R+bbdUdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 man2/getcpu.2 |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/man2/getcpu.2 b/man2/getcpu.2
index 03e724a..a9d0793 100644
--- a/man2/getcpu.2
+++ b/man2/getcpu.2
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -48,6 +48,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; The caller must be prepared to handle the situation when
 and
 .I node
 are no longer the current CPU and node.
+.SH "RETURN VALUE"
+On success, 0 is returned.
+On error, \-1 is returned, and
+.I errno
+is set appropriately.
+.SH ERRORS
+.TP
+.B EFAULT
+Arguments point outside the calling process's address space.
 .SH VERSIONS
 .BR getcpu ()
 was added in kernel 2.6.19 for x86_64 and i386.
&lt;/pre&gt;</description>
    <dc:creator>Mike Frysinger</dc:creator>
    <dc:date>2012-05-08T22:36:07</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.man">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.man</link>
  </textinput>
</rdf:RDF>

