diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 21:45:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 21:45:06 +0000 |
commit | 46fddaa54b09baa407fa66a14d46c0cc3a906e60 (patch) | |
tree | 602e903272257a1c5b455a48800dcaa680741026 /sbin/route | |
parent | 20fbd172b22ab587e9d796f4cb8664a235cebe78 (diff) | |
download | FreeBSD-src-46fddaa54b09baa407fa66a14d46c0cc3a906e60.zip FreeBSD-src-46fddaa54b09baa407fa66a14d46c0cc3a906e60.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'sbin/route')
-rw-r--r-- | sbin/route/route.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 335d072..30b807c 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -46,7 +46,8 @@ The .Nm utility is used to manually manipulate the network -routing tables. It normally is not needed, as a +routing tables. +It normally is not needed, as a system routing table management daemon, such as .Xr routed 8 , should tend to this task. @@ -65,7 +66,8 @@ The following options are available: 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 +when reporting actions. +(The process of translating between symbolic names and numerical equivalents can be quite time consuming, and may require correct operation of the network; thus it may be expedient to forget this, especially when attempting to repair networking operations). @@ -356,7 +358,8 @@ the routing tables. .Sh DIAGNOSTICS .Bl -diag .It "add [host \&| network ] %s: gateway %s flags %x" -The specified route is being added to the tables. The +The specified route is being added to the tables. +The values printed are from the routing table entry supplied in the .Xr ioctl 2 |