[docs] mprof-report manpage - document '#' output option
authorUri Simchoni <uri@vfunction.com>
Fri, 11 Aug 2017 06:56:20 +0000 (09:56 +0300)
committerUri Simchoni <uri@vfunction.com>
Fri, 11 Aug 2017 06:56:20 +0000 (09:56 +0300)
Document ability to use the log profiler with an open file
descriptor.

man/mprof-report.1

index f5c18537ce6882865651b309366af9aecc3292cf..a2cb914ecc8824e5e8d1d8aa479700fde1eee721 100644 (file)
@@ -183,6 +183,9 @@ and time, then do according to \f[I]OUTSPEC\f[]:
 If \f[I]OUTSPEC\f[] begins with a \f[I]|\f[] character, execute the
 rest as a program and feed the data to its standard input.
 .IP \[bu] 2
+If \f[I]OUTSPEC\f[] begins with a \f[I]#\f[] character, parse the
+rest as a file descriptor number, and feed the data to this file
+descriptor.
 .IP \[bu] 2
 otherwise write the data the the named file: note that is a file by
 that name already exists, it is truncated.