Deleted Added
full compact
route.8 (141846) route.8 (150679)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)route.8 8.3 (Berkeley) 3/19/94
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)route.8 8.3 (Berkeley) 3/19/94
29.\" $FreeBSD: head/sbin/route/route.8 141846 2005-02-13 22:25:33Z ru $
29.\" $FreeBSD: head/sbin/route/route.8 150679 2005-09-28 12:12:15Z tobez $
30.\"
31.Dd November 4, 2004
32.Dt ROUTE 8
33.Os
34.Sh NAME
35.Nm route
36.Nd manually manipulate the routing tables
37.Sh SYNOPSIS

--- 40 unchanged lines hidden (view full) ---

78.Cm add , delete ,
79and
80.Cm flush
81commands.
82.El
83.Pp
84The
85.Nm
30.\"
31.Dd November 4, 2004
32.Dt ROUTE 8
33.Os
34.Sh NAME
35.Nm route
36.Nd manually manipulate the routing tables
37.Sh SYNOPSIS

--- 40 unchanged lines hidden (view full) ---

78.Cm add , delete ,
79and
80.Cm flush
81commands.
82.El
83.Pp
84The
85.Nm
86utility provides six commands:
86utility provides the following commands:
87.Pp
88.Bl -tag -width Fl -compact
89.It Cm add
90Add a route.
91.It Cm flush
92Remove all routes.
93.It Cm delete
94Delete a specific route.
87.Pp
88.Bl -tag -width Fl -compact
89.It Cm add
90Add a route.
91.It Cm flush
92Remove all routes.
93.It Cm delete
94Delete a specific route.
95.It Cm del
96Another name for the
97.Cm delete
98command.
95.It Cm change
96Change aspects of a route (such as its gateway).
97.It Cm get
98Lookup and display the route for a destination.
99.It Cm monitor
100Continuously report any changes to the routing information base,
101routing lookup misses, or suspected network partitionings.
102.El

--- 322 unchanged lines hidden ---
99.It Cm change
100Change aspects of a route (such as its gateway).
101.It Cm get
102Lookup and display the route for a destination.
103.It Cm monitor
104Continuously report any changes to the routing information base,
105routing lookup misses, or suspected network partitionings.
106.El

--- 322 unchanged lines hidden ---