summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2001-08-23 03:52:14 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2001-08-23 03:52:14 +0000
commitd6a2e7898240409a30abca2a2b99c4cbca6968c1 (patch)
tree3a2a601410f70df6ef71b7c835189e5bcf579de8 /lib
parentf1bb4f60b195ed08202ba53e98cf02c2be67eefc (diff)
typo fix from NetBSD (groo@netbsd.org)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/exec.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index 12da41ae013..5ee2b6b88f1 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exec.3,v 1.13 2001/08/06 10:42:25 mpech Exp $
+.\" $OpenBSD: exec.3,v 1.14 2001/08/23 03:52:13 pjanzen Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -97,7 +97,7 @@ functions provide an array of pointers to
null-terminated strings that
represent the argument list available to the new program.
The first argument, by convention, should point to the file name associated
-with the file begin executed.
+with the file being executed.
The array of pointers
.Em must
be terminated by a null pointer itself.