summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2016-06-11 04:52:50 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2016-06-11 04:52:50 +0000
commit810e91b158beea1f66b823c852c987930d3a95ba (patch)
tree6f7599e9c672e73857011c9db1a3ed63e617287f
parent342eecd6e7f85af666d6b5953f8468fe2b88521b (diff)
expand contractions
-rw-r--r--usr.bin/doas/doas.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/doas/doas.conf.5 b/usr.bin/doas/doas.conf.5
index 4c5d1368a34..0894d26e449 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.22 2016/06/07 16:49:23 tedu Exp $
+.\" $OpenBSD: doas.conf.5,v 1.23 2016/06/11 04:52:49 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: June 7 2016 $
+.Dd $Mdocdate: June 11 2016 $
.Dt DOAS.CONF 5
.Os
.Sh NAME
@@ -74,7 +74,7 @@ The default is all users.
.It Ic cmd Ar command
The command the user is allowed or denied to run.
The default is all commands.
-Be advised that it's best to specify absolute paths.
+Be advised that it is best to specify absolute paths.
If a cmd is specified, only a restricted
.Ev PATH
will be searched.
@@ -106,7 +106,7 @@ escapes the next character, including new line characters, outside comments;
as a result, comments may not be extended over multiple lines.
.It
If quotes or backslashes are used in a word,
-it isn't considered a keyword.
+it is not considered a keyword.
.El
.Sh EXAMPLES
The following example permits users in group wsrc to build ports,