source: trunk/minix/commands/cawf/dumb.dev@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 2.7 KB
Line 
1.\" Device-dependent but not macro-set-dependent definitions.
2.\" --------------------------------
3.\" overall formatting initialization
4.\" 12 cpi horizontal exploits 80-column terminal well (6.5i@12 = 78)
5.^r cpi 12 6
6.\" call margin adjustment device-dependent for sake of some unusual cases
7.ad
8.\" page parameters
9.pl 10i
10.ll 6.5i
11.po 0
12.\" --------------------------------
13.\" fonts, and their hyphens, last font change doubled to set up \fP
14.^f R
15.ft R
16.^c hy 1 -
17.^f I
18.ft I
19.^c hy 1 -
20.^f B
21.ft B
22.^c hy 1 -\b-\b-
23.^f C
24.ft C
25.^c hy 1 -\b-\b-
26.ft R
27.ft R
28.\" --------------------------------
29.\" definitions of nroff special characters
30.\" The character definitions here operate on the "better ugly than invisible"
31.\" principle, and try to approximate the character *somehow*. They were
32.\" tuned for a Teletype 40 line printer, but should give vaguely plausible
33.\" results on any overprinting ASCII device.
34.\"
35.\" first, things that nroff considered builtins
36.^c \ 1 \\
37.^c e 1 \\
38.^c ' 1 '
39.^c ` 1 `
40.^c - 1 -
41.\" some things seem to assume that \+ is like \-
42.^c + 1 +
43.\" we do not do backslash-space here, it can't be done with .^c, but the
44.\" other forms of space we can do
45.^c 0 1 "
46.^c | 0
47.^c ^ 0
48.^c & 0
49.\"
50.\" and more normal characters
51.\" note, the hyphenation logic knows about em
52.^c em 2 --
53.^c en 1 -
54.\" hy is a special case, see above
55.^c bu 1 +\bo
56.^c sq 2 []
57.^c ru 1 _
58.^c 12 3 1/2
59.^c 14 3 1/4
60.^c 34 3 3/4
61.^c de 1 '\b`
62.^c dg 1 -\b!
63.^c fm 1 '
64.^c ct 1 /\bc
65.^c rg 3 (R)
66.^c co 3 (c)
67.^c pl 1 +
68.^c mi 1 -
69.^c eq 1 =
70.^c ** 1 *
71.^c sc 1 j\bf
72.^c aa 1 '
73.^c ga 1 `
74.^c ul 1 _
75.^c sl 1 /
76.^c *a 1 <\ba
77.^c *b 1 ,\bB
78.^c *g 1 ,\by
79.^c *d 1 S\bo
80.^c *e 1 -\bc
81.^c *z 1 ,\bL
82.^c *y 1 ,\bn
83.^c *h 1 -\b0
84.^c *i 1 ,\bi
85.^c *k 1 <\bK
86.^c *l 1 \\\b>
87.^c *m 1 ,\bu
88.^c *n 1 ,\bv
89.^c *c 1 ,\b3
90.^c *o 1 o
91.^c *p 1 -\bn
92.^c *r 1 p
93.^c *s 1 -\bo
94.^c ts 1 s
95.^c *t 1 ~\bt
96.^c *u 1 u
97.^c *f 1 /\bo
98.^c *x 1 /\b\\
99.^c *q 1 |\bu
100.^c *w 1 u\bw
101.^c *G 2 ~\b|~
102.^c *D 2 _\b/_\b\\
103.^c *H 1 -\bO
104.^c *L 2 /\\
105.^c *C 1 _\b-\b~
106.^c *P 2 ~\b|~\b|
107.^c *S 1 ~\b_\b>
108.^c *U 1 Y
109.^c *F 1 |\bO
110.^c *Q 1 |\bU
111.^c *W 2 _\b(_\b)
112.^c sr 2 \\/
113.^c rn 1 ~
114.^c >= 1 _\b>
115.^c <= 1 _\b<
116.^c == 1 _\b=
117.^c ~= 1 ~\b=
118.^c ap 1 ~
119.^c != 1 /\b=
120.^c -> 2 ->
121.^c <- 2 <-
122.^c ua 1 |\b^
123.^c da 1 |\bv
124.^c mu 1 x
125.^c di 1 -\b:
126.^c +- 1 _\b+
127.^c cu 1 U
128.^c ca 3 (^)
129.^c sb 2 (_\b~
130.^c sp 2 _\b~)
131.^c ib 2 (~\b_\b=
132.^c ip 2 ~\b_\b=)
133.^c if 2 oo
134.^c pd 1 3\bo
135.^c gr 1 ~\bV
136.^c no 1 -
137.^c is 1 '\b,\bI
138.^c pt 2 oc
139.^c es 1 /\bO
140.^c mo 1 -\bC
141.^c br 1 |
142.^c dd 1 I\b|
143.^c rh 1 =\b>
144.^c lh 1 =\b<
145.^c bs 4 (:-)
146.^c or 1 |
147.^c ci 1 O
148.^c lt 1 ~\b(
149.^c lb 1 _\b(
150.^c rt 1 ~\b)
151.^c rb 1 _\b)
152.^c lk 1 -\b(
153.^c rk 1 -\b)
154.^c bv 1 |
155.^c lf 1 _\b[
156.^c rf 1 _\b]
157.^c lc 1 ~\b[
158.^c rc 1 ~\b]
Note: See TracBrowser for help on using the repository browser.