diff options
author | 2019-02-05 19:39:19 +0000 | |
---|---|---|
committer | 2019-02-05 19:39:19 +0000 | |
commit | e961481d96e3e26d4760aedc89bb006a270b78a7 (patch) | |
tree | b8438dca424f98b40e2b4aa3bfb6d5254e751ee5 | |
parent | Avoid an out of bounds read when regcomp() is passed a bad expression. (diff) | |
download | wireguard-openbsd-e961481d96e3e26d4760aedc89bb006a270b78a7.tar.xz wireguard-openbsd-e961481d96e3e26d4760aedc89bb006a270b78a7.zip |
Cm yes | Cm no -> Cm yes | no
-rw-r--r-- | sbin/unwind/unwind.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/unwind/unwind.conf.5 b/sbin/unwind/unwind.conf.5 index 0fce9e32854..3a7f48549b0 100644 --- a/sbin/unwind/unwind.conf.5 +++ b/sbin/unwind/unwind.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwind.conf.5,v 1.6 2019/02/05 19:26:49 jmc Exp $ +.\" $OpenBSD: unwind.conf.5,v 1.7 2019/02/05 19:39:19 jmc Exp $ .\" .\" Copyright (c) 2018 Florian Obser <florian@openbsd.org> .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -100,7 +100,7 @@ The default is the empty string. .It Ic expected status Ar status The expected HTTP status code. The default is 200. -.It Ic auto Op Cm yes | Cm no +.It Ic auto Op Cm yes | no When .Ic auto is set to |