summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-07-26 23:00:16 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-07-26 23:00:16 +0000
commit15decf9ed1c3c49704a03f55b9eb72c444cfac87 (patch)
tree1243e931cd37d16ea4f769843bf3f480639e4601 /usr.bin
parentc012f7aaa3a41c39289241baf6fee9c66d5d9489 (diff)
small clarifications
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/doas/doas.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/doas/doas.1 b/usr.bin/doas/doas.1
index bce860d8bd7..c2079579517 100644
--- a/usr.bin/doas/doas.1
+++ b/usr.bin/doas/doas.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: doas.1,v 1.12 2015/07/26 20:47:01 espie Exp $
+.\" $OpenBSD: doas.1,v 1.13 2015/07/26 23:00:15 tedu Exp $
.\"
.\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
.\"
@@ -57,7 +57,7 @@ or
.Sq deny
will be printed on standard output, depending on command
matching results.
-No command is executed.
+In either case, no command is executed.
.It Fl n
Non interactive mode, fail if
.Nm
@@ -86,7 +86,7 @@ The user attempted to run a command which is not permitted.
.It
The password was incorrect.
.It
-The actual program is absent or not executable.
+The specified command was not found or is not executable.
.El
.Sh SEE ALSO
.Xr doas.conf 5