~ubuntu-branches/ubuntu/warty/dejagnu/warty

« back to all changes in this revision

Viewing changes to example/calc/calc.1

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2004-02-09 15:07:58 UTC
  • Revision ID: james.westby@ubuntu.com-20040209150758-oaj7r5zrop60v8sb
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"
 
2
.TH SKEL 1 "28th Jan 1993"
 
3
.SH NAME
 
4
calc \- a very dumb calculator to demonstrate
 
5
.I deja-gnu
 
6
.SH SYNOPSIS
 
7
.B calc
 
8
.SH DESCRIPTION
 
9
.LP
 
10
.B calc
 
11
accepts the commands:
 
12
.TP
 
13
.B add #1 #2
 
14
Add #1 and #2 and print the answer.
 
15
.TP
 
16
.B multiply #1 #2
 
17
Multiply #1 and #2 and print the answer.
 
18
.TP
 
19
.B quit
 
20
.br
 
21
Exit
 
22
.TP
 
23
.B version
 
24
Print a version string.
 
25
.SH BUGS
 
26
.LP
 
27
.B multiply 2 n
 
28
gives the wrong answer (unless n == 0).
 
29