summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-07-09 07:53:25 +0000
committerjmc <jmc@openbsd.org>2005-07-09 07:53:25 +0000
commitf45e30c4740b50d480b63b90c59d3f3424801d33 (patch)
treec451df585de42606e4953d4d87bca85e0aa32974 /usr.sbin/sasyncd
parentrev 1.85 (diff)
downloadwireguard-openbsd-f45e30c4740b50d480b63b90c59d3f3424801d33.tar.xz
wireguard-openbsd-f45e30c4740b50d480b63b90c59d3f3424801d33.zip
IP-address -> IP address;
from tamas tevesz;
Diffstat (limited to 'usr.sbin/sasyncd')
-rw-r--r--usr.sbin/sasyncd/conf.y4
-rw-r--r--usr.sbin/sasyncd/sasyncd.84
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sasyncd/conf.y b/usr.sbin/sasyncd/conf.y
index 322e7309d0d..2be1366620e 100644
--- a/usr.sbin/sasyncd/conf.y
+++ b/usr.sbin/sasyncd/conf.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.y,v 1.6 2005/05/28 01:36:02 deraadt Exp $ */
+/* $OpenBSD: conf.y,v 1.7 2005/07/09 07:53:26 jmc Exp $ */
/*
* Copyright (c) 2005 Håkan Olsson. All rights reserved.
@@ -246,7 +246,7 @@ yylex(void)
/* Numerical token? */
if (isdigit(*confptr)) {
for (p = confptr; *p; p++)
- if (*p == '.') /* IP-address, or bad input */
+ if (*p == '.') /* IP address, or bad input */
goto is_string;
v = (int)strtol(confptr, (char **)NULL, 10);
yylval.val = v;
diff --git a/usr.sbin/sasyncd/sasyncd.8 b/usr.sbin/sasyncd/sasyncd.8
index 1b9e9d4959f..ad26a6c3c2a 100644
--- a/usr.sbin/sasyncd/sasyncd.8
+++ b/usr.sbin/sasyncd/sasyncd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sasyncd.8,v 1.6 2005/05/27 21:20:50 ho Exp $
+.\" $OpenBSD: sasyncd.8,v 1.7 2005/07/09 07:53:26 jmc Exp $
.\"
.\" Copyright (c) 2005 Håkan Olsson. All rights reserved.
.\"
@@ -46,7 +46,7 @@ The most typical scenario is to run
.Nm
on hosts also running
.Xr isakmpd 8
-and sharing a common IP-address using
+and sharing a common IP address using
.Xr carp 4 .
.Pp
The daemon runs either in master or slave mode, in which the master