diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-02-05 10:25:57 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-02-05 10:25:57 +0000 |
commit | 4ce81a73d9e86fae648fc89d099e9f86d31b2196 (patch) | |
tree | 98376bdf968d526289abaa19bd8598e66fbec739 | |
parent | 8fd5f42a0acc50a9f3e027ff36ca2757c7e186aa (diff) |
typos
-rw-r--r-- | share/man/man4/rdomain.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/rdomain.4 b/share/man/man4/rdomain.4 index 002b202a39f..76d089576b7 100644 --- a/share/man/man4/rdomain.4 +++ b/share/man/man4/rdomain.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdomain.4,v 1.1 2015/02/05 08:58:10 phessler Exp $ +.\" $OpenBSD: rdomain.4,v 1.2 2015/02/05 10:25:56 sthen Exp $ .\" .\" Copyright (c) 2015 Peter Hessler <phessler@openbsd.org> .\" @@ -27,8 +27,8 @@ allowed for non-conflicting IP address assignments. .Em rtable and .Em rdomain -allows us to have seperate lookup tables for routes, -and assign IP addresses independantly from other interfaces. +allows us to have separate lookup tables for routes, +and assign IP addresses independently from other interfaces. .Pp .Sh rtable .Em rtable @@ -40,8 +40,8 @@ within the same routing domain. Commonly used to set Policy Based Routing. .Sh rdomain .Em rdomain -are completely seperate seperate routing domains and tables in the kernel. -An IP address (e.g. 10.0.0.1/16) can be assigned in multple +are completely separate routing domains and tables in the kernel. +An IP address (e.g. 10.0.0.1/16) can be assigned in multiple .Em rdomains , but cannot be assigned more than once per |