aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/execve.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 22:30:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 22:30:10 +0000
commit30950a21e11892bddfb8f6b190ee2b693803cddf (patch)
treeb50e352d61c120366733f7da2952877b6d6efb05 /lib/libc/sys/execve.2
parent3d595e7e8ab4e04b76f4611f28660bf0f1083542 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r--lib/libc/sys/execve.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 427f9ab8dbe0..561f36a4db78 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -60,7 +60,7 @@ An executable object file consists of an identifying header,
followed by pages of data representing the initial program (text)
and initialized data pages.
Additional pages may be specified
-by the header to be initialized with zero data; see
+by the header to be initialized with zero data; see
.Xr elf 5
and
.Xr a.out 5 .