diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
commit | 56f6529fc36c6db13ad6ff247464d6b0c9e0d023 (patch) | |
tree | 370910d2e05f30a3e4f78b5160a518c3222aa9f9 /lib/libc/sys/adjtime.2 | |
parent | 7e10459e58879c6c2e91c7f14687227390272c68 (diff) |
- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines
- add some .Dv
- change -1 to \-1, so `-' is taken as a negative sign
- other misc formatting fixes
Diffstat (limited to 'lib/libc/sys/adjtime.2')
-rw-r--r-- | lib/libc/sys/adjtime.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 index 03f68525080..70b278a24f0 100644 --- a/lib/libc/sys/adjtime.2 +++ b/lib/libc/sys/adjtime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adjtime.2,v 1.7 1999/06/06 19:15:04 deraadt Exp $ +.\" $OpenBSD: adjtime.2,v 1.8 1999/06/29 14:09:50 aaron Exp $ .\" $NetBSD: adjtime.2,v 1.5 1995/10/12 15:40:44 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -70,7 +70,7 @@ may not be finished when is called again. If .Fa olddelta -is non-nil, +is non-null, the structure pointed to will contain, upon return, the number of microseconds still to be corrected from the earlier call. @@ -80,12 +80,12 @@ of computers in a local area network. Such time servers would slow down the clocks of some machines and speed up the clocks of others to bring them to the average network time. .Pp -The call +The call .Fn adjtime is restricted to the super-user. .Sh RETURN VALUES A return value of 0 indicates that the call succeeded. -A return value of -1 indicates that an error occurred, and in this +A return value of \-1 indicates that an error occurred, and in this case an error code is stored in the global variable .Va errno . .Sh ERRORS |