diff options
author | 2014-12-18 21:26:09 +0000 | |
---|---|---|
committer | 2014-12-18 21:26:09 +0000 | |
commit | 3eb84bcb0b60a5a54ac25973aa02434e88fd3878 (patch) | |
tree | a008bae35e82e6810c415aaf398b89d3e9fee99a | |
parent | obvious non-overlap bcopy -> memcpy (diff) | |
download | wireguard-openbsd-3eb84bcb0b60a5a54ac25973aa02434e88fd3878.tar.xz wireguard-openbsd-3eb84bcb0b60a5a54ac25973aa02434e88fd3878.zip |
an hex -> a hex;
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 6c8d23d54f2..5670aa55759 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.154 2014/12/18 20:55:01 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.155 2014/12/18 21:26:09 jmc Exp $ .\" .\" Copyright (c) 2006 - 2014 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -433,7 +433,7 @@ argument can be specified for the .Ic loadbalance , and .Ic source-hash -modes as either an hex value with a leading +modes as either a hex value with a leading .Ar 0x or as a string. If omitted, |