diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-14 19:23:45 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-14 19:23:45 +0000 |
| commit | d14009508299899612d16140b51aec8e203a624d (patch) | |
| tree | 21c9b5f8c6460214711bc2ddb9093e1bde174bd1 | |
| parent | 6d12800ee8b0e8d6bf11e682551cca63689b29f0 (diff) | |
| download | man-pages-d14009508299899612d16140b51aec8e203a624d.tar.gz | |
wfix
| -rw-r--r-- | man2/intro.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/intro.2 b/man2/intro.2 index 9c26cff456..d32ef31815 100644 --- a/man2/intro.2 +++ b/man2/intro.2 @@ -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" |
