summaryrefslogtreecommitdiffstats
path: root/man2/futimesat.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/futimesat.2')
-rw-r--r--man2/futimesat.226
1 files changed, 13 insertions, 13 deletions
diff --git a/man2/futimesat.2 b/man2/futimesat.2
index 78b5431ed..75ebe50e8 100644
--- a/man2/futimesat.2
+++ b/man2/futimesat.2
@@ -20,7 +20,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 futimesat ():
@@ -30,13 +30,13 @@ Feature Test Macro Requirements for glibc (see
.SH DESCRIPTION
This system call is obsolete.
Use
-.BR utimensat (2)
+.MR utimensat 2
instead.
.P
The
.BR futimesat ()
system call operates in exactly the same way as
-.BR utimes (2),
+.MR utimes 2 ,
except for the differences described in this manual page.
.P
If the pathname given in
@@ -46,7 +46,7 @@ referred to by the file descriptor
.I dirfd
(rather than relative to the current working directory of
the calling process, as is done by
-.BR utimes (2)
+.MR utimes 2
for a relative pathname).
.P
If
@@ -59,7 +59,7 @@ then
.I pathname
is interpreted relative to the current working
directory of the calling process (like
-.BR utimes (2)).
+.MR utimes 2 ).
.P
If
.I pathname
@@ -67,7 +67,7 @@ is absolute, then
.I dirfd
is ignored.
(See
-.BR openat (2)
+.MR openat 2
for an explanation of why the
.I dirfd
argument is useful.)
@@ -80,7 +80,7 @@ On error, \-1 is returned and
is set to indicate the error.
.SH ERRORS
The same errors that occur for
-.BR utimes (2)
+.MR utimes 2
can also occur for
.BR futimesat ().
The following additional errors can occur for
@@ -116,13 +116,13 @@ glibc 2.4.
.P
It was implemented from a specification that was proposed for POSIX.1,
but that specification was replaced by the one for
-.BR utimensat (2).
+.MR utimensat 2 .
.P
A similar system call exists on Solaris.
.SH NOTES
.SH SEE ALSO
-.BR stat (2),
-.BR utimensat (2),
-.BR utimes (2),
-.BR futimes (3),
-.BR path_resolution (7)
+.MR stat 2 ,
+.MR utimensat 2 ,
+.MR utimes 2 ,
+.MR futimes 3 ,
+.MR path_resolution 7