From 067f512e9469614d0536d2ac964365bd19c6fa4b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Feb 2009 16:15:22 -0400 Subject: The --help (-h, -H) options now visit the man page --- src/stream.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream.cc') diff --git a/src/stream.cc b/src/stream.cc index 2c255108..df45e5f5 100644 --- a/src/stream.cc +++ b/src/stream.cc @@ -94,7 +94,7 @@ namespace { (char *)0); // We should never, ever reach here - perror((std::string("execl: ") + pager_path.string()).c_str()); + perror((std::string("execlp: ") + pager_path.string()).c_str()); exit(1); } else { // parent -- cgit v1.2.3