From b65e9e96189f8e06a45ede91dd6f1fc135518da4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 14 Aug 2013 00:37:14 +0000 Subject: [PATCH] UN*X pathnames + PL/I's comment syntax = surprises. Yay C++ (and C99). svn path=/trunk/; revision=51347 --- epan/filesystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/filesystem.c b/epan/filesystem.c index 72f038e4f2..5b6e1ca927 100644 --- a/epan/filesystem.c +++ b/epan/filesystem.c @@ -463,7 +463,7 @@ get_executable_path(void) #elif (defined(sun) || defined(__sun)) && defined(HAVE_GETEXECNAME) /* * It appears that getexecname() dates back to at least Solaris 8, - * but /proc/*/path is first documented in the Solaris 10 documentation, + * but /proc/{pid}/path is first documented in the Solaris 10 documentation, * so we use getexecname() if available, rather than /proc/self/path/a.out * (which isn't documented, but appears to be a symlink to the * executable image file). -- 2.34.1