summaryrefslogtreecommitdiff
path: root/lib/libc/sys/clock_gettime.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 11:46:06 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 11:46:06 +0000
commit85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch)
treeb9cba2183a2d7100b412afdd5c1220359e582d77 /lib/libc/sys/clock_gettime.2
parent66c4835634f1e74242f62bb59553d61059dc1a46 (diff)
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes. - Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/clock_gettime.2')
-rw-r--r--lib/libc/sys/clock_gettime.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index 532ef11970b..b538c1e24b0 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: clock_gettime.2,v 1.10 2000/04/15 02:15:24 aaron Exp $
+.\" $OpenBSD: clock_gettime.2,v 1.11 2000/04/15 11:46:03 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -80,11 +80,11 @@ struct timespec {
};
.Ed
.Pp
-Only the super-user may set the time of day.
+Only the superuser may set the time of day.
If the system securelevel is greater than 1 (see
.Xr init 8 ) ,
the time may only be advanced.
-This limitation is imposed to prevent a malicious super-user
+This limitation is imposed to prevent a malicious superuser
from setting arbitrary time stamps on files.
The system time can still be adjusted backwards using the
.Xr adjtime 2
@@ -112,7 +112,7 @@ The
.Fa *tp
argument address referenced invalid memory.
.It Bq Er EPERM
-A user other than the super-user attempted to set the time.
+A user other than the superuser attempted to set the time.
.El
.Sh SEE ALSO
.Xr date 1 ,