summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-06-01 04:29:39 -0400
committerPhil Pennock <pdp@exim.org>2012-06-01 04:29:39 -0400
commit12f6998964d44c0a40783162fc37eabe770f4382 (patch)
tree2481e1d674bd90152c677f0bee6b01d96bf7caeb /doc/doc-txt/NewStuff
parent98a90c36edb0fbe03e6db6bf4ad4fff0892f18bb (diff)
Make -n combine with -bP to inhibit names
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 71f1e8ee3..5088a24c4 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -15,6 +15,11 @@ Version 4.81
query this to establish the correct list to include in the protocol's
SIEVE capability line.
+ 2. If the -n option is combined with the -bP option, then the name of an
+ emitted option is not output, only the value (if visible to you).
+ For instance, "exim -n -bP pid_file_path" should just emit a pathname
+ followed by a newline, and no other text.
+
Version 4.80
------------