Correzioni varie
[gapil.git] / socket.tex
index 687ccc2e9d26737dbc2eec7c169342d50603f3fd..00b9927ceca5e682f87d39739fbcdcb3f23d300b 100644 (file)
@@ -970,7 +970,7 @@ comando (effettuata con le apposite routine illustrate in
 
 Il primo passo (\texttt{\small 14--18}) รจ creare un \textit{socket} IPv4
 (\const{AF\_INET}), di tipo TCP \const{SOCK\_STREAM}. La funzione
-\const{socket} ritorna il descrittore che viene usato per identificare il
+\func{socket} ritorna il descrittore che viene usato per identificare il
 socket in tutte le chiamate successive. Nel caso la chiamata fallisca si
 stampa un errore con la relativa routine e si esce.