summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-24 11:38:57 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-24 11:38:57 +0000
commit9c6bc8753e8f876cad3e2a20fd4fad60d0959dc5 (patch)
tree5fdb5ff741a7cb85705d6000af1e4e637dc97ca0
parent11bc7b8179c236284dc0e3d90486fa518db718ef (diff)
typos from jared
apparently these were already fixed in the diff jmc@ sent me and I somehow screwed up when getting it in - sorry.
-rw-r--r--usr.sbin/bgpd/bgpd.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5
index 95c950acb31..c983d99031b 100644
--- a/usr.sbin/bgpd/bgpd.conf.5
+++ b/usr.sbin/bgpd/bgpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpd.conf.5,v 1.1 2003/12/23 17:06:32 henning Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.2 2003/12/24 11:38:56 henning Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\" Copyright (c) 2002 Daniel Hartmeier <dhartmei@openbsd.org>
@@ -29,7 +29,7 @@ in RFC 1771.
.Sh SECTIONS
The
.Nm
-config file is devided into three main sections.
+config file is divided into three main sections.
.Bl -tag -width xxxx
.It Cm Macros
User-defined variables may be defined and used later, simplifying the
@@ -132,7 +132,7 @@ listen on 127.0.0.1
.El
.Sh NEIGHBORS AND GROUPS
.Ar bgpd
-estables tcp connections to other bgp speakers, called neighbors.
+establishes TCP connections to other BGP speakers, called neighbors.
Each neighbor is specified by a neighbor section, specifying properties for
that neighbor:
.Bd -literal -offset indent
@@ -169,7 +169,7 @@ reports etc and has no further meaning to
.It Ar local-addr
When
.Ar bgpd
-initiates the tcp connection to the neighbor system, it normaly does not
+initiates the TCP connection to the neighbor system, it normally does not
bind to a specific IP address.
If a local-addr is given it binds
to this address before.