hgbook

view it/examples/tour.update.it @ 897:e917517d1ef9

White background not needed for body if content is wrapped into .chapter.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 12:43:43 2009 +0100 (2009-10-26)
parents
children
line source
1 <!-- BEGIN tour.update -->
2 <screen><prompt>$</prompt> <userinput>grep printf hello.c</userinput>
3 printf("ciao, mondo!\");
4 <prompt>$</prompt> <userinput>hg update tip</userinput>
5 1 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
6 <prompt>$</prompt> <userinput>grep printf hello.c</userinput>
7 printf("ciao, mondo!\");
8 printf("ancora ciao!\n");
9 </screen>
10 <!-- END tour.update -->