summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAnthony J. Bentley <bentley@cvs.openbsd.org>2015-07-18 07:03:49 +0000
committerAnthony J. Bentley <bentley@cvs.openbsd.org>2015-07-18 07:03:49 +0000
commit3b45a95081b21866e2e409a49efca63108fd7b46 (patch)
tree684ed8f8128ee7141ac10b30a3ed2804ec7abec2 /usr.bin
parentdd42894f08161ab7c323b6766e8218ba68ea5850 (diff)
identity isn't optional.
ok tedu@
Diffstat (limited to 'usr.bin')
-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 7d6e473bf1f..689af7db049 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.3 2015/07/17 20:50:31 schwarze Exp $
+.\" $OpenBSD: doas.conf.5,v 1.4 2015/07/18 07:03:48 bentley 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 17 2015 $
+.Dd $Mdocdate: July 18 2015 $
.Dt DOAS.CONF 5
.Os
.Sh NAME
@@ -31,7 +31,7 @@ The rules have the following format:
.Bd -ragged -offset indent
.Ic permit Ns | Ns Ic deny
.Op Ar options
-.Op Ar identity
+.Ar identity
.Op Ic as Ar target
.Op Ic cmd Ar command
.Ed