aboutsummaryrefslogtreecommitdiffstats
path: root/man2/_exit.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:29:28 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:29:28 +0000
commite1d6264d9feaed449e70f288ebdd40d8abae818c (patch)
treec3c8c2c31ecf22c1e9cb32458e485d02a695d3c6 /man2/_exit.2
parentf8fc5a2301bcf0cbfaa1db15adedde386e26a081 (diff)
downloadman-pages-e1d6264d9feaed449e70f288ebdd40d8abae818c.tar.gz
Manual fixes for parentheses formatting
Diffstat (limited to 'man2/_exit.2')
-rw-r--r--man2/_exit.22
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