diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2016-09-15 18:27:28 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2016-09-15 18:27:28 +0000 |
commit | eb1cb3571a5db119587a48122f2e81715ddfcb1f (patch) | |
tree | ede7dca35ec898166d520a924c9e439f349ab822 | |
parent | 323faad4281b4bac0091d5d6b08cd8d3a10d21e5 (diff) |
Drop references to FreeBSD driver names; I've got one wrong already...
-rw-r--r-- | share/man/man4/hvn.4 | 6 | ||||
-rw-r--r-- | share/man/man4/hyperv.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/hvn.4 b/share/man/man4/hvn.4 index 3de53cbfa57..784510d557f 100644 --- a/share/man/man4/hvn.4 +++ b/share/man/man4/hvn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hvn.4,v 1.2 2016/09/15 17:18:35 jmc Exp $ +.\" $OpenBSD: hvn.4,v 1.3 2016/09/15 18:27:27 mikeb Exp $ .\" .\" Copyright (c) 2016 Mike Belopuhov .\" @@ -45,7 +45,7 @@ The .Nm driver was written by .An Mike Belopuhov Aq Mt mikeb@openbsd.org -based on the hn driver in +based on the .Fx -by the Microsoft BSD Integration Services Team +driver by the Microsoft BSD Integration Services Team .Aq Mt bsdic@microsoft.com . diff --git a/share/man/man4/hyperv.4 b/share/man/man4/hyperv.4 index 1cc0232c817..3052fb737f9 100644 --- a/share/man/man4/hyperv.4 +++ b/share/man/man4/hyperv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hyperv.4,v 1.2 2016/09/15 17:18:35 jmc Exp $ +.\" $OpenBSD: hyperv.4,v 1.3 2016/09/15 18:27:27 mikeb Exp $ .\" .\" Copyright (c) 2016 Mike Belopuhov .\" @@ -42,7 +42,7 @@ The .Nm driver was written by .An Mike Belopuhov Aq Mt mikeb@openbsd.org -based on the hv_vmbus driver in +based on the .Fx -by the Microsoft BSD Integration Services Team +driver by the Microsoft BSD Integration Services Team .Aq Mt bsdic@microsoft.com . |