diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-02-19 09:49:46 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-02-19 09:49:46 +0000 |
| commit | 6049116fb66c9cd530ff90350fc92c0a80119ec9 (patch) | |
| tree | 31a55554146871bd5eef1c29cbd962e24c40f2a7 /man/1 | |
| parent | 12ac827e529ef6383a8bf5d1b171f5009b669a43 (diff) | |
20090219-0949
Diffstat (limited to 'man/1')
| -rw-r--r-- | man/1/calc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -261,8 +261,8 @@ fn ack(a, b) for(i = 0; i < 4; i++) for(j = 0; j < 4; j++){ n = 0 - print "ack(", i, ",", j, ")=", ack(i, j), "\n" - print n, " calls", "\n" + print "ack(", i, ",", j, ")=", ack(i, j), "\en" + print n, " calls", "\en" } .EE .SH SOURCE |
