bonsoir,

  En regardant la page de manuel de symlink (section 2) en français,
j'ai pas compris la phrase d'explication :

SYNOPSIS
       #include <unistd.h>

       int symlink(const char *oldpath, const char *newpath);

DESCRIPTION
       symlink  crée  un lien symbolique nommé oldpath qui pointe
       sur newpath.


J'ai regardé en anglais, et j'ai trouvé :

SYNOPSIS
       #include <unistd.h>

       int symlink(const char *oldpath, const char *newpath);

DESCRIPTION
       symlink  creates  a symbolic link named newpath which con­
       tains the string oldpath.

        J'ai bien l'impression qu'il y a une inversion (fâcheuse)
        entre oldpath et newpath...

        Si quelqu'un sait où corriger cela (c'est peut-être déjà
        fait dans Woody ?)

                Tchô

                        Fred.


Répondre à