doc/hgrc.5.txt
changeset 5997 637d4c089834
parent 5995 b913d3aacddc
child 6010 83d193a513c8
--- a/doc/hgrc.5.txt	Fri Feb 01 13:11:03 2008 -0800
+++ b/doc/hgrc.5.txt	Fri Feb 01 13:31:46 2008 -0800
@@ -412,7 +412,10 @@
     "hotshot" is deprecated, and produces less reliable results.
     Default is no profiling.
   output;;
-    The name of a file to write profiling data to.  Default is stderr.
+    The name of a file to write profiling data to.  Each occurrence of
+    "%%p" will be replaced with the current process ID (the repeated
+    "%" protects against the config parser's string interpolator).
+    Default output is to stderr.
   
 server::
   Controls generic server settings.