summaryrefslogtreecommitdiffstats
path: root/man2/chdir.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/chdir.2')
-rw-r--r--man2/chdir.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/chdir.2 b/man2/chdir.2
index d33efbdfe..3341fc119 100644
--- a/man2/chdir.2
+++ b/man2/chdir.2
@@ -26,7 +26,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR fchdir ():
@@ -63,7 +63,7 @@ are listed below:
Search permission is denied for one of the components of
.IR path .
(See also
-.BR path_resolution (7).)
+.MR path_resolution 7 .)
.TP
.B EFAULT
.I path
@@ -117,11 +117,11 @@ The current working directory is the starting point for interpreting
relative pathnames (those not starting with \[aq]/\[aq]).
.P
A child process created via
-.BR fork (2)
+.MR fork 2
inherits its parent's current working directory.
The current working directory is left unchanged by
-.BR execve (2).
+.MR execve 2 .
.SH SEE ALSO
-.BR chroot (2),
-.BR getcwd (3),
-.BR path_resolution (7)
+.MR chroot 2 ,
+.MR getcwd 3 ,
+.MR path_resolution 7