File: grpn.1

package info (click to toggle)
grpn 1.1.2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 444 kB
  • ctags: 462
  • sloc: ansic: 5,766; sh: 155; makefile: 81
file content (58 lines) | stat: -rw-r--r-- 1,889 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH GRPN 1 "April 2002" GRPN "GTK+ Reverse Polish Notation Calculator"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
grpn \- GTK+ reverse polish notation calculator
.SH SYNOPSIS
.B grpn
.B " [-fn \fIfont\fR] [-btn-fn \fIfont\fR] [-disp-fn \fIfont\fR] "
.B " [-rows \fIn\fR] [-cols \fIn\fR] [-b] "
.br
.SH DESCRIPTION
.br
GRPN is a RPN calculator for the X Window system built using the GIMP Toolkit (GTK+). GRPN
works with real numbers, complex numbers, matrices, and complex matrices. Numbers can be
displayed in 4 different radix modes, and complex numbers can be displayed in either
Cartesian or polar form.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
.\" respectively.
\fBgrpn\fP is a GTK+ reverse polish notation calculator.
.SH OPTIONS
.br
.TP
.B "  -b"
Don't draw the buttons.
.TP
.B "  -rows \fIn\fR"
Display (a minimum of) n rows.
.TP
.B "  -cols \fIn\fR"
Display (a minimum of) n columns.
.TP
.B "  -btn-fn \fIfont\fR"
Use font for the buttons and menu bar.
.TP
.B "  -disp-fn \fIfont\fR"
Use font for the main display.
.TP
.B "  -fn \fIfont\fR"
Specifies both -btn-fn and -disp-fn.
.I
.SH AUTHOR
GRPN was written by Paul Wilkins <paul.wilkins@analog.com>.