diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 0a6e78c95ca7..37954fe1bf75 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -322,6 +322,14 @@ and functions appeared in .At v2 . The +.Fn execlp , +.Fn execle , +.Fn execve , +and +.Fn execvp +functions appeared in +.At v7 . +The .Fn execvP function first appeared in .Fx 5.2 . diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 598c264dbc0d..ecebd9755f8d 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -346,7 +346,7 @@ system call conforms to The Open Group Extended API Set 2 specification. The .Fn execve system call appeared in -.Bx 4.2 . +.At V7 . The .Fn fexecve system call appeared in