diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2003-11-10 14:28:33 +0000 |
---|---|---|
committer | Christian Brueffer <brueffer@FreeBSD.org> | 2003-11-10 14:28:33 +0000 |
commit | 76a8862646b8fdfd69befa42a277a926ee3ea526 (patch) | |
tree | 4221a2a6e4db1274f9ced22cce62c4b875b25e7d /sbin | |
parent | ebb5694a4b27c87977731dfc280b6d5a47c9e0d7 (diff) | |
download | src-test2-76a8862646b8fdfd69befa42a277a926ee3ea526.tar.gz src-test2-76a8862646b8fdfd69befa42a277a926ee3ea526.zip |
Notes
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/route.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index cff8ba84a416..8b436b3f4603 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -51,7 +51,7 @@ The .Nm utility is used to manually manipulate the network routing tables. It normally is not needed, as a -system routing table management daemon such as +system routing table management daemon, such as .Xr routed 8 , should tend to this task. .Pp @@ -65,6 +65,8 @@ programmatic interface discussed in .Pp The following options are available: .Bl -tag -width indent +.It Fl d +Run in debug-only mode, i.e., do not actually modify the routing table. .It Fl n Bypass attempts to print host and network names symbolically when reporting actions. (The process of translating between symbolic |