diff options
author | 2001-06-23 05:57:01 +0000 | |
---|---|---|
committer | 2001-06-23 05:57:01 +0000 | |
commit | 528c0d0a0b45e37a90218068468199b3746b6e34 (patch) | |
tree | 5daa08af86080c44ceafd320146861e1ad431d0c /lib/libc/sys | |
parent | Count input/output hardware-checksummed IP packets. (diff) | |
download | wireguard-openbsd-528c0d0a0b45e37a90218068468199b3746b6e34.tar.xz wireguard-openbsd-528c0d0a0b45e37a90218068468199b3746b6e34.zip |
ok, tmac is now fixed
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/adjtime.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 index 77e89831d1f..d88befe077a 100644 --- a/lib/libc/sys/adjtime.2 +++ b/lib/libc/sys/adjtime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adjtime.2,v 1.11 2001/06/23 02:32:59 deraadt Exp $ +.\" $OpenBSD: adjtime.2,v 1.12 2001/06/23 05:57:01 deraadt Exp $ .\" $NetBSD: adjtime.2,v 1.5 1995/10/12 15:40:44 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -97,8 +97,9 @@ The process's effective user ID is not that of the superuser. .Xr timed 8 , .Xr timedc 8 .Rs -.%A R. Gusella and S. Zatti .%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD" +.%A R. Gusella +.%A S. Zatti .Re .Sh HISTORY The |