diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2016-07-30 15:44:46 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2016-07-30 15:44:46 +0000 |
commit | 298f9b4e90e143b17b00e8bd1d97de39f453d9fb (patch) | |
tree | f53a2b32fbc4cb07a48f25d05379fbd6bf602fff /share/man/man4/dwiic.4 | |
parent | 501c337d12c32ae172052ef31a7b40699d9bd2cb (diff) |
add an authors section for some drivers i authored
Diffstat (limited to 'share/man/man4/dwiic.4')
-rw-r--r-- | share/man/man4/dwiic.4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/dwiic.4 b/share/man/man4/dwiic.4 index 5eaea495b2b..b0e381f24f9 100644 --- a/share/man/man4/dwiic.4 +++ b/share/man/man4/dwiic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dwiic.4,v 1.1 2016/01/17 05:25:47 jsg Exp $ +.\" $OpenBSD: dwiic.4,v 1.2 2016/07/30 15:44:45 jcs Exp $ .\" .\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 17 2016 $ +.Dd $Mdocdate: July 30 2016 $ .Dt DWIIC 4 .Os .Sh NAME @@ -38,3 +38,8 @@ The .Nm device driver first appeared in .Ox 5.9 . +.Sh AUTHORS +The +.Nm +driver was written by +.An joshua stein Aq Mt jcs@openbsd.org . |