diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-17 11:12:36 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-17 11:12:36 +0000 |
commit | 69a52453f852dfcc264e1b848b8bbf26dfc4b3d6 (patch) | |
tree | 9eb5164af4b4cac0216e61f99f5b945f8b2d4199 /usr.bin/dc/dc.1 | |
parent | 20e60ea9fc40f1f7e837c7da4c0e70d379a45d64 (diff) |
A basic stack operation that is missing from the original dc (and
GNU dc as well): drop ('R').
Diffstat (limited to 'usr.bin/dc/dc.1')
-rw-r--r-- | usr.bin/dc/dc.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1 index 58c4696d169..34beefe403a 100644 --- a/usr.bin/dc/dc.1 +++ b/usr.bin/dc/dc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dc.1,v 1.16 2003/11/14 20:25:16 otto Exp $ +.\" $OpenBSD: dc.1,v 1.17 2003/11/17 11:12:35 otto Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -243,6 +243,9 @@ by that value. Exits the program. If executing a string, the recursion level is popped by two. +.It Ic R +The top of the stack is removed (popped). +This is a non-portable extension. .It Ic r The top two values on the stack are reversed (swapped). This is a non-portable extension. |