Hola. 
Tengo un problemilla con algunas páginas del manual. Cuando hago "man bind", por ejemplo, aparece el siguiente error: 
<standard input>:15: realpath on `bash.1' failed: No existe el fichero o el directorio
BASH_BUILTINS(1)                                 BASH_BUILTINS(1)
NAME
       bash,  :, ., alias, bg, bind, break, builtin, case, cd, command, continue, declare, dirs,
       disown, bash-echo, enable, eval, exec, exit, bash-export, fc,  fg,  for,  getopts,  hash,
       help,  history,  if,  jobs,  bash-kill,  let, local, logout, popd, pushd, bash-pwd, read,
       readonly, return, set, shift, shopt, source, suspend, bash-test, times, trap, type, type
       set,  ulimit,  umask,  unalias,  unset,  until, wait, while - bash built-in commands, see
       bash(1)
BASH BUILTIN COMMANDS
SEE ALSO
       bash(1), sh(1)
GNU                       1996 March 20                         1
Cuando hago man -w bind para que me muestre la página en la que debería estar me devuelve la página /usr/man/man1/builtins2.1.gz , y en este archivo he encontrado lo siguiente: 
" This is a hack to force bash builtins into the whatis database
." and to get the list of builtins to come up with the man command.
.TH BASH_BUILTINS 1 "1996 March 20" GNU
.SH NAME
bash, :, ., alias, bg, bind, break, builtin, case, cd, command,
continue, declare, dirs, disown, bash-echo, enable, eval, exec, exit,
bash-export, fc, fg, for, getopts, hash, help, history, if, jobs, bash-kill,
let, local, logout, popd, pushd, bash-pwd, read, readonly, return, set,
shift, shopt, source, suspend, bash-test, times, trap, type, typeset,
ulimit, umask, unalias, unset, until, wait, while - bash built-in commands, see fBbashfR(1)
.SH BASH BUILTIN COMMANDS
.nr zZ 1
.so bash.1
.SH SEE ALSO
bash(1), sh(1)
¿Puede alguien echarme una mano?, gracias por adelantado