summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/utimes.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/utimes.2')
-rw-r--r--lib/libc/sys/utimes.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2
index fdf893f..84a0a0d 100644
--- a/lib/libc/sys/utimes.2
+++ b/lib/libc/sys/utimes.2
@@ -60,9 +60,9 @@ or referenced by
are changed as specified by the argument
.Fa times .
.Pp
-If
+If
.Fa times
-is
+is
.Dv NULL ,
the access and modification times are set to the current time.
The caller must be the owner of the file, have permission to
@@ -71,7 +71,7 @@ write the file, or be the super-user.
If
.Fa times
is
-.Pf non- Dv NULL ,
+.Pf non- Dv NULL ,
it is assumed to point to an array of two timeval structures.
The access time is set to the value of the first element, and the
modification time is set to the value of the second element.
@@ -120,9 +120,9 @@ An I/O error occurred while reading or writing the affected inode.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er ENAMETOOLONG
-A component of a pathname exceeded
+A component of a pathname exceeded
.Dv NAME_MAX
-characters, or an entire path name exceeded
+characters, or an entire path name exceeded
.Dv PATH_MAX
characters.
.It Bq Er ENOENT
OpenPOWER on IntegriCloud