diff --git a/etc/results_to_netscape b/etc/results_to_netscape
index 32475f46674c222c460ecca18a9ee769eccd96ad..43a4c91c5da7b7a605fff9b61593fefdbb757b31 100755
--- a/etc/results_to_netscape
+++ b/etc/results_to_netscape
@@ -192,6 +192,11 @@ EOF
 # delete it at some point
 echo "rm -f $new_file > /dev/null 2>&1" | at now + 36 hours
 
+# MAC OS X => Safari browser
+# The command then is the following
+# if $NETSCAPE $new_file
+
+# For Netscape or mozilla
 if $NETSCAPE -remote "openURL($new_file)"
 then
     exit 0