diff options
author | 1998-03-10 04:50:33 +0000 | |
---|---|---|
committer | 1998-03-10 04:50:33 +0000 | |
commit | 6b707689dd5b551620c47ecf7151fc525b5b509d (patch) | |
tree | de5fde78221def244e15c61f6bb1ad5bb1b1146f /lib/libc | |
parent | sync. I see a lot of unfixed architectures here. Idlers (diff) | |
download | wireguard-openbsd-6b707689dd5b551620c47ecf7151fc525b5b509d.tar.xz wireguard-openbsd-6b707689dd5b551620c47ecf7151fc525b5b509d.zip |
use .Ox
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/md/mdX.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/issetugid.2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/md/mdX.3 b/lib/libc/md/mdX.3 index b1605abaa3d..71020135f12 100644 --- a/lib/libc/md/mdX.3 +++ b/lib/libc/md/mdX.3 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $OpenBSD: mdX.3,v 1.8 1997/07/15 01:54:22 millert Exp $ +.\" $OpenBSD: mdX.3,v 1.9 1998/03/10 04:50:33 millert Exp $ .\" .Dd October 9, 1996 .Dt MDX 3 @@ -134,7 +134,7 @@ This code is derived directly from these implementations by Poul-Henning Kamp Phk ristede runen. .Sh HISTORY These functions appeared in -.Em OpenBSD-2.0 . +.Ox 2.0 . .Sh BUGS Hans Dobbertin has shown collisions for the full version of MD4 and found a collision in the compress function of MD5. The use of SHA or diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2 index 4da99a124dd..16c7a927489 100644 --- a/lib/libc/sys/issetugid.2 +++ b/lib/libc/sys/issetugid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: issetugid.2,v 1.10 1997/07/04 23:58:59 deraadt Exp $ +.\" $OpenBSD: issetugid.2,v 1.11 1998/03/10 04:50:35 millert Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -106,4 +106,4 @@ indicate an error. The .Fn issetugid function call first appeared in -OpenBSD 2.0 +.Ox 2.0 . |