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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
|
>>> onepage
empty(1) - no title
>>> twopages
> second
man1/second.1
> empty
man1/empty.1
man1/second.1
>>> threepages
> second
man1/second.1
> third
man1/third.1
> empty
man1/empty.1
man1/second.1
man1/third.1
>>> threemacros
> Xr=one
man1/empty.1
> Xr~^t
empty(1) - one(1) # three(3) # two(2)
>>> sortpages
one, empty(1) - no title
two, empty(1) - no title
>>> sortpages_rev
one, empty(1) - no title
two, empty(1) - no title
>>> so
man1/one.1
>>> so_rev
man1/one.1
>>> sortnames
sortnames, link, withsyn, another, last(1) - sorting names
>>> twosect
empty(1, 8) - no title
>>> twoarch
empty(1/amd64, i386) - no title
>>> threearch
> amd64
man1/amd64/empty.1
> i386
man1/i386/empty.1
> sgi
man1/sgi/empty.1
>>> fn
> fn_type
man3/fn.3
> fn_func
man3/fn.3
> fn_arg
man3/fn.3
> fo_type
man3/fn.3
> fo_func
man: nothing appropriate
> fo_arg
man3/fn.3
>>> in
> In
man3/in.3
> Fd
man3/in.3
>>> va
> b2
man3/va.3
> t1
man3/va.3
> a1
man3/va.3
> t2
man3/va.3
> a2
man3/va.3
>>> sh
> Sh
man1/sh.1
> Ss
man1/sh.1
>>> xr
> bare
man1/xr.1
> page
man1/xr.1
>>> empty
>>> badname0
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/empty.1
>>> badname
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/second.1
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/empty.1
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/third.1
>>> badsect0
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/empty.1
>>> badsect
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/empty.1
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/third.1
>>> badarch0
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/amd64/empty.1
>>> badarch
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/i386/empty.1
>>> baddesc0
empty(1) - (NULL)
>>> baddesc
empty(1) - no title
second, empty(1) - (NULL)
third, empty(1) - no title
>>> badfile0
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/empty.1
>>> badfile
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/empty.1
/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/third.1
|