diff options
-rw-r--r-- | share/man/man4/crypto.4 | 9 | ||||
-rw-r--r-- | share/man/man4/hifn.4 | 4 | ||||
-rw-r--r-- | share/man/man4/ubsec.4 | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/share/man/man4/crypto.4 b/share/man/man4/crypto.4 index f432ba8c7ed..34c8ea8e64e 100644 --- a/share/man/man4/crypto.4 +++ b/share/man/man4/crypto.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.4,v 1.1 2001/05/13 15:59:13 deraadt Exp $ +.\" $OpenBSD: crypto.4,v 1.2 2001/05/14 09:02:54 deraadt Exp $ .\" .\" Copyright (c) 2001 Theo de Raadt .\" All rights reserved. @@ -55,7 +55,9 @@ device is created. .Pp The following .Xr ioctl 2 -calls apply only to pseudo terminals: +calls apply only to the +.Nm crypto +devices: .Bl -tag -width CIOCGSESSION .It Dv CIOCGSESSION Setup a new crypto session for a new type of operation. @@ -70,6 +72,9 @@ Perform a crypto operation against a previously setup session. crypto access device .El .Sh SEE ALSO +.Xr hifn 4 , +.Xr ises 4 , +.Xr ubsec 4 , .Xr crypto 9 .Sh HISTORY The diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4 index 05844498e72..dff8b4d5233 100644 --- a/share/man/man4/hifn.4 +++ b/share/man/man4/hifn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hifn.4,v 1.12 2001/03/01 16:11:16 aaron Exp $ +.\" $OpenBSD: hifn.4,v 1.13 2001/05/14 09:02:55 deraadt Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt .\" All rights reserved. @@ -31,7 +31,7 @@ .Os .Sh NAME .Nm hifn -.Nd Hi/fn 7751 symmetric encryption accelerator +.Nd Hi/fn 7751 symmetric crypto accelerator .Sh SYNOPSIS .Cd "hifn* at pci? dev ? function ?" .Sh DESCRIPTION diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4 index e088579e784..0f2470cf363 100644 --- a/share/man/man4/ubsec.4 +++ b/share/man/man4/ubsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ubsec.4,v 1.6 2001/03/01 16:11:19 aaron Exp $ +.\" $OpenBSD: ubsec.4,v 1.7 2001/05/14 09:02:58 deraadt Exp $ .\" .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -34,7 +34,7 @@ .Os .Sh NAME .Nm ubsec -.Nd Broadcom (BlueSteel) uBsec 5x0x encryption accelerator +.Nd Broadcom (BlueSteel) uBsec 5x0x crypto accelerator .Sh SYNOPSIS .Cd "ubsec* at pci? dev ? function ?" .Sh DESCRIPTION |