diff options
author | miko <miko@cvs.openbsd.org> | 2018-09-26 07:25:54 +0000 |
---|---|---|
committer | miko <miko@cvs.openbsd.org> | 2018-09-26 07:25:54 +0000 |
commit | e43ed4a4ad704a36564eb99280d5971b8ae3276e (patch) | |
tree | 112da64cf8b82e3bc374a08fd3d9968a52d74cce /lib/libc/sys | |
parent | fb98d9c0c10dfe3e173c8830de10808282a98755 (diff) |
typo; ok jmc@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/unveil.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/unveil.2 b/lib/libc/sys/unveil.2 index cc5e91d10bf..d1c33688b87 100644 --- a/lib/libc/sys/unveil.2 +++ b/lib/libc/sys/unveil.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unveil.2,v 1.10 2018/09/26 02:54:34 miko Exp $ +.\" $OpenBSD: unveil.2,v 1.11 2018/09/26 07:25:53 miko Exp $ .\" .\" Copyright (c) 2018 Bob Beck <beck@openbsd.org> .\" @@ -108,7 +108,7 @@ This means that a directory that is removed and recreated after a call to .Fn unveil will appear to not exist. .Pp -Non-directories paths are remembered by name within their containing +Non-directory paths are remembered by name within their containing directory, and so may be created, removed, or re-created after a call to .Fn unveil and still appear to exist. |