summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2005-05-01 17:35:28 +0000
committerDavid Krause <david@cvs.openbsd.org>2005-05-01 17:35:28 +0000
commit5903b9eb3920fa9357413958c41ec14c8c7b1737 (patch)
tree50e28abd71964b7d25cee3792600af395ec50e13 /usr.sbin
parent240d9f8257be4849c78d3a0b31ae82ff3269c142 (diff)
spelling
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/bgpd.conf.54
-rw-r--r--usr.sbin/ospfd/neighbor.c4
-rw-r--r--usr.sbin/sasyncd/sasyncd.conf.54
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5
index aac11a82ffb..02c282a0e20 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.53 2005/04/28 13:54:45 claudio Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.54 2005/05/01 17:35:26 david Exp $
.\"
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -282,7 +282,7 @@ establishes TCP connections to other BGP speakers called
.Em neighbors .
Each neighbor is specified by a
.Ic neighbor
-section, which allows properties to be set specifially for that neighbor:
+section, which allows properties to be set specifically for that neighbor:
.Bd -literal -offset indent
neighbor 10.0.0.2 {
remote-as 65002
diff --git a/usr.sbin/ospfd/neighbor.c b/usr.sbin/ospfd/neighbor.c
index 4eddf908738..5731cff39e2 100644
--- a/usr.sbin/ospfd/neighbor.c
+++ b/usr.sbin/ospfd/neighbor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: neighbor.c,v 1.15 2005/04/12 09:54:59 claudio Exp $ */
+/* $OpenBSD: neighbor.c,v 1.16 2005/05/01 17:35:27 david Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -489,7 +489,7 @@ nbr_adj_ok(struct nbr *nbr)
case IF_TYPE_NBMA:
/*
* if neighbor is dr, bdr or router self is dr or bdr
- * start forming adjacancy
+ * start forming adjacency
*/
if (iface->dr == nbr || iface->bdr == nbr ||
iface->state & IF_STA_DRORBDR)
diff --git a/usr.sbin/sasyncd/sasyncd.conf.5 b/usr.sbin/sasyncd/sasyncd.conf.5
index 475c0a9a61b..94552c5b110 100644
--- a/usr.sbin/sasyncd/sasyncd.conf.5
+++ b/usr.sbin/sasyncd/sasyncd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sasyncd.conf.5,v 1.2 2005/04/01 17:02:11 jmc Exp $
+.\" $OpenBSD: sasyncd.conf.5,v 1.3 2005/05/01 17:35:27 david Exp $
.\"
.\" Copyright (c) 2005 Håkan Olsson. All rights reserved.
.\"
@@ -87,7 +87,7 @@ peer 10.0.0.4
.It Ic private key file Ar filename
Specify a file containing the private key matching the certificate
specified using
-.Ar ceritificate file .
+.Ar certificate file .
The default is
.Pa /etc/ssl/private/sasyncd.key .
.It Ic run as master | slave