From 9aac2a41c43676d34573d409ab717e9f08477972 Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Fri, 11 Aug 2017 09:56:20 +0300 Subject: [PATCH] [docs] mprof-report manpage - document '#' output option Document ability to use the log profiler with an open file descriptor. --- man/mprof-report.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/mprof-report.1 b/man/mprof-report.1 index f5c18537ce6..a2cb914ecc8 100644 --- a/man/mprof-report.1 +++ b/man/mprof-report.1 @@ -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. -- 2.25.1