diff options
author | 2007-04-10 00:54:15 +0000 | |
---|---|---|
committer | 2007-04-10 00:54:15 +0000 | |
commit | dcb382966805920eb452d9d0d1bf04bad2bf8b82 (patch) | |
tree | 07367405b02c36f7d9b8975b26eec3b5acdb3e17 | |
parent | pascoe@ finished sili(4). enable it so people can try it. (diff) | |
download | wireguard-openbsd-dcb382966805920eb452d9d0d1bf04bad2bf8b82.tar.xz wireguard-openbsd-dcb382966805920eb452d9d0d1bf04bad2bf8b82.zip |
pascoe wrote a lot of these drivers.
-rw-r--r-- | share/man/man4/ahci.4 | 6 | ||||
-rw-r--r-- | share/man/man4/sili.4 | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man4/ahci.4 b/share/man/man4/ahci.4 index 5e47eb898aa..4ecf5065b07 100644 --- a/share/man/man4/ahci.4 +++ b/share/man/man4/ahci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahci.4,v 1.3 2007/03/20 14:33:59 dlg Exp $ +.\" $OpenBSD: ahci.4,v 1.4 2007/04/10 00:54:15 dlg Exp $ .\" .\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> .\" @@ -52,4 +52,6 @@ driver first appeared in The .Nm driver was written by -.An David Gwynne Aq dlg@openbsd.org . +.An David Gwynne Aq dlg@openbsd.org +and +.An Christopher Pascoe Aq pascoe@openbsd.org . diff --git a/share/man/man4/sili.4 b/share/man/man4/sili.4 index dee9cdd508a..5783918a989 100644 --- a/share/man/man4/sili.4 +++ b/share/man/man4/sili.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sili.4,v 1.1 2007/03/22 02:56:46 dlg Exp $ +.\" $OpenBSD: sili.4,v 1.2 2007/04/10 00:54:15 dlg Exp $ .\" .\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org> .\" @@ -47,4 +47,6 @@ driver first appeared in The .Nm driver was written by -.An David Gwynne Aq dlg@openbsd.org . +.An David Gwynne Aq dlg@openbsd.org +and +.An Christopher Pascoe Aq pascoe@openbsd.org . |