route.8: Don't reference an external command in EXAMPLES

It is better to mention the externel command for showing
the routing table as using an explicit command.

PR:	231579
Suggested by:	karels
Reviewed by:	karles, gbe
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D39075
This commit is contained in:
Gordon Bergling 2023-03-14 14:55:28 +01:00
parent a2de35e1a4
commit 21f2681828

View File

@ -28,7 +28,7 @@
.\" @(#)route.8 8.3 (Berkeley) 3/19/94
.\" $FreeBSD$
.\"
.Dd February 26, 2023
.Dd March 14, 2023
.Dt ROUTE 8
.Os
.Sh NAME
@ -488,9 +488,8 @@ Remove all routes from the routing table:
.Pp
.Dl route flush
.Pp
List all routing tables:
.Pp
.Dl netstat -r
The routing table can be listed with
.Xr netstat 1 .
.Sh DIAGNOSTICS
.Bl -diag
.It "add [host \&| network ] %s: gateway %s flags %x"