From d6a2e7898240409a30abca2a2b99c4cbca6968c1 Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Thu, 23 Aug 2001 03:52:14 +0000 Subject: typo fix from NetBSD (groo@netbsd.org) --- lib/libc/gen/exec.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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. -- cgit v1.2.3