TIL: use the flag -L to read the manpages with a different locale: man -L en_us nmap

Alternative: set the LC_ALL env variable as part of the command https://unix.stackexchange.com/a/87763/79225

# LC_ALL is the environment variable that overrides all the other localisation settings
# The C locale is a special locale that is meant to be the simplest locale.
LC_ALL=C man 2 select