-.\" $OpenBSD: unveil.2,v 1.3 2018/07/16 12:02:45 espie Exp $
+.\" $OpenBSD: unveil.2,v 1.4 2018/07/18 14:06:30 jmc Exp $
.\"
.\" Copyright (c) 2018 Bob Beck <beck@openbsd.org>
.\"
.\" 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 16 2018 $
+.Dd $Mdocdate: July 18 2018 $
.Dt UNVEIL 2
.Os
.Sh NAME
.Pp
The
.Fa flags
-argument points to a string consisting of the following characters.
+argument points to a string consisting of the following characters:
.Pp
-.Bl -tag -width c -offset indent -compact
+.Bl -tag -width "XXXX" -offset indent -compact
.It Dv r
+make
.Ar path
-should be made available for read operations corresponding to
+available for read operations, corresponding to the
.Xr pledge 2
promise
-.Ar rpath .
+.Ar rpath
.It Dv w
+make
.Ar path
-should be available for write operations corresponding to
+available for write operations, corresponding to the
.Xr pledge 2
promise
-.Ar wpath .
+.Ar wpath
.It Dv x
+make
.Ar path
-should be available for execute operations corresponding to
+available for execute operations, corresponding to the
.Xr pledge 2
promise
-.Ar exec .
+.Ar exec
.It Dv c
+allow
.Ar path
-should be allowed to be created and removed, corresponding to
+to be created and removed, corresponding to the
.Xr pledge 2
promise
-.Ar cpath .
+.Ar cpath
.El
.Pp
A