all.mout revision 1.3
1
2>>> onepage
3empty(1) - no title
4
5>>> twopages
6> second
7man1/second.1
8> empty
9man1/empty.1
10man1/second.1
11
12>>> threepages
13> second
14man1/second.1
15> third
16man1/third.1
17> empty
18man1/empty.1
19man1/second.1
20man1/third.1
21
22>>> threemacros
23> Xr=one
24man1/empty.1
25> Xr~^t
26empty(1) - one(1) # three(3) # two(2)
27
28>>> sortpages
29one, empty(1) - no title
30two, empty(1) - no title
31
32>>> sortpages_rev
33one, empty(1) - no title
34two, empty(1) - no title
35
36>>> so
37man1/one.1
38
39>>> so_rev
40man1/one.1
41
42>>> sortnames
43sortnames, link, withsyn, another, last, onlysyn(1) - sorting names
44
45>>> twosect
46empty(1, 8) - no title
47
48>>> twoarch
49empty(1/amd64, i386) - no title
50
51>>> threearch
52> amd64
53man1/amd64/empty.1
54> i386
55man1/i386/empty.1
56> sgi
57man1/sgi/empty.1
58
59>>> fn
60> fn_type
61man3/fn.3
62> fn_func
63man3/fn.3
64> fn_arg
65man3/fn.3
66> fo_type
67man3/fn.3
68> fo_func
69man: nothing appropriate
70> fo_arg
71man3/fn.3
72
73>>> in
74> In
75man3/in.3
76> Fd
77man3/in.3
78
79>>> va
80> b2
81man3/va.3
82> t1
83man3/va.3
84> a1
85man3/va.3
86> t2
87man3/va.3
88> a2
89man3/va.3
90
91>>> sh
92> Sh
93man1/sh.1
94> Ss
95man1/sh.1
96
97>>> xr
98> bare
99man1/xr.1
100> page
101man1/xr.1
102
103>>> empty
104
105>>> badname0
106
107>>> badname
108/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/empty.1
109/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/second.1
110/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/third.1
111
112>>> badsect0
113
114>>> badsect
115/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/empty.1
116/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/third.1
117
118>>> badarch0
119/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/amd64/empty.1
120
121>>> badarch
122/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/i386/empty.1
123
124>>> baddesc0
125empty(1) - (NULL)
126
127>>> baddesc
128empty(1) - no title
129second, empty(1) - (NULL)
130third, empty(1) - no title
131
132>>> badfile0
133/usr/obj/regress/usr.bin/mandoc/db/run/man/(NULL)
134
135>>> badfile
136/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/empty.1
137/usr/obj/regress/usr.bin/mandoc/db/run/man/(NULL)
138/usr/obj/regress/usr.bin/mandoc/db/run/man/man1/third.1
139