hgbook

view it/examples/tour.cat2.it @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents 713f0f69029a 11a6ba60bb9e
children
line source
1 <!-- BEGIN tour.cat2 -->
2 <screen># ... modifichiamo il file ...
3 <prompt>$</prompt> <userinput>cat hello.c</userinput>
4 /*
5 * Rilasciato al pubblico dominio da Bryan O'Sullivan. Questo
6 * programma non รจ protetto da brevetti negli Stati Uniti o in
7 * altri paesi.
8 */
10 #include &lt;stdio.h&gt;
12 int main(int argc, char **argv)
13 {
14 printf("ciao, mondo!\");
15 printf("ancora ciao!\n");
16 return 0;
17 }
18 </screen>
19 <!-- END tour.cat2 -->