summaryrefslogtreecommitdiffstats
path: root/man3const/EXIT_SUCCESS.3const
diff options
context:
space:
mode:
Diffstat (limited to 'man3const/EXIT_SUCCESS.3const')
-rw-r--r--man3const/EXIT_SUCCESS.3const6
1 files changed, 3 insertions, 3 deletions
diff --git a/man3const/EXIT_SUCCESS.3const b/man3const/EXIT_SUCCESS.3const
index 260915eb8..b6d972622 100644
--- a/man3const/EXIT_SUCCESS.3const
+++ b/man3const/EXIT_SUCCESS.3const
@@ -22,7 +22,7 @@ and
.B EXIT_FAILURE
represent a successful and unsuccessful exit status respectively,
and can be used as arguments to the
-.BR exit (3)
+.MR exit 3
function.
.SH CONFORMING TO
C99 and later;
@@ -57,5 +57,5 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR exit (3),
-.BR sysexits.h (3head)
+.MR exit 3 ,
+.MR sysexits.h 3head