diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
commit | c4d9468ea0e627c69802bd0689c93527dc2e2a85 (patch) | |
tree | 0505e005ecc9492a4b759dc8e06eb138613e4aa4 /usr.sbin/route6d | |
parent | 5de15c0508449da98f193b4d397a9750d2494ce3 (diff) | |
download | src-test2-c4d9468ea0e627c69802bd0689c93527dc2e2a85.tar.gz src-test2-c4d9468ea0e627c69802bd0689c93527dc2e2a85.zip |
Notes
Diffstat (limited to 'usr.sbin/route6d')
-rw-r--r-- | usr.sbin/route6d/route6d.8 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.sbin/route6d/route6d.8 b/usr.sbin/route6d/route6d.8 index 7da9b53f336e..b24e84e19e1a 100644 --- a/usr.sbin/route6d/route6d.8 +++ b/usr.sbin/route6d/route6d.8 @@ -90,14 +90,14 @@ Enables output of debugging message. This option also instructs .Nm to run in foreground mode -.Pq does not become daemon . +(does not become daemon). .\" .It Fl D Enables extensive output of debugging message. This option also instructs .Nm to run in foreground mode -.Pq does not become daemon . +(does not become daemon). .\" .It Fl h Disables the split horizon processing. @@ -107,7 +107,7 @@ By default, .Nm will not exchange site local routes for safety reasons. This is because semantics of site local address space is rather vague -.Pq specification is still in being worked , +(specification is still in being worked), and there is no good way to define site local boundary. With .Fl l @@ -232,11 +232,9 @@ for communicating with peers using link-local addresses. Internally .Nm embeds interface identifier into bit 32 to 63 of link-local addresses -.Po -.Li fe80::xx +.Li ( fe80::xx and -.Li ff02::xx -.Pc +.Li ff02::xx ) so they will be visible on internal state dump file .Pq Pa /var/run/route6d_dump . .Pp |