atom_inc signature incorrect in online html docs

Hi,

On the page <khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/atom_inc.html> the set of signatures for the atomic_inc functions seem to be wrong. The signatures should be the following (c.f. opencl-1.2-extensions.pdf)


long atom_inc (volatile __global long *p)
long atom_inc (volatile __local long *p)
ulong atom_inc (volatile __global ulong *p)
ulong atom_inc (volatile __local ulong *p)

yes?

Thanks
~ ry