diff options
author | 2015-08-26 15:17:06 +0000 | |
---|---|---|
committer | 2015-08-26 15:17:06 +0000 | |
commit | c1ad2bbe95ccdcdb743ef619d82990be5f2bebdf (patch) | |
tree | 5995f7e8ff25bb5919c3312244efce49d6e66dbe | |
parent | remove #ifdef OK_TO_WRITE_DISK which isn't used by default. (diff) | |
download | wireguard-openbsd-c1ad2bbe95ccdcdb743ef619d82990be5f2bebdf.tar.xz wireguard-openbsd-c1ad2bbe95ccdcdb743ef619d82990be5f2bebdf.zip |
tweak previous;
-rw-r--r-- | lib/libc/sys/tame.2 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/sys/tame.2 b/lib/libc/sys/tame.2 index 228c625f621..8d8aeff4728 100644 --- a/lib/libc/sys/tame.2 +++ b/lib/libc/sys/tame.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tame.2,v 1.20 2015/08/26 14:46:22 semarie Exp $ +.\" $OpenBSD: tame.2,v 1.21 2015/08/26 15:17:06 jmc Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -403,11 +403,13 @@ will fail if: .Fa paths points outside the process's allocated address space. .It Bq Er ENAMETOOLONG -A element of +An element of .Fa paths is too large, or prepending .Fa cwd -to it would exceeded PATH_MAX bytes. +to it would exceed +.Dv PATH_MAX +bytes. .It Bq Er EPERM This process is attempting to increase permissions. .It Bq Er E2BIG |