diff options
author | 2016-12-07 15:53:05 +0000 | |
---|---|---|
committer | 2016-12-07 15:53:05 +0000 | |
commit | 8d17de915b9c9ddd9e11ad2ddf9e365fe02aad4b (patch) | |
tree | 421bd8ce0d62a431618f46580ae3cb8fe02c14bf | |
parent | xbf(4) manual page (diff) | |
download | wireguard-openbsd-8d17de915b9c9ddd9e11ad2ddf9e365fe02aad4b.tar.xz wireguard-openbsd-8d17de915b9c9ddd9e11ad2ddf9e365fe02aad4b.zip |
Add xbf(4)
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/pvbus.4 | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a3438cc0388..f56ea52fada 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.645 2016/09/16 10:09:03 mikeb Exp $ +# $OpenBSD: Makefile,v 1.646 2016/12/07 15:53:05 mikeb Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -78,7 +78,7 @@ MAN= aac.4 ac97.4 acphy.4 \ vscsi.4 vte.4 vxlan.4 \ watchdog.4 wb.4 wbenv.4 wbng.4 wbsd.4 wbsio.4 wd.4 wdc.4 wdsc.4 we.4 \ wi.4 wpi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ - xe.4 xen.4 xf86.4 xge.4 xhci.4 xl.4 xmphy.4 xnf.4 xspd.4 \ + xbf.4 xe.4 xen.4 xf86.4 xge.4 xhci.4 xl.4 xmphy.4 xnf.4 xspd.4 \ yds.4 zero.4 zyd.4 SUBDIR= man4.alpha man4.amd64 man4.armv7 \ diff --git a/share/man/man4/pvbus.4 b/share/man/man4/pvbus.4 index bf576df21cc..7c653bd28b3 100644 --- a/share/man/man4/pvbus.4 +++ b/share/man/man4/pvbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pvbus.4,v 1.10 2016/10/26 16:25:06 mikeb Exp $ +.\" $OpenBSD: pvbus.4,v 1.11 2016/12/07 15:53:05 mikeb Exp $ .\" .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006 Jason McIntyre <jmc@openbsd.org> @@ -15,7 +15,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: October 26 2016 $ +.Dd $Mdocdate: December 7 2016 $ .Dt PVBUS 4 .Os .Sh NAME @@ -73,6 +73,8 @@ Hyper-V guest nexus device .Bl -tag -width 13n -offset ind -compact .It Xr xen 4 Xen domU nexus device and XenStore information store +.It Xr xbf 4 +Xen Blkfront virtual disk interface .It Xr xnf 4 Xen Netfront virtual networking interface .El |