# French translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Christophe Blaess , 1996-2003. # Stéphan Rafin , 2002. # Thierry Vignaud , 1999, 2002. # François Micaux, 2002. # Alain Portal , 2003-2008. # Jean-Philippe Guérard , 2005-2006. # Jean-Luc Coulon (f5ibh) , 2006-2007. # Julien Cristau , 2006-2007. # Thomas Huriaux , 2006-2008. # Nicolas François , 2006-2008. # Florentin Duneau , 2006-2010. # Simon Paillard , 2006. # Denis Barbier , 2006, 2010. # David Prévot , 2010, 2012, 2013. # Jean-Philippe MENGUAL , 2020-2023. msgid "" msgstr "" "Project-Id-Version: perkamon\n" "POT-Creation-Date: 2024-03-01 16:59+0100\n" "PO-Revision-Date: 2023-07-15 10:27+0200\n" "Last-Translator: Jean-Philippe MENGUAL \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Poedit 1.8.11\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "io_cancel" msgstr "io_cancel" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 octobre 2023" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Pages du manuel de Linux 6.06" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NOM" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "io_cancel - cancel an outstanding asynchronous I/O operation" msgstr "" "io_cancel - Annuler une opération d'entrée-sortie asynchrone en attente" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTHÈQUE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Standard C library (I, I<-lc>)" msgstr "Bibliothèque C standard (I, I<-lc>)" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Alternatively, Asynchronous I/O library (I, I<-laio>); see VERSIONS." msgstr "" "Sinon, la bibliothèque d'E/S asynchrones ((I, I<-laio>) ; voir les " "VERSIONS." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "SYNOPSIS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "B<#include Elinux/aio_abi.hE> /* Definition of needed types */\n" "B<#include Esys/syscall.hE> /* Definition of B constants */\n" "B<#include Eunistd.hE>\n" msgstr "" "B<#include Elinux/aio_abi.hE> /* Définition des types nécessaires */\n" "B<#include Esys/syscall.hE> /* Définition des contantes B */\n" "B<#include Eunistd.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "BIB<, struct iocb *>IB<,>\n" "B< struct io_event *>IB<);>\n" msgstr "" "BIB<, struct iocb *>IB<,>\n" "B< struct io_event *>IB<);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIPTION" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I: this page describes the raw Linux system call interface. The " "wrapper function provided by I uses a different type for the " "I argument. See VERSIONS." msgstr "" "I cette page décrit l'interface de l'appel système Linux brut. " "La fonction enveloppe fournie par I utilise un type différent pour " "le paramètre I. Voir les VERSIONS." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() system call attempts to cancel an asynchronous I/O " "operation previously submitted with B(2). The I argument " "describes the operation to be canceled and the I argument is the AIO " "context to which the operation was submitted. If the operation is " "successfully canceled, the event will be copied into the memory pointed to " "by I without being placed into the completion queue." msgstr "" "L'appel système B() essaye d'annuler l'opération d'E/S asynchrone " "précédemment soumise par l'appel B(2). L'argument I décrit " "l'opération à annuler et l'argument I est le contexte d'E/S " "asynchrone auquel l'opération a été soumise. Si l'opération est correctement " "annulée, l'événement sera copié dans la zone pointée par I sans être " "placé dans la file des événements terminés." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "VALEUR RENVOYÉE" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On success, B() returns 0. For the failure return, see VERSIONS." msgstr "" "B() renvoie B<0> s'il réussit. Pour les valeurs de retour en cas " "d'échec, consultez la section VERSIONS." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "ERREURS" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The I specified was not canceled." msgstr "L'opération I n'a pas été annulée." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "One of the data structures points to invalid data." msgstr "L'une des structures de données pointe sur une zone invalide." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The AIO context specified by I is invalid." msgstr "Le contexte indiqué par I est invalide." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B() is not implemented on this architecture." msgstr "" "L'appel système B() n'est pas implémenté sur cette architecture." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "VERSIONS" msgstr "VERSIONS" #. http://git.fedorahosted.org/git/?p=libaio.git #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "You probably want to use the B() wrapper function provided by " "I." msgstr "" "Vous voudrez probablement utiliser la fonction enveloppe B() " "fournie par I." #. But glibc is confused, since uses 'io_context_t' to declare #. the system call. #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note that the I wrapper function uses a different type " "(I) for the I argument. Note also that the I " "wrapper does not follow the usual C library conventions for indicating " "errors: on error it returns a negated error number (the negative of one of " "the values listed in ERRORS). If the system call is invoked via " "B(2), then the return value follows the usual conventions for " "indicating an error: -1, with I set to a (positive) value that " "indicates the error." msgstr "" "Remarquez que la fonction d'enveloppe B utilise un autre type " "(I) pour l'argument I. Remarquez également que " "l'enveloppe I ne suit pas les conventions classiques de la " "bibliothèque C concernant l'indication des erreurs : en cas d'erreur, la " "fonction renvoie un nombre négatif (la valeur négative de l'une des valeurs " "indiquées dans la section B). Si l'appel système est invoqué avec " "B(2), la valeur de renvoi suit les conventions classiques pour " "indiquer l'erreur : B<-1>, avec I défini à une valeur (positive) de " "l'erreur." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARDS" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "Linux." msgstr "Linux." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "HISTORIQUE" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "Linux 2.5." msgstr "Linux 2.5." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "VOIR AUSSI" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B(2), B(2), B(2), B(2), " "B(7)" msgstr "" "B(2), B(2), B(2), B(2), " "B(7)" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-10-30" msgstr "30 octobre 2022" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Pages du manuel de Linux 6.03" #. type: Plain text #: debian-bookworm msgid "" "Alternatively, Asynchronous I/O library (I, I<-laio>); see NOTES." msgstr "" "Sinon, la bibliothèque d'E/S asynchrones ((I, I<-laio>) ; voir les " "NOTES." #. type: Plain text #: debian-bookworm msgid "" "I: this page describes the raw Linux system call interface. The " "wrapper function provided by I uses a different type for the " "I argument. See NOTES." msgstr "" "I cette page décrit l'interface de l'appel système Linux brut. " "La fonction enveloppe fournie par I utilise un type différent pour " "le paramètre I. Voir les NOTES." #. type: Plain text #: debian-bookworm msgid "" "On success, B() returns 0. For the failure return, see NOTES." msgstr "" "B() renvoie zéro s'il réussit. Pour les valeurs de retour en cas " "d'échec, consultez la section NOTES." #. type: Plain text #: debian-bookworm msgid "The asynchronous I/O system calls first appeared in Linux 2.5." msgstr "" "Les appels système d'entrées-sorties asynchrones sont apparus dans Linux 2.5." #. type: Plain text #: debian-bookworm msgid "" "B() is Linux-specific and should not be used in programs that " "are intended to be portable." msgstr "" "B() est spécifique à Linux et ne doit pas être utilisé dans des " "programmes destinés à être portables." #. type: SH #: debian-bookworm #, no-wrap msgid "NOTES" msgstr "NOTES" #. type: TH #: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "2023-03-30" msgstr "30 mars 2023" #. type: TH #: debian-unstable opensuse-tumbleweed #, no-wrap msgid "Linux man-pages 6.05.01" msgstr "Pages du manuel de Linux 6.05.01" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Pages du manuel de Linux 6.04"