diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:29:28 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:29:28 +0000 |
| commit | e1d6264d9feaed449e70f288ebdd40d8abae818c (patch) | |
| tree | c3c8c2c31ecf22c1e9cb32458e485d02a695d3c6 /man2/_exit.2 | |
| parent | f8fc5a2301bcf0cbfaa1db15adedde386e26a081 (diff) | |
| download | man-pages-e1d6264d9feaed449e70f288ebdd40d8abae818c.tar.gz | |
Manual fixes for parentheses formatting
Diffstat (limited to 'man2/_exit.2')
| -rw-r--r-- | man2/_exit.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/_exit.2 b/man2/_exit.2 index 15dc13c2c8..8ff39798a6 100644 --- a/man2/_exit.2 +++ b/man2/_exit.2 @@ -52,7 +52,7 @@ The value .I status is returned to the parent process as the process's exit status, and can be collected using one of the -.B wait +.BR wait () family of calls. .LP The function |
