This is on Arch Linux (x86_64) I see that systemd manpages, on footer says 210 when must be 211, and when I have installed 210 was 209, 209...
I think it must be an Arch thing, or possibly your local installation issue. Are you sure that the manpages that you're viewing are the one corresponding to the installed version? (Use man -w to print out the paths, and then use pacman to check if they really come from the package).
Zbigniew, the manpages aren't built by Arch. They're included with the dist tarball. $ curl -s http://www.freedesktop.org/software/systemd/systemd-211.tar.xz | bsdtar xOf - systemd-211/man/systemctl.1 | grep -o 'systemd 21[0-9]' systemd 210
http://cgit.freedesktop.org/systemd/systemd/commit/?id=a878789
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.