diff options
author | joel <joel@FreeBSD.org> | 2012-05-13 14:16:04 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-05-13 14:16:04 +0000 |
commit | 82a81c78d982f919825edb09975bc63e950cbaad (patch) | |
tree | 7986d382e4cde1c998c3c0717c56c84d1d73dcef /usr.bin/dc | |
parent | 3df7eed63daa61f9134456f5d918d8bb982186b9 (diff) | |
download | FreeBSD-src-82a81c78d982f919825edb09975bc63e950cbaad.zip FreeBSD-src-82a81c78d982f919825edb09975bc63e950cbaad.tar.gz |
Minor mdoc nits.
Diffstat (limited to 'usr.bin/dc')
-rw-r--r-- | usr.bin/dc/dc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1 index 03fc762..94dba76 100644 --- a/usr.bin/dc/dc.1 +++ b/usr.bin/dc/dc.1 @@ -315,7 +315,7 @@ The length of a number is its number of digits, not counting the minus sign and decimal point. .It Ic z The stack level is pushed onto the stack. -.It Cm [ Ns ... Ns Cm ] +.It Cm \&[ Ns ... Ns Cm \&] Puts the bracketed .Tn ASCII string onto the top of the stack. @@ -375,12 +375,12 @@ command. .It Ic \&? A line of input is taken from the input source (usually the terminal) and executed. -.It Ic : Ns Ar r +.It Ic \&: Ns Ar r Pop two values from the stack. The second value on the stack is stored into the array .Ar r indexed by the top of stack. -.It Ic ; Ns Ar r +.It Ic \&; Ns Ar r Pop a value from the stack. The value is used as an index into register .Ar r . |