From 5f8ddde3b759220453354f4c01bcea5ff6d99eed Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Apr 2014 06:32:43 +0200 Subject: [PATCH] execve.2: wfix Signed-off-by: Michael Kerrisk --- man2/execve.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/execve.2 b/man2/execve.2 index 9b72ec683..db28c501d 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -549,7 +549,7 @@ call. Since UNIX V7 both are NULL. .SH EXAMPLE The following program is designed to be execed by the second program below. -It just echoes its command-line one per line. +It just echoes its command-line arguments, one per line. .in +4n .nf