summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbentley <bentley@openbsd.org>2015-07-18 07:03:48 +0000
committerbentley <bentley@openbsd.org>2015-07-18 07:03:48 +0000
commitf9cc32a8883521c1c1d70080b3b86de191221b0b (patch)
tree1938e989ca292a4c9f66d587fd1f52dd58c1353b
parentIndent the output of bridge rules in ifconfig. (diff)
downloadwireguard-openbsd-f9cc32a8883521c1c1d70080b3b86de191221b0b.tar.xz
wireguard-openbsd-f9cc32a8883521c1c1d70080b3b86de191221b0b.zip
identity isn't optional.
ok tedu@
-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