diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-14 12:47:18 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-14 12:47:18 +0000 |
commit | b262a49e47b6462a0bf358d5322995ddead051b2 (patch) | |
tree | 711a2acd9fe052f2477ec92ceccba320296e6be7 /usr.sbin | |
parent | 4b0b6978959087ad2a80351b8d7331495b6657fa (diff) |
Delete some .Sx macros that were used in a wrong way.
Part of a patch from Stephen Gregoratto <dev at sgregoratto dot me>.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 8 | ||||
-rw-r--r-- | usr.sbin/vmd/vm.conf.5 | 8 |
2 files changed, 5 insertions, 11 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index 144d774c81e..6f2bff78656 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.65 2019/05/06 05:40:49 jmc Exp $ +.\" $OpenBSD: vmctl.8,v 1.66 2019/05/14 12:47:17 schwarze Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@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: May 6 2019 $ +.Dd $Mdocdate: May 14 2019 $ .Dt VMCTL 8 .Os .Sh NAME @@ -220,9 +220,7 @@ The default is 512M. .It Fl n Ar switch Add a network interface that is attached to the specified virtual .Ar switch . -See -.Sx SWITCH CONFIGURATION -in +See the SWITCH CONFIGURATION section in .Xr vm.conf 5 for more information. .It Fl r Ar path diff --git a/usr.sbin/vmd/vm.conf.5 b/usr.sbin/vmd/vm.conf.5 index a90e78678ee..2d2fe974dcf 100644 --- a/usr.sbin/vmd/vm.conf.5 +++ b/usr.sbin/vmd/vm.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vm.conf.5,v 1.43 2019/05/14 06:05:45 anton Exp $ +.\" $OpenBSD: vm.conf.5,v 1.44 2019/05/14 12:47:17 schwarze Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> @@ -362,11 +362,7 @@ is pre-configured using .Xr hostname.if 5 or .Xr ifconfig 8 -(see the -.Sx BRIDGE -and -.Sx SWITCH -sections in +(see the BRIDGE and SWITCH sections in .Xr ifconfig 8 accordingly). When a VM is started, virtual network interfaces which are assigned to a |