aboutsummaryrefslogtreecommitdiffstats
path: root/man2/execve.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/execve.2')
-rw-r--r--man2/execve.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/execve.2 b/man2/execve.2
index 6806deda37..66781aff7d 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -567,7 +567,7 @@ main(int argc, char *argv[])
char *newenviron[] = { NULL };
if (argc != 2) {
- fprintf(stderr, "Usage: %s <file-to-exec>\\n", argv[0]);
+ fprintf(stderr, "Usage: %s <file\-to\-exec>\\n", argv[0]);
exit(EXIT_FAILURE);
}