diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-04-19 18:36:11 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-04-19 18:36:11 +0000 |
commit | d628382d07aef5d5d5ff3d35af2a0ff6b2b6b167 (patch) | |
tree | f194477803fab21554b193cdf493f99fae25d9fa /usr.sbin | |
parent | f58a9436f2c5c263a756964e7391dc167b8210c0 (diff) |
Document the fact that ospfctl(8) understands "show rib".
ok claudio@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospfctl/ospfctl.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ospfctl/ospfctl.8 b/usr.sbin/ospfctl/ospfctl.8 index cee44999314..b5781968878 100644 --- a/usr.sbin/ospfctl/ospfctl.8 +++ b/usr.sbin/ospfctl/ospfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfctl.8,v 1.4 2005/03/14 18:21:28 norby Exp $ +.\" $OpenBSD: ospfctl.8,v 1.5 2005/04/19 18:36:10 norby Exp $ .\" .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> .\" @@ -39,6 +39,8 @@ Show the entire link state database. Show interface summary. .It Cm show neighbor Show neighbor summary. +.It Cm show rib Ar detail +Show Routing Information Base. .It Cm show summary Show summary status. .El |