From 9e4d76890748c007e3181fda8e793f98b3e1e4bb Mon Sep 17 00:00:00 2001 From: kn Date: Sat, 19 Nov 2022 19:23:37 +0000 Subject: [PATCH] fix vertical spacing in previous --- sbin/route/route.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 38b1c07e290..590b7d0f966 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.105 2022/11/09 10:23:01 sthen Exp $ +.\" $OpenBSD: route.8,v 1.106 2022/11/19 19:23:37 kn Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)route.8 8.3 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: November 9 2022 $ +.Dd $Mdocdate: November 19 2022 $ .Dt ROUTE 8 .Os .Sh NAME @@ -596,6 +596,7 @@ Delete the route to the 192.168.5.0/24 network: .Pp .Dl # route delete -inet 192.168.5.0/24 +.Pp Add a static .Xr inet6 4 route to a host which is on the vio0 interface that is outside your prefix, -- 2.20.1