diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-11-28 16:48:14 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-11-28 16:48:14 +0000 |
commit | fcec0b3ab3f61e28b16f2e7257a67da02436784f (patch) | |
tree | 21cacd97a0449ce559ef6fa695548de67150cb3a /sbin/route/route.8 | |
parent | 7e5f9e3805cae5d88127896b6c930fded4293638 (diff) |
-T in synopsis and briefly in manpage
Diffstat (limited to 'sbin/route/route.8')
-rw-r--r-- | sbin/route/route.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index c985a03dc73..cb1541760f6 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.45 2006/10/16 08:44:56 mcbride Exp $ +.\" $OpenBSD: route.8,v 1.46 2006/11/28 16:48:13 henning Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -83,6 +83,9 @@ may require correct operation of the network; thus it may be expedient to forgo this, especially when attempting to repair networking operations.) .It Fl q Suppress all output. +.It Fl T Ar tableid +Select an alternate routing table to work against. +Table 0 is the default table. .It Fl t Write routing messages to a fake device .Pa ( /dev/null ) |