summaryrefslogtreecommitdiffstats
path: root/man3/futimes.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/futimes.3')
-rw-r--r--man3/futimes.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/futimes.3 b/man3/futimes.3
index 98bb0749c..bccfa1296 100644
--- a/man3/futimes.3
+++ b/man3/futimes.3
@@ -19,7 +19,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 futimes (),
@@ -33,7 +33,7 @@ Feature Test Macro Requirements for glibc (see
.SH DESCRIPTION
.BR futimes ()
changes the access and modification times of a file in the same way as
-.BR utimes (2),
+.MR utimes 2 ,
with the difference that the file whose timestamps are to be changed
is specified via a file descriptor,
.IR fd ,
@@ -41,7 +41,7 @@ rather than via a pathname.
.P
.BR lutimes ()
changes the access and modification times of a file in the same way as
-.BR utimes (2),
+.MR utimes 2 ,
with the difference that if
.I filename
refers to a symbolic link, then the link is not dereferenced:
@@ -53,7 +53,7 @@ On error, \-1 is returned, and
is set to indicate the error.
.SH ERRORS
Errors are as for
-.BR utimes (2),
+.MR utimes 2 ,
with the following additions for
.BR futimes ():
.TP
@@ -73,7 +73,7 @@ The following additional error may occur for
The kernel does not support this call; Linux 2.6.22 or later is required.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -98,9 +98,9 @@ glibc 2.6.
.SH NOTES
.BR lutimes ()
is implemented using the
-.BR utimensat (2)
+.MR utimensat 2
system call.
.SH SEE ALSO
-.BR utime (2),
-.BR utimensat (2),
-.BR symlink (7)
+.MR utime 2 ,
+.MR utimensat 2 ,
+.MR symlink 7