Si des paquets OpenSource sont installés en plus sur une partition AIX( Exemple coreutils), la documentation peut se répartir entre plusieurs répertoires.
Par défaut, la documentation est sous '/usr/share/man' pour un AIX standard.
Pour l'ensemble 'coreutils', cette documentation se trouve sous '/opt/freeware/man'.
Par défaut, sans variable MANPATH, la commande 'man recherche dans /usr/share/man.
En définissant la variable MANPATH, on décrit le chemin par défaut.
Pour utiliser un chemin spécifique à chaque lancement de la commande 'man', on peut ajouter l'option '-Mrepertoire' pour préciser dans quelle arborescence chercher.
Ainsi, en tapant
# man -K/usr/share/man date # On recherche la doc de la commande date dans l'arborescence AIX de base.
date Command
Purpose
Displays or sets the date or time.
Syntax
To Set the Date and Time as Root User
/usr/bin/date [-n] [-u] [Date] [+FieldDescriptor ...]
To Display the Date and Time
/usr/bin/date [-u] [+FieldDescriptor ...]
To adjust the Time in Seconds as root User
/usr/bin/date [-a [+ | -]sss[.fff]
Description
Attention: Do not change the date when the system is running with more than one user.
The date command writes the current date and time to standard output if called with no flags or with a flag list that begins with a + (plus sign). Otherwise, it sets the current date. Only a root user can change the date and
time. The date command prints the usage message on any unrecognized flags or input.
The following formats can be used when you set the date with the Date parameter:
* mmddHHMM[YYyy]
* mmddHHMM[yy]
et en tapant
# man -K /opt/freeware/man date #On récupère la doc provenant de ce répertoire.
DATE(1) date (coreutils) 5.2.1 (March 2004) DATE(1)
NAME
date - print or set the system date and time
SYNOPSIS
date [OPTION]... [+FORMAT]
date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]
DESCRIPTION
Display the current time in the given FORMAT, or set the
system date.
-d, --date=STRING
display time described by STRING, not `now'
-f, --file=DATEFILE
like --date once for each line of DATEFILE