diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-01-16 19:19:09 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-01-16 19:19:09 +0000 |
commit | 22539cefa1d2ab5bcefd1c0cfabc0b975b70082c (patch) | |
tree | 6770bdfb194c8840fcee70cbb37dab94f07e829e | |
parent | f170350757543b9cb34c6f4c1fb545dd668b0e64 (diff) | |
download | src-22539cefa1d2ab5bcefd1c0cfabc0b975b70082c.tar.gz src-22539cefa1d2ab5bcefd1c0cfabc0b975b70082c.zip |
Fix typo by s/advertise/advertises/
MFC after: 4 weeks
Notes
Notes:
svn path=/head/; revision=89433
-rw-r--r-- | sbin/routed/routed.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 8aca25530772..97743afe6799 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -75,7 +75,7 @@ If the host is a router, .Nm periodically supplies copies of its routing tables to any directly connected hosts and networks. -It also advertise or solicits default routes using Router Discovery +It also advertises or solicits default routes using Router Discovery ICMP messages. .Pp When started (or when a network interface is later turned on), |