summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2018-02-07 05:05:46 +0000
committertedu <tedu@openbsd.org>2018-02-07 05:05:46 +0000
commit2032b311348858cf6353c205a10a018ba0140fde (patch)
treeae9f39c74dc3e46d08f187bab5ee5c900ecf273c
parentRemove guards around *_free() calls since these functions handle NULL. (diff)
downloadwireguard-openbsd-2032b311348858cf6353c205a10a018ba0140fde.tar.xz
wireguard-openbsd-2032b311348858cf6353c205a10a018ba0140fde.zip
not necessarily the same name, but the indicated name
-rw-r--r--usr.bin/doas/doas.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/doas/doas.conf.5 b/usr.bin/doas/doas.conf.5
index ace24834ccd..2fc8337c0e6 100644
--- a/usr.bin/doas/doas.conf.5
+++ b/usr.bin/doas/doas.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: doas.conf.5,v 1.33 2017/07/13 19:16:33 jmc Exp $
+.\" $OpenBSD: doas.conf.5,v 1.34 2018/02/07 05:05:46 tedu Exp $
.\"
.\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
.\"
@@ -13,7 +13,7 @@
.\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\"ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\"OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.Dd $Mdocdate: July 13 2017 $
+.Dd $Mdocdate: February 7 2018 $
.Dt DOAS.CONF 5
.Os
.Sh NAME
@@ -71,7 +71,7 @@ If the first character of
is a
.Ql $
then the value to be set is taken from the existing environment
-variable of the same name.
+variable of the indicated name.
.El
.It Ar identity
The username to match.