# Italian translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Goffredo Baroncelli , 1998. # Giulio Daprelà , 2005, 2006. # Elisabetta Galli , 2007, 2008. # Marco Curreli , 2013-2015, 2018, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.0.0\n" "POT-Creation-Date: 2024-06-01 06:32+0200\n" "PO-Revision-Date: 2021-05-01 21:56+0200\n" "Last-Translator: Marco Curreli \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: Lokalize 21.04.0\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "uname" msgstr "uname" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2 maggio 2024" #. type: TH #: archlinux debian-unstable #, fuzzy, no-wrap #| msgid "Linux man-pages 6.7" msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.7" #. 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 "uname - get name and information about current kernel" msgstr "uname - restituisce nome e informazioni sul kernel attuale" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "LIBRERIA" #. 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 "Libreria C standard (I, I<-lc>)" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "SINTASSI" #. 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 Esys/utsname.hE>\n" msgstr "B<#include Esys/utsname.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<);>\n" msgstr "BIB<);>\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 "DESCRIZIONE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() returns system information in the structure pointed to by " "I. The I struct is defined in Isys/utsname.hE>:" msgstr "" "B() restituisce informazioni sul sistema attraverso il puntatore " "I. La struttura I è definita in Isys/utsname.hE>:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "" #| "struct utsname {\n" #| " char sysname[]; /* Operating system name (e.g., \"Linux\") */\n" #| " char nodename[]; /* Name within \"some implementation-defined\n" #| " network\" */\n" #| " char release[]; /* Operating system release\n" #| " (e.g., \"2.6.28\") */\n" #| " char version[]; /* Operating system version */\n" #| " char machine[]; /* Hardware identifier */\n" #| "#ifdef _GNU_SOURCE\n" #| " char domainname[]; /* NIS or YP domain name */\n" #| "#endif\n" #| "};\n" msgid "" "struct utsname {\n" " char sysname[]; /* Operating system name (e.g., \"Linux\") */\n" " char nodename[]; /* Name within communications network\n" " to which the node is attached, if any */\n" " char release[]; /* Operating system release\n" " (e.g., \"2.6.28\") */\n" " char version[]; /* Operating system version */\n" " char machine[]; /* Hardware type identifier */\n" "#ifdef _GNU_SOURCE\n" " char domainname[]; /* NIS or YP domain name */\n" "#endif\n" "};\n" msgstr "" "struct utsname {\n" " char sysname[]; /* Nome del sistema operativo (per esempio \"Linux\") */\n" " char nodename[]; /* Nome all'interno di \"qualche rete definita\n" " dall'implementazione\" */\n" " char release[]; /* rilascio del SO\n" " (per esempio \"2.6.28\") */\n" " char version[]; /* versione del SO */\n" " char machine[]; /* identificatore hardware */\n" "#ifdef _GNU_SOURCE\n" " char domainname[]; /* nome di dominio NIS o YP */\n" "#endif\n" "};\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The length of the arrays in a I is unspecified (see NOTES); " "the fields are terminated by a null byte (\\[aq]\\e0\\[aq])." msgstr "" "La lunghezza degli array in una I non è specificata " "(vedere NOTE); i campi sono terminati con un byte nullo (\\[aq]\\e0\\[aq])." #. 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 "VALORE RESTITUITO" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On success, zero is returned. On error, -1 is returned, and I is set " "to indicate the error." msgstr "" "In caso di successo restituisce zero. In caso di errore restituisce -1, e " "I verrà impostato per indicare l'errore." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "ERRORI" #. 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 "I is not valid." msgstr "Inon è valido." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "VERSIONS" msgstr "VERSIONI" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I member (the NIS or YP domain name) is a GNU extension." msgstr "" "Il membro I (il nome di dominio NIS o YP) è un'estensione GNU." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The length of the fields in the struct varies. Some operating systems or " #| "libraries use a hardcoded 9 or 33 or 65 or 257. Other systems use " #| "B or B<_SYS_NMLN> or B or B<_UTSNAME_LENGTH>. Clearly, " #| "it is a bad idea to use any of these constants; just use sizeof(...). " #| "Often 257 is chosen in order to have room for an internet hostname." msgid "" "The length of the fields in the struct varies. Some operating systems or " "libraries use a hardcoded 9 or 33 or 65 or 257. Other systems use " "B or B<_SYS_NMLN> or B or B<_UTSNAME_LENGTH>. Clearly, it " "is a bad idea to use any of these constants; just use sizeof(...). SVr4 " "uses 257, \"to support Internet hostnames\" \\[em] this is the largest value " "likely to be encountered in the wild." msgstr "" "La lunghezza dei campi nella struttura varia. Alcuni sistemi operativi o " "librerie usano un valore prefissato 9 o 33 o 65 o 257. Altri sistemi usano " "B o B<_SYS_NMLN> o B o B<_UTSNAME_LENGTH>. E' chiaramente " "una pessima idea usare una qualunque di queste costanti; si usi solo " "sizeof(...). Spesso si sceglie 257 per avere spazio per un nome di host " "internet." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "CONFORME A" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2008." msgstr "POSIX.1-2008." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "STORIA" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2001, SVr4, 4.4BSD." msgstr "POSIX.1-2001, SVr4, 4.4BSD." #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "C library/kernel differences" msgstr "Differenze tra la libreria C e il kernel" #. That was back before Linux 1.0 #. That was also back before Linux 1.0 #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Over time, increases in the size of the I structure have led to " "three successive versions of B(): I() (slot " "I<__NR_oldolduname>), I() (slot I<__NR_olduname>), and " "I() (slot I<__NR_uname)>. The first one used length 9 for " "all fields; the second used 65; the third also uses 65 but adds the " "I field. The glibc B() wrapper function hides these " "details from applications, invoking the most recent version of the system " "call provided by the kernel." msgstr "" "Col tempo, aumenti nella dimensione della struttura I hanno portato " "a tre versioni successive di B(): I() (slot " "I<__NR_oldolduname>), I() (slot I<__NR_olduname>), e " "I() (slot I<__NR_uname>). La prima usava la lunghezza 9 per " "tutti i campi; la seconda usava 65; anche la terza usava 65, aggiungendo " "però il campo I. La funzione wrapper di glibc, B(), " "nasconde questi dettagli alle applicazioni, invocando la versione più " "recente della chiamata di sistema fornita dal kernel." #. 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: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The kernel has the name, release, version, and supported machine type built " "in. Conversely, the I field is configured by the administrator to " "match the network (this is what the BSD historically calls the \"hostname\", " "and is set via B(2)). Similarly, the I field is " "set via B(2)." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Part of the utsname information is also accessible via I{I, I, I, I, I}." msgstr "" "Parte dell'informazione utsname è anche accessibile attraverso I{I, I, I, I, I}." #. 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(1), B(2), B(2), B(7)" msgstr "" "B(1), B(2), B(2), B(7)" #. type: TH #: debian-bookworm #, 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: Plain text #: debian-bookworm msgid "POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD." msgstr "POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD." #. 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 "2023-03-30" msgstr "30 marzo 2023" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04" #. type: TH #: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "Linux man-pages 6.7" msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages 6.7"