diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 18:47:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 18:47:10 +0000 |
| commit | 1fd2a774d451e361a431a81cdc6ee490c8c0e9d6 (patch) | |
| tree | 94f5bfdac32c284e0d3416368f46631c3846309f /lib/libc/sys/adjtime.2 | |
| parent | 99566cdccaad42d03c4a7214e6356bb4eb0dd10e (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/adjtime.2')
| -rw-r--r-- | lib/libc/sys/adjtime.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 index ddb813745667f..04673ad2c430f 100644 --- a/lib/libc/sys/adjtime.2 +++ b/lib/libc/sys/adjtime.2 @@ -40,7 +40,7 @@ .Sh SYNOPSIS .Fd #include <sys/time.h> .Ft int -.Fn adjtime "struct timeval *delta" "struct timeval *olddelta" +.Fn adjtime "const struct timeval *delta" "struct timeval *olddelta" .Sh DESCRIPTION .Fn Adjtime makes small adjustments to the system time, as returned by |
