Re: [PATCH v3] stdio.3: note down fmemopen(3), fopencookie(3), and open_[w]memstream(3)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Dec 28, 2023 at 08:06:14PM +0100, Alejandro Colomar wrote:
> On Tue, Dec 26, 2023 at 05:03:37PM +0100, наб wrote:
> > @@ -243,6 +249,12 @@ .SS List of functions
> >  \fBmktemp\fP(3)	T{
> >  make temporary filename (unique)
> >  T}
> > +\fBopen_memstream\fP(3)	T{
> > +open a dynamic memory buffer stream
> > +T}
> > +\fBopen_wmemstream\fP(3)	T{
> > +open a dynamic memory buffer stream
> > +T}
> >  \fBperror\fP(3)	T{
> >  system error messages
> >  T}
> > @@ -192,9 +192,15 @@ .SS List of functions
> >  \fBfileno\fP(3)	T{
> >  return the integer descriptor of the argument stream
> >  T}
> > +\fBfmemopen\fP(3)	T{
> > +open memory as stream
> > +T}
> >  \fBfopen\fP(3)	T{
> >  stream open functions
> >  T}
> > +\fBfopencookie\fP(3)	T{
> > +opening a custom stream
> Why use opening here, but open everywhere else?
These are the NAMEs verbatim, like the fopen entry:
  $ grep -A1 NAME man3/{fopen,fopencookie,fmemopen,open_memstream}.3
  man3/fopen.3:.SH NAME
  man3/fopen.3-fopen, fdopen, freopen \- stream open functions
  --
  man3/fopencookie.3:.SH NAME
  man3/fopencookie.3-fopencookie \- opening a custom stream
  --
  man3/fmemopen.3:.SH NAME
  man3/fmemopen.3-fmemopen \-  open memory as stream
  --
  man3/open_memstream.3:.SH NAME
  man3/open_memstream.3-open_memstream, open_wmemstream \- open a dynamic memory buffer stream

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux