glPixelTransferf in or out of GL3.2 ?

While skimming through glspec32.core I failed to see any mentioning of glPixelTransferf, neither on the deprecation list nor in the standard.

I presume its out of the standard… but where is the documentation stating its no longer part of glspec32.core?

From the GL 3.0 deprecated list:

Pixel transfer modes and operations - all pixel transfer modes, including
pixel maps, shift and bias, color table lookup, color matrix, and convolu-
tion commands and state (sections 3.7.2, 3.7.3, and 3.7.5), and all associated
state and commands defining that state.

Thanks;