diff options
author | 2016-12-07 17:11:09 +0000 | |
---|---|---|
committer | 2016-12-07 17:11:09 +0000 | |
commit | 98536906cb8d4384a85458a8bf381e9c131f9f69 (patch) | |
tree | e76aaefc33efe83240fe4b00c242eba4ad6c4b38 | |
parent | Write new SSL_dup(3) manual from scratch. This function is listed (diff) | |
download | wireguard-openbsd-98536906cb8d4384a85458a8bf381e9c131f9f69.tar.xz wireguard-openbsd-98536906cb8d4384a85458a8bf381e9c131f9f69.zip |
tweak previous;
-rw-r--r-- | share/man/man4/pvbus.4 | 6 | ||||
-rw-r--r-- | share/man/man4/xbf.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/pvbus.4 b/share/man/man4/pvbus.4 index 7c653bd28b3..b5ace7829e3 100644 --- a/share/man/man4/pvbus.4 +++ b/share/man/man4/pvbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pvbus.4,v 1.11 2016/12/07 15:53:05 mikeb Exp $ +.\" $OpenBSD: pvbus.4,v 1.12 2016/12/07 17:11:09 jmc Exp $ .\" .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006 Jason McIntyre <jmc@openbsd.org> @@ -71,10 +71,10 @@ Hyper-V guest nexus device .El .Ss Xen paravirtual devices .Bl -tag -width 13n -offset ind -compact +.It Xr xbf 4 +Xen Blkfront virtual disk .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 diff --git a/share/man/man4/xbf.4 b/share/man/man4/xbf.4 index 4fa37274821..b5fdf414819 100644 --- a/share/man/man4/xbf.4 +++ b/share/man/man4/xbf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xbf.4,v 1.1 2016/12/07 15:51:27 mikeb Exp $ +.\" $OpenBSD: xbf.4,v 1.2 2016/12/07 17:11:09 jmc Exp $ .\" .\" Copyright (c) 2016 Mike Belopuhov .\" @@ -26,7 +26,7 @@ The .Nm driver provides support for a paravirtual disk interface -.Dq Blkfront +.Qq Blkfront , native to the Xen hypervisor. .Pp During attach the @@ -51,7 +51,7 @@ based on the .Xr vdsk 4 driver by .An -nosplit -.An Mark Kettenis Aq Mt kettenis@openbsd.org +.An Mark Kettenis Aq Mt kettenis@openbsd.org , inspired by the .Fx implementation. |