jpayne@68: .\" SPDX-License-Identifier: 0BSD jpayne@68: .\" jpayne@68: .\" Author: Lasse Collin jpayne@68: .\" jpayne@68: .\" french translation of XZ Utils man jpayne@68: .\" Copyright (C) 2021 Debian French l10n team jpayne@68: .\" Translator jpayne@68: .\" bubu , 2021. jpayne@68: .\" jpayne@68: .\"******************************************************************* jpayne@68: .\" jpayne@68: .\" This file was generated with po4a. Translate the source file. jpayne@68: .\" jpayne@68: .\"******************************************************************* jpayne@68: .TH LZMAINFO 1 30\-06\-2013 Tukaani "Utilitaires XZ" jpayne@68: .SH NOM jpayne@68: lzmainfo \- Afficher l'information stockée dans l'en\-tête du fichier .lzma jpayne@68: .SH SYNOPSIS jpayne@68: \fBlzmainfo\fP [\fB\-\-help\fP] [\fB\-\-version\fP] [\fIfichier...\fP] jpayne@68: .SH DESCRIPTION jpayne@68: \fBlzmainfo\fP affiche l'information stockée dans l'en\-tête du fichier jpayne@68: \&\fB.lzma\fP. Il lit les 13 premiers octets du \fIfichier\fP indiqué, décode jpayne@68: l'en\-tête, et l'écrit sur la sortie standard dans un format lisible par un jpayne@68: humain. Si aucun \fIfichier\fP n'est spécifié ou si \fIfichier\fP est \fB\-\fP, jpayne@68: l'entrée standard est lue. jpayne@68: .PP jpayne@68: Habituellement l'information la plus interressante est la taille non jpayne@68: compressée et la taille du dictionnaire. La taille ne peut être affichée que jpayne@68: si le fichier est dans la variante du format \fB.lzma\fP qui n'est pas en jpayne@68: flux. La quantité de mémoire requise pour décompresser le fichier est de jpayne@68: quelques douzaines de kilooctets en plus de la taille du dictionnaire. jpayne@68: .PP jpayne@68: \fBlzmainfo\fP est inclus dans les utilitaires XZ essentiellement pour des jpayne@68: besoins de rétrocompatibilité avec les utilitaires LZMA. jpayne@68: .SH "STATUT DE SORTIE" jpayne@68: .TP jpayne@68: \fB0\fP jpayne@68: Tout est bon. jpayne@68: .TP jpayne@68: \fB1\fP jpayne@68: Une erreur est survenue. jpayne@68: .SH BOGUES jpayne@68: \fBlzmainfo\fP utilise \fBMB\fP alors que le suffixe correct devrait être jpayne@68: \fBMiB\fP(2^20 octets). Cela pour garder la sortie compatible avec les jpayne@68: utilitaires LZMA. jpayne@68: .SH "VOIR AUSSI" jpayne@68: \fBxz\fP(1)