diff options
author | brueffer <brueffer@FreeBSD.org> | 2003-11-10 14:28:33 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2003-11-10 14:28:33 +0000 |
commit | e2eea4fdad7a6693aa1cc37d54b2d826be2a7669 (patch) | |
tree | 4221a2a6e4db1274f9ced22cce62c4b875b25e7d /sbin | |
parent | ca0cf6afde79426753b5113ad3e6c2e289553047 (diff) | |
download | FreeBSD-src-e2eea4fdad7a6693aa1cc37d54b2d826be2a7669.zip FreeBSD-src-e2eea4fdad7a6693aa1cc37d54b2d826be2a7669.tar.gz |
Add a describtion for the '-d' flag
While I'm here, add a missing comma
PR: 41787
Obtained from: OpenBSD
MFC after: 5 days
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 cff8ba8..8b436b3 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 |