diff options
author | 2019-04-23 18:34:40 +0000 | |
---|---|---|
committer | 2019-04-23 18:34:40 +0000 | |
commit | 51dd858120f1fa92e48b43f8764c07d3c0c405ce (patch) | |
tree | 9830ef0199f8391a48d972c65f8b80914f3dd182 | |
parent | Add support for ccp(4) at acpi(4). (diff) | |
download | wireguard-openbsd-51dd858120f1fa92e48b43f8764c07d3c0c405ce.tar.xz wireguard-openbsd-51dd858120f1fa92e48b43f8764c07d3c0c405ce.zip |
ccp(4) attaches to acpi(4) now.
-rw-r--r-- | share/man/man4/ccp.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/ccp.4 b/share/man/man4/ccp.4 index 651c2934c86..8d2793d3fea 100644 --- a/share/man/man4/ccp.4 +++ b/share/man/man4/ccp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ccp.4,v 1.2 2018/04/20 04:41:51 dlg Exp $ +.\" $OpenBSD: ccp.4,v 1.3 2019/04/23 18:34:40 kettenis Exp $ .\" .\" Copyright (c) 2018 David Gwynne <dlg@openbsd.org> .\" @@ -14,13 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 20 2018 $ +.Dd $Mdocdate: April 23 2019 $ .Dt CCP 4 .Os .Sh NAME .Nm ccp .Nd AMD Cryptographic Co-processor .Sh SYNOPSIS +.Cd "ccp* at acpi?" .Cd "ccp* at fdt?" .Cd "ccp* at pci?" .Sh DESCRIPTION |