blob: 8f4e8d9ac404688baac335debadcf3dca1c28630 (
plain)
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
59
60
61
62
63
64
|
#!/bin/rc
{echo -n $FONTS; cat <<'!'} | troff
.so /sys/lib/tmac/tmac.s
.nr LL 6.5i
.nr LT 6.5i
.so mac
.XX "" 1 "Permuted Index"
.nr zz \n(%#u-1u
.nr PN \n(%#u
.de PT
.lt \\n(LLu
.pc %
.nr PN \\n%u+\\n(zzu
.if \\n%-1 .if o \\*(%o
.if \\n%-1 .if e \\*(%e
.lt \\n(.lu
..
.de BT
.nr PN \\n%u+\\n(zzu
.nr PX \\n(.s
.nr PF \\n(.f
.ft 1
.ps \\n(PS
'lt \\n(LTu
.po \\n(POu
.if o \\*(%O
.if e \\*(%E
.ft \\n(PF
.ps \\n(PX
..
.nr HM \n(HMu-10p
.nr FO \n(FOu+10p
.de xx
.if !""\\$1" \{\
.ie !""\\$2" \\$1\ \fI\a\ \fR\\$2\t\\$3\ \fI\a\fR\t\\$5\t\\$6
.el \\$1\ \fI\a\fR\\$2\t\\$3\ \fI\a\fR\t\\$5\t\\$6\}
.if !""\\$4" \t\\$2\t\\$3\ \fI\a\ \fR\\$4\t\\$5\t\\$6
.if ""\\$1\\$4" \t\\$2\t\\$3\ \fI\a\fR\t\\$5\t\\$6
..
.TL
PERMUTED INDEX
.SP 2
.LP
Manual pages for all sections are accessible on line through
.I man (1).
.LP
To save space, neighboring references to the same page
have been collapsed into
a single reference.
This should cause no difficulty in cases like
`atan' and `atan2', but is somewhat obscure in the case
of `strcat' and `strchr'.
.sp
.SP
.LP
.SM
.nr VS 9
.vs \n(VSp
.nf
.ta 2.6iR 2.7iL 5.3iR 6.15iR 6.5iR
.fp 2 I I
.cs I 24
.so permindex
!
|