summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-05-14 12:47:17 +0000
committerschwarze <schwarze@openbsd.org>2019-05-14 12:47:17 +0000
commit50ed37b05105ba7f45d98ebe90cd88030d23600d (patch)
tree0d5ed2c3b8feeaa5b8cec497d94e43f722fac6e8
parentfix typos in log messages (diff)
downloadwireguard-openbsd-50ed37b05105ba7f45d98ebe90cd88030d23600d.tar.xz
wireguard-openbsd-50ed37b05105ba7f45d98ebe90cd88030d23600d.zip
Delete some .Sx macros that were used in a wrong way.
Part of a patch from Stephen Gregoratto <dev at sgregoratto dot me>.
-rw-r--r--share/man/man4/inet6.410
-rw-r--r--usr.bin/ssh/ssh_config.58
-rw-r--r--usr.bin/ssh/sshd_config.58
-rw-r--r--usr.sbin/vmctl/vmctl.88
-rw-r--r--usr.sbin/vmd/vm.conf.58
5 files changed, 14 insertions, 28 deletions
diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4
index f64eedbfbb8..3a7a0d57b42 100644
--- a/share/man/man4/inet6.4
+++ b/share/man/man4/inet6.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet6.4,v 1.44 2018/07/23 11:51:38 florian Exp $
+.\" $OpenBSD: inet6.4,v 1.45 2019/05/14 12:47:17 schwarze Exp $
.\" $KAME: inet6.4,v 1.19 2000/11/24 10:13:18 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 23 2018 $
+.Dd $Mdocdate: May 14 2019 $
.Dt INET6 4
.Os
.Sh NAME
@@ -161,11 +161,7 @@ For setups which tunnel IPv6 over IPv4,
see
.Xr gif 4 .
.Pp
-The
-.Sx INET6
-and
-.Sx TUNNEL
-sections of
+The INET6 and TUNNEL sections of
.Xr ifconfig 8
contain information relevant to IPv6 setups;
settings can be made permanent using
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5
index b8ba4022a56..f4fd041a8c6 100644
--- a/usr.bin/ssh/ssh_config.5
+++ b/usr.bin/ssh/ssh_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.292 2019/03/01 02:16:47 djm Exp $
-.Dd $Mdocdate: March 1 2019 $
+.\" $OpenBSD: ssh_config.5,v 1.293 2019/05/14 12:47:17 schwarze Exp $
+.Dd $Mdocdate: May 14 2019 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -1327,9 +1327,7 @@ and
.Sq 4G ,
depending on the cipher.
The optional second value is specified in seconds and may use any of the
-units documented in the
-.Sx TIME FORMATS
-section of
+units documented in the TIME FORMATS section of
.Xr sshd_config 5 .
The default value for
.Cm RekeyLimit
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index 9e97701edc7..01748b16750 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/sshd_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.284 2019/03/22 20:58:34 jmc Exp $
-.Dd $Mdocdate: March 22 2019 $
+.\" $OpenBSD: sshd_config.5,v 1.285 2019/05/14 12:47:17 schwarze Exp $
+.Dd $Mdocdate: May 14 2019 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -278,9 +278,7 @@ is not, then
will refuse to start.
.It Cm AuthorizedKeysFile
Specifies the file that contains the public keys used for user authentication.
-The format is described in the
-.Sx AUTHORIZED_KEYS FILE FORMAT
-section of
+The format is described in the AUTHORIZED_KEYS FILE FORMAT section of
.Xr sshd 8 .
Arguments to
.Cm AuthorizedKeysFile
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