diff options
Diffstat (limited to 'usr.bin/make/cmd_exec.h')
-rw-r--r-- | usr.bin/make/cmd_exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/cmd_exec.h b/usr.bin/make/cmd_exec.h index 061c1727340..a7be777f46c 100644 --- a/usr.bin/make/cmd_exec.h +++ b/usr.bin/make/cmd_exec.h @@ -1,7 +1,7 @@ #ifndef CMD_EXEC_H #define CMD_EXEC_H /* $OpenPackages$ */ -/* $OpenBSD: cmd_exec.h,v 1.1 2001/05/23 12:34:40 espie Exp $ */ +/* $OpenBSD: cmd_exec.h,v 1.2 2007/09/17 09:28:36 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -29,7 +29,7 @@ */ /* output = Cmd_Exec(cmd, &err); - * execute the command in cmd, return the output of that command as + * execute the command in cmd, return the output of that command as * a string. If an error occurs, Cmd_Exec returns an empty string, * and err is filled with the reason for the command failure. * The output result should always be freed by the caller. */ |