diff options
author | 2019-07-27 13:59:03 +0000 | |
---|---|---|
committer | 2019-07-27 13:59:03 +0000 | |
commit | 3dc821927bf8324e1050d88d0c1db8f5d298935e (patch) | |
tree | 7f31167b818788e3603bcfcb3053bdb5f6e42c59 | |
parent | Move two more output state variables into the new struct outstate. (diff) | |
download | wireguard-openbsd-3dc821927bf8324e1050d88d0c1db8f5d298935e.tar.xz wireguard-openbsd-3dc821927bf8324e1050d88d0c1db8f5d298935e.zip |
tweak previous;
-rw-r--r-- | usr.sbin/ldomctl/ldomctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.8 b/usr.sbin/ldomctl/ldomctl.8 index c921e4bfe5c..1bfe4913aa0 100644 --- a/usr.sbin/ldomctl/ldomctl.8 +++ b/usr.sbin/ldomctl/ldomctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldomctl.8,v 1.12 2019/07/27 09:55:46 kn Exp $ +.\" $OpenBSD: ldomctl.8,v 1.13 2019/07/27 13:59:03 jmc Exp $ .\" .\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> .\" @@ -96,8 +96,8 @@ Create a new configuration based on the defaults: # cd openbsd .Ed .Pp -A file describing the desired configuration must be created, see -Xr. ldom.conf 5 . +A file describing the desired configuration must be created - see +.Xr ldom.conf 5 . .Pp Generate a set of configuration files and download to non-volatile storage. If a configuration with the same name already exists, it must be removed first: |