point readers, where relevant, to route(8) rather than netstat(1) or route(4);
authorjmc <jmc@openbsd.org>
Fri, 23 Dec 2022 07:16:54 +0000 (07:16 +0000)
committerjmc <jmc@openbsd.org>
Fri, 23 Dec 2022 07:16:54 +0000 (07:16 +0000)
remove some redundant info regarding netstat -r from ipcomp/ipsec

feedback claudio sthen
ok claudio kn sthen

sbin/ifconfig/ifconfig.8
sbin/ping/ping.8
share/man/man4/ipcomp.4
share/man/man4/ipsec.4
share/man/man8/afterboot.8
usr.sbin/traceroute/traceroute.8

index bc885b7..ec1cad5 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ifconfig.8,v 1.387 2022/11/26 07:26:43 jmc Exp $
+.\"    $OpenBSD: ifconfig.8,v 1.388 2022/12/23 07:16:54 jmc Exp $
 .\"    $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $
 .\"     $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $
 .\"
@@ -31,7 +31,7 @@
 .\"
 .\"     @(#)ifconfig.8 8.4 (Berkeley) 6/1/94
 .\"
-.Dd $Mdocdate: November 26 2022 $
+.Dd $Mdocdate: December 23 2022 $
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -2329,11 +2329,11 @@ tried to alter an interface's configuration.
 .Xr inet 4 ,
 .Xr intro 4 ,
 .Xr netintro 4 ,
-.Xr route 4 ,
 .Xr rtable 4 ,
 .Xr hostname.if 5 ,
 .Xr hosts 5 ,
 .Xr rc 8 ,
+.Xr route 8 ,
 .Xr slaacd 8 ,
 .Xr tcpdump 8
 .Sh HISTORY
index b2894c2..797a9e3 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ping.8,v 1.65 2021/02/21 17:18:01 jmc Exp $
+.\"    $OpenBSD: ping.8,v 1.66 2022/12/23 07:16:55 jmc Exp $
 .\"    $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -57,7 +57,7 @@
 .\"
 .\"     @(#)ping.8     8.2 (Berkeley) 12/11/93
 .\"
-.Dd $Mdocdate: February 21 2021 $
+.Dd $Mdocdate: December 23 2022 $
 .Dt PING 8
 .Os
 .Sh NAME
@@ -418,8 +418,8 @@ Others may use completely wild values.
 exits 0 if at least one reply is received,
 and >0 if no reply is received or an error occurred.
 .Sh SEE ALSO
-.Xr netstat 1 ,
-.Xr ifconfig 8
+.Xr ifconfig 8 ,
+.Xr route 8
 .Sh HISTORY
 The
 .Nm
index c69ef2a..acd6f70 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipcomp.4,v 1.16 2018/01/12 04:36:44 deraadt Exp $
+.\" $OpenBSD: ipcomp.4,v 1.17 2022/12/23 07:16:55 jmc Exp $
 .\"
 .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jj@wabbitt.org>
 .\" All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: January 12 2018 $
+.Dd $Mdocdate: December 23 2022 $
 .Dt IPCOMP 4
 .Os
 .Sh NAME
@@ -101,14 +101,9 @@ compressed.
 .El
 .Sh DIAGNOSTICS
 .Xr netstat 1
-can be used to obtain some statistics about IPComp usage, using the
-.Fl p
-flag.
-Just like for IPsec, using the
-.Fl r
-flag,
-.Xr netstat 1
-displays information about IPComp flows.
+can be used to obtain some statistics about IPComp usage:
+.Pp
+.Dl $ netstat -s -p ipcomp
 .Sh SEE ALSO
 .Xr enc 4 ,
 .Xr inet 4 ,
index 266db0b..f758e52 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.4,v 1.88 2022/03/31 17:27:21 naddy Exp $
+.\" $OpenBSD: ipsec.4,v 1.89 2022/12/23 07:16:55 jmc Exp $
 .\"
 .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
 .\" All rights reserved.
@@ -30,7 +30,7 @@
 .\"
 .\" Manual page, using -mandoc macros
 .\"
-.Dd $Mdocdate: March 31 2022 $
+.Dd $Mdocdate: December 23 2022 $
 .Dt IPSEC 4
 .Os
 .Sh NAME
@@ -356,14 +356,15 @@ was given.
 .El
 .Pp
 .Xr netstat 1
-can be used to obtain some statistics about AH and ESP usage, using the
-.Fl p
-flag.
-Using the
-.Fl r
-flag,
-.Xr netstat 1
-displays information about IPsec flows.
+can be used to obtain some statistics about AH or ESP usage:
+.Bd -literal -offset indent
+$ netstat -s -p ah
+$ netstat -s -p esp
+.Ed
+.Pp
+The
+.Xr ipsecctl 8
+command can be used to display information about IPsec flows.
 .Pp
 .Xr vmstat 8
 displays information about memory use by IPsec with the
index 109f601..a2ef567 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: afterboot.8,v 1.171 2022/04/13 18:00:34 espie Exp $
+.\"    $OpenBSD: afterboot.8,v 1.172 2022/12/23 07:16:55 jmc Exp $
 .\"
 .\" Copyright (c) 1997 Marshall M. Midden
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: April 13 2022 $
+.Dd $Mdocdate: December 23 2022 $
 .Dt AFTERBOOT 8
 .\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu
 .Os
@@ -183,9 +183,8 @@ See
 .Xr hostname.if 5
 for instructions on configuring interfaces with DHCP.
 .Pp
-Routing tables can be viewed by issuing a
-.Ic netstat -rn
-command.
+Routing tables can be viewed by issuing
+.Dq route -n show .
 The default gateway address is stored in the
 .Pa /etc/mygate
 file.
@@ -199,8 +198,10 @@ Or, you may prefer to manually configure using a series of
 .Ic route add
 and
 .Ic route delete
-commands (see
-.Xr route 8 ) .
+commands.
+See
+.Xr route 8
+for more information.
 .Pp
 If you wish to route packets between interfaces, add one or both
 of the following directives (depending on whether IPv4 or IPv6 routing
index ce38e31..e922a98 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: traceroute.8,v 1.74 2022/07/30 07:19:31 jsg Exp $
+.\"    $OpenBSD: traceroute.8,v 1.75 2022/12/23 07:16:55 jmc Exp $
 .\"    $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
@@ -33,7 +33,7 @@
 .\"
 .\"    @(#)traceroute.8        8.1 (Berkeley) 6/6/93
 .\"
-.Dd $Mdocdate: July 30 2022 $
+.Dd $Mdocdate: December 23 2022 $
 .Dt TRACEROUTE 8
 .Os
 .Sh NAME
@@ -387,8 +387,8 @@ Because of the load it could impose on the network, it is unwise to use
 .Nm
 during normal operations or from automated scripts.
 .Sh SEE ALSO
-.Xr netstat 1 ,
-.Xr ping 8
+.Xr ping 8 ,
+.Xr route 8
 .Sh HISTORY
 The very first
 .Nm