This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v4 0/5] manual: Header & Standards Cleanup


On Wed, May 24, 2017 at 9:12 AM, Rical Jasan <ricaljasan@pacific.net> wrote:
> Once we get around to completing annotations, there may be others we
> would like to annotate similarly.  For now, I have the conversion script
> leaving the entire tgamma block as @standardsx without a default @standards:
>
>   @deftypefun double tgamma (double @var{x})
>   @deftypefunx float tgammaf (float @var{x})
>   @deftypefunx {long double} tgammal (long double @var{x})
>   @standardsx{tgamma, XPG, math.h}
>   @standardsx{tgamma, ISO, math.h}
>   @standardsx{tgammaf, XPG, math.h}
>   @standardsx{tgammaf, ISO, math.h}
>   @standardsx{tgammal, XPG, math.h}
>   @standardsx{tgammal, ISO, math.h}
>
> I like using @standards in @*x lists because it more closely follows the
> usual Texinfo syntax, but it's still not exactly the same with
> @standardsx being optional, so I don't see a reason to not allow the
> all-@standardsx syntax as well, if it gets us what we need.

That's fine with me.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]