# Italian translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Giulio Daprelà , 2005, 2006. # Marco Curreli , 2013, 2018, 2021. # Giuseppe Sacco , 2024 msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.0.0\n" "POT-Creation-Date: 2024-06-01 05:56+0200\n" "PO-Revision-Date: 2024-05-19 11:52+0200\n" "Last-Translator: Giuseppe Sacco \n" "Language-Team: Italian \n" "Language: it\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 3.2.2\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "intro" msgstr "intro" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2 maggio 2024" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NOME" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "intro - introduction to library functions" msgstr "intro - Introduzione alle funzioni di libreria" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIZIONE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Section 3 of the manual describes all library functions excluding the " "library functions (system call wrappers) described in Section 2, which " "implement system calls." msgstr "" "La Sezione 3 del manuale descrive tutte le funzioni di libreria, escluse le " "funzioni di libreria descritte nella sezione 2, che implementano le chiamate " "di sistema." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Many of the functions described in the section are part of the Standard C " "Library (I). Some functions are part of other libraries (e.g., the " "math library, I, or the real-time library, I) in which case " "the manual page will indicate the linker option needed to link against the " "required library (e.g., I<-lm> and I<-lrt>, respectively, for the " "aforementioned libraries)." msgstr "" "Molte delle funzioni descritte nella sezione appartengono alla Libreria C " "Standard (I). Alcune funzioni fanno parte di altre librerie (per " "esempio la libreria matematica, I, o la libreria real-time I) " "nel qual caso la pagina di manuale indicherà l'opzione del linker necessaria " "a collegare la libreria richiesta (ad esempio, I<-lm> e I<-lrt>, " "rispettivamente, per librerie precedentemente citate)." #. There #. are various function groups which can be identified by a letter which #. is appended to the chapter number: #. .IP (3C) #. These functions, #. the functions from chapter 2 and from chapter 3S are #. contained in the C standard library libc, #. which will be used by #. .BR cc (1) #. by default. #. .IP (3S) #. These functions are parts of the #. .BR stdio (3) #. library. They are contained in the standard C library libc. #. .IP (3M) #. These functions are contained in the arithmetic library libm. They are #. used by the #. .BR f77 (1) #. FORTRAN compiler by default, #. but not by the #. .BR cc (1) #. C compiler, #. which needs the option \fI\-lm\fP. #. .IP (3F) #. These functions are part of the FORTRAN library libF77. There are no #. special compiler flags needed to use these functions. #. .IP (3X) #. Various special libraries. The manual pages documenting their functions #. specify the library names. #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "In some cases, the programmer must define a feature test macro in order to " "obtain the declaration of a function from the header file specified in the " "man page SYNOPSIS section. (Where required, these I " "must be defined before including I header files.) In such cases, the " "required macro is described in the man page. For further information on " "feature test macros, see B(7)." msgstr "" "In alcuni casi il programmatore deve definire una macro di test per ottenere " "la dichiarazione di una funzione dal file di intestazione specificato nella " "sezione SINTASSI della pagina di manuale. (Dove richieste, queste macro con " "funzionalità di test devono essere definite prima di includere I " "file di intestazione). In tali casi, la macro richiesta è descritta nella " "pagina di manuale. Per ulteriori informazioni sulle macro di test, vedere " "B(7)." #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Subsections" msgstr "Sottosezioni" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Section 3 of this manual is organized into subsections that reflect the " "complex structure of the standard C library and its many implementations:" msgstr "" "La sezione 3 di questo manuale è organizzata in sottosezioni che riflettono " "l'articolata struttura della libreria C standard e le sue varie " "implementazioni:" #. type: IP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "\\[bu]" msgstr "\\[bu]" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "3const" msgstr "3const" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "3head" msgstr "3head" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "3type" msgstr "3type" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This difficult history frequently makes it a poor example to follow in " "design, implementation, and presentation." msgstr "" "Questa storia difficile è spesso un esempio limitato da seguire durante il " "design, l'implementazione e la presentazione." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Ideally, a library for the C language is designed such that each header file " "presents the interface to a coherent software module. It provides a small " "number of function declarations and exposes only data types and constants " "that are required for use of those functions. Together, these are termed an " "API or I. Types and constants to be shared " "among multiple APIs should be placed in header files that declare no " "functions. This organization permits a C library module to be documented " "concisely with one header file per manual page. Such an approach improves " "the readability and accessibility of library documentation, and thereby the " "usability of the software." msgstr "" "In teoria, una libreria per il codice C è disegnata in modo tale che ogni " "file di intestazione contenga l'interfaccia coerente per un modulo software. " "Fornisce un numero limitato di dichiarazioni di funzioni e definisce alcuni " "tipi di dato e costanti che sono necessari per l'uso di queste funzioni. " "Tutti assieme vengono chiamati API o I. Tipi e costanti da usare in più API devono essere piazzati in " "file di intestazione che non dichiarano funzioni. Questa organizzazione " "permette ad un modulo della libreria C di essere documentato in maniera " "concisa con un solo file di intestazione per pagina di manuale. Un approccio " "di questo tipi migliora la leggibilità e accessibilità della documentazione " "della libreria, e quindi dell'usabilità del software." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARD" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Certain terms and abbreviations are used to indicate UNIX variants and " "standards to which calls in this section conform. See B(7)." msgstr "" "Alcuni termini e abbreviazioni sono usati per indicare varianti UNIX e " "standard ai quali si conformano le chiamate in questa sezione. See " "B(7)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "NOTE" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Authors and copyright conditions" msgstr "Autori e condizioni di copyright" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Look at the header of the manual page source for the author(s) and copyright " "conditions. Note that these can be different from page to page!" msgstr "" "Si vedano le intestazioni delle pagine di manuale per l'autore(i) e le " "condizioni di copyright. Si noti che questi possono differire da pagina a " "pagina!" #. 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 "VEDERE ANCHE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B(2), B(3), B(7), B(7), " "B(7), B(7), B(7), B(7), " "B(7), B(7), B(7), B(7), " "B(7)" msgstr "" "B(2), B(3), B(7), B(7), " "B(7), B(7), B(7), B(7), " "B(7), B(7), B(7), B(7), " "B(7)" #. type: TH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "2023-02-05" msgstr "5 febbraio 2023" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 ottobre 2023" #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.06" #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04" #. type: TH #: opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages (non rilasciato)"