This commit is contained in:
Michael Kerrisk 2007-05-14 19:23:45 +00:00
parent 6d12800ee8
commit d140095082
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ main(void)
s_info.sharedram, s_info.bufferram,
s_info.totalswap, s_info.freeswap,
s_info.procs);
return(0);
return 0;
}
.fi
.SS "Sample Output"