aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dc/dc.1
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-02-28 21:30:26 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-02-28 21:30:26 +0000
commitbe64968040dcbab18ffe3dc9c14966e681f8ff83 (patch)
treeb8f2af715239a6cc428902c60040eec226fbc2cc /usr.bin/dc/dc.1
parent2e477b5e5e1f41e19378ba3a1e5f23ab60b017f6 (diff)
parentc4e929946ca6e5fa4f39b8966d21080bf164f2e8 (diff)
downloadsrc-be64968040dcbab18ffe3dc9c14966e681f8ff83.tar.gz
src-be64968040dcbab18ffe3dc9c14966e681f8ff83.zip
Merge ^/head r314270 through r314419.
Notes
Notes: svn path=/projects/clang400-import/; revision=314421
Diffstat (limited to 'usr.bin/dc/dc.1')
-rw-r--r--usr.bin/dc/dc.16
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1
index 507bbe6777d3..43ba6cf01cd4 100644
--- a/usr.bin/dc/dc.1
+++ b/usr.bin/dc/dc.1
@@ -35,7 +35,7 @@
.\"
.\" @(#)dc.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd April 16, 2014
+.Dd February 27, 2017
.Dt DC 1
.Os
.Sh NAME
@@ -196,6 +196,10 @@ operator is a non-portable extension.
All values on the stack are popped.
.It Ic d
The top value on the stack is duplicated.
+.It Ic e
+Equivalent to
+.Ic p ,
+except that the output is written to the standard error stream.
.It Ic f
All values on the stack are printed, separated by newlines.
.It Ic G