]> git.pld-linux.org Git - packages/bc.git/blob - bc-info.patch
- allow using 'make DESTDIR=... install'
[packages/bc.git] / bc-info.patch
1 diff -Nru bc-1.05/doc/dc.texi bc-1.05.new/doc/dc.texi
2 --- bc-1.05/doc/dc.texi Sun Mar 29 06:40:39 1998
3 +++ bc-1.05.new/doc/dc.texi     Wed Dec 30 00:50:50 1998
4 @@ -20,6 +20,10 @@
5  @syncodeindex pg fn
6  @syncodeindex tp fn
7  
8 +@dircategory Miscellaneous:
9 +@direntry
10 +* dc: (dc)                             The GNU RPN calculator.
11 +@end direntry
12  @ifinfo
13  This file documents @sc{dc}, an arbitrary precision calculator.
14  
15 @@ -85,6 +89,14 @@
16  @page
17  
18  @node Top, Introduction, (dir), (dir)
19 +@top dc
20 +
21 +DC is a reverse-polish desk calculator which supports unlimited
22 +precision arithmetic.  It also allows you to define and call macros.
23 +Normally DC reads from the standard input; if any command arguments are
24 +given to it, they are filenames, and DC reads and executes the contents
25 +of the files instead of reading from standard input.  All normal output
26 +is to standard output; all error messages are written to standard error.
27  
28  @menu
29  * Introduction::                Introduction
This page took 0.083258 seconds and 3 git commands to generate.