Index: dtrace/execution-flow-args.d =================================================================== diff -u -rcbd6b858b9324c125b8b6aad66c85d3482bb8bd4 -ree70353af5f5501220da2a87f9b57539120be927 --- dtrace/execution-flow-args.d (.../execution-flow-args.d) (revision cbd6b858b9324c125b8b6aad66c85d3482bb8bd4) +++ dtrace/execution-flow-args.d (.../execution-flow-args.d) (revision ee70353af5f5501220da2a87f9b57539120be927) @@ -1,15 +1,16 @@ -/* +/* -*- D -*- + * * Execution flow trace with arguments * - * Display execution flow between + * Activate tracing between * ::nsf::configure dtrace on * and * ::nsf::configure dtrace off * * Since this D script accesses the C data structures it is sensitive * to the representation sizes of the data structures (e.g. pointers). * Make sure to call the script with the appropriate architecture flag - * on Mac OS X, on SunOS, there is apparently a -32 or -64 flag. + * on Mac OS X; on SunOS, there is apparently a -32 or -64 flag. * * Example: *