diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
commit | 85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch) | |
tree | b9cba2183a2d7100b412afdd5c1220359e582d77 /lib/libc/sys/utimes.2 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/utimes.2')
-rw-r--r-- | lib/libc/sys/utimes.2 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2 index 16c426e7076..19f1ca9f045 100644 --- a/lib/libc/sys/utimes.2 +++ b/lib/libc/sys/utimes.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utimes.2,v 1.6 1999/06/29 14:10:28 aaron Exp $ +.\" $OpenBSD: utimes.2,v 1.7 2000/04/15 11:46:04 aaron Exp $ .\" $NetBSD: utimes.2,v 1.9 1996/04/23 10:34:16 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -60,7 +60,7 @@ 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 -write the file, or be the super-user. +write the file, or be the superuser. .Pp If .Fa times @@ -68,7 +68,7 @@ is non-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. -The caller must be the owner of the file or be the super-user. +The caller must be the owner of the file or be the superuser. .Pp In either case, the inode-change-time of the file is set to the current time. @@ -88,7 +88,7 @@ or the argument is .Dv NULL and the effective user ID of the process does not -match the owner of the file, and is not the super-user, and write +match the owner of the file, and is not the superuser, and write access is denied. .It Bq Er EFAULT .Pa File @@ -115,7 +115,7 @@ The argument is not .Dv NULL and the calling process's effective user ID -does not match the owner of the file and is not the super-user. +does not match the owner of the file and is not the superuser. .It Bq Er EROFS The file system containing the file is mounted read-only. .El @@ -131,7 +131,7 @@ The argument is .Dv NULL and the effective user ID of the process does not -match the owner of the file, and is not the super-user, and write +match the owner of the file, and is not the superuser, and write access is denied. .It Bq Er EFAULT .Fa times @@ -144,7 +144,7 @@ The argument is not .Dv NULL and the calling process's effective user ID -does not match the owner of the file and is not the super-user. +does not match the owner of the file and is not the superuser. .It Bq Er EROFS The file system containing the file is mounted read-only. .El |