diff options
Diffstat (limited to 'usr.sbin/dhcpd/sync.h')
-rw-r--r-- | usr.sbin/dhcpd/sync.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/sync.h b/usr.sbin/dhcpd/sync.h index 7338a8e659f..2e09aee861d 100644 --- a/usr.sbin/dhcpd/sync.h +++ b/usr.sbin/dhcpd/sync.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sync.h,v 1.4 2013/04/13 18:08:47 krw Exp $ */ +/* $OpenBSD: sync.h,v 1.5 2016/10/04 22:47:51 krw Exp $ */ /* * Copyright (c) 2008, Bob Beck <beck@openbsd.org> @@ -24,11 +24,11 @@ * dhcpd(8) synchronisation protocol. * * This protocol has been designed for realtime synchronisation between - * multiple machines running dhcpd(8), running the same config. + * multiple machines running dhcpd(8), running the same config. * It is a simple Type-Length-Value based protocol, it allows easy * extension with future subtypes and bulk transfers by sending multiple * entries at once. The unencrypted messages will be authenticated using - * HMAC-SHA1. + * HMAC-SHA1. * */ |