diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-11-06 01:34:19 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-11-06 01:34:19 +0000 |
commit | 1d98d7b532aa5f19dc2156f2854fe7ef4ef92af3 (patch) | |
tree | 95558b2c3a7ef9e77b8afe1d4eaf8422773b8b2b /share/man | |
parent | c7e29938d69d2b9fbc3b4fd930b99eee2b4e6b75 (diff) |
Xr crypto 9, not crypt 9
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/hifn.4 | 4 | ||||
-rw-r--r-- | share/man/man4/ubsec.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4 index 678696a08ed..c90b983fc3d 100644 --- a/share/man/man4/hifn.4 +++ b/share/man/man4/hifn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hifn.4,v 1.10 2000/06/30 05:26:34 millert Exp $ +.\" $OpenBSD: hifn.4,v 1.11 2000/11/06 01:34:17 jason Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt .\" All rights reserved. @@ -65,7 +65,7 @@ unlock the cryptographic functionality of the chip. It is possible for vendors to make boards which have a lock ID not known to the driver, but all vendors currently just use the obvious ID which is 13 bytes of 0. .Sh SEE ALSO -.Xr crypt 9 , +.Xr crypto 9 , .Xr crypt 3 , .Xr ipsec 4 .Sh CAVEATS diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4 index cd428f534d0..f3f9feda152 100644 --- a/share/man/man4/ubsec.4 +++ b/share/man/man4/ubsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ubsec.4,v 1.3 2000/08/13 03:55:01 jason Exp $ +.\" $OpenBSD: ubsec.4,v 1.4 2000/11/06 01:34:18 jason Exp $ .\" .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -48,7 +48,7 @@ driver registers itself to accelerate DES, Triple-DES, MD5-HMAC96, and SHA1-HMAC96 operations in .Xr ipsec 4 . .Sh SEE ALSO -.Xr crypt 9 , +.Xr crypto 9 , .Xr crypt 3 , .Xr ipsec 4 .Sh HISTORY |