On Sun, Apr 25, 2021 at 12:52 PM Alexei Starovoitov via Libc-alpha
wrote:
> On Sat, Apr 24, 2021 at 10:56 AM Alejandro Colomar (man-pages)
> wrote:
> >
> > Hello Alexei,
> >
> > On 4/24/21 1:20 AM, Alexei Starovoitov wrote:
> > > Nack.
> > > The man page should describe the kernel api the way it
On Sat, Apr 24, 2021 at 4:43 PM David Laight via Libc-alpha
wrote:
> From: Alexei Starovoitov
> > On Fri, Apr 23, 2021 at 4:15 PM Alejandro Colomar
> > wrote:
...
> > > Some pages also document attributes, using GNU syntax
> > > '__attribute__((xxx))'. Update those to use the shorter and more
>
On Tue, May 4, 2021 at 12:06 PM Greg KH wrote:
> On Tue, May 04, 2021 at 05:53:29PM +0200, Alejandro Colomar (man-pages) wrote:
> > On 5/4/21 4:24 PM, Greg KH wrote:
> > > I agree, the two are not the same type at all, this change should not be
> > > accepted.
> >
> > I get that in the kernel you
On Tue, May 4, 2021 at 4:06 PM Daniel Borkmann wrote:
> > I'm trying to clarify the manual pages as much as possible, by using
> > standard conventions and similar structure all around the pages. Not
> > everyone understands kernel conventions. Basically, Zack said very much
> > what I had in
On Wed, Jun 14, 2023, at 10:52 AM, Joseph Myers wrote:
> On Tue, 13 Jun 2023, Paul Eggert wrote:
>
>> > There is always the possibility to have the header co-owned by both
>> > the compiler and C library, limits.h style. Just
>> > #if __has_include_next()
>> > # include_next
>> > #endif
>>
>> I do