diff options
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/exec.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/getbootfile.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 5826804..e8f6403 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -278,7 +278,7 @@ they returned upon all errors except and .Er ETXTBSY . This was inferior to the traditional error handling, -since it it breaks the ignoring of errors for path prefixes +since it breaks the ignoring of errors for path prefixes and only improves the handling of the unusual ambiguous error .Er EFAULT and the unusual error diff --git a/lib/libc/gen/getbootfile.3 b/lib/libc/gen/getbootfile.3 index cf4e0db..a2b0244 100644 --- a/lib/libc/gen/getbootfile.3 +++ b/lib/libc/gen/getbootfile.3 @@ -55,7 +55,7 @@ MIB variable .Dq Li kern.bootfile . .Sh RETURN VALUES If the call succeeds a string giving the pathname is returned. If it -fails, a a null pointer is returned and an error code is +fails, a null pointer is returned and an error code is placed in the global location .Va errno . .Sh SEE ALSO |