Print this page
Garrett's man page edits.
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3head/Makefile
+++ new/usr/src/man/man3head/Makefile
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet
9 9 # at http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2011, Richard Lowe
14 14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
15 15 #
16 16
17 17 include $(SRC)/Makefile.master
18 18
19 19 MANSECT= 3head
20 20
21 21 MANFILES= acct.h.3head \
22 22 aio.h.3head \
23 23 ar.h.3head \
24 24 archives.h.3head \
25 25 assert.h.3head \
26 26 complex.h.3head \
27 27 cpio.h.3head \
28 28 dirent.h.3head \
29 29 errno.h.3head \
30 30 fcntl.h.3head \
31 31 fenv.h.3head \
32 32 float.h.3head \
33 33 floatingpoint.h.3head \
34 34 fmtmsg.h.3head \
35 35 fnmatch.h.3head \
36 36 ftw.h.3head \
37 37 glob.h.3head \
38 38 grp.h.3head \
39 39 iconv.h.3head \
40 40 if.h.3head \
41 41 in.h.3head \
42 42 inet.h.3head \
43 43 inttypes.h.3head \
44 44 ipc.h.3head \
45 45 iso646.h.3head \
46 46 langinfo.h.3head \
47 47 libgen.h.3head \
48 48 libintl.h.3head \
49 49 limits.h.3head \
50 50 locale.h.3head \
51 51 math.h.3head \
52 52 mman.h.3head \
53 53 monetary.h.3head \
54 54 mqueue.h.3head \
55 55 msg.h.3head \
56 56 ndbm.h.3head \
57 57 netdb.h.3head \
58 58 nl_types.h.3head \
59 59 poll.h.3head \
60 60 pthread.h.3head \
61 61 pwd.h.3head \
62 62 regex.h.3head \
63 63 resource.h.3head \
64 64 sched.h.3head \
65 65 search.h.3head \
66 66 select.h.3head \
67 67 sem.h.3head \
68 68 semaphore.h.3head \
69 69 setjmp.h.3head \
70 70 shm.h.3head \
71 71 siginfo.h.3head \
72 72 signal.h.3head \
73 73 socket.h.3head \
74 74 spawn.h.3head \
75 75 stat.h.3head \
76 76 statvfs.h.3head \
77 77 stdbool.h.3head \
78 78 stddef.h.3head \
79 79 stdint.h.3head \
80 80 stdio.h.3head \
81 81 stdlib.h.3head \
82 82 string.h.3head \
83 83 strings.h.3head \
84 84 stropts.h.3head \
85 85 syslog.h.3head \
86 86 tar.h.3head \
87 87 tcp.h.3head \
88 88 termios.h.3head \
89 89 tgmath.h.3head \
90 90 time.h.3head \
91 91 timeb.h.3head \
92 92 times.h.3head \
93 93 types.h.3head \
94 94 types32.h.3head \
95 95 ucontext.h.3head \
96 96 uio.h.3head \
↓ open down ↓ |
96 lines elided |
↑ open up ↑ |
97 97 ulimit.h.3head \
98 98 un.h.3head \
99 99 unistd.h.3head \
100 100 utime.h.3head \
101 101 utmpx.h.3head \
102 102 utsname.h.3head \
103 103 values.h.3head \
104 104 wait.h.3head \
105 105 wchar.h.3head \
106 106 wctype.h.3head \
107 - wordexp.h.3head
107 + wordexp.h.3head \
108 + xlocale.h.3head
108 109
109 110 MANLINKS= acct.3head \
110 111 aio.3head \
111 112 ar.3head \
112 113 archives.3head \
113 114 assert.3head \
114 115 complex.3head \
115 116 cpio.3head \
116 117 dirent.3head \
117 118 errno.3head \
118 119 fcntl.3head \
119 120 fenv.3head \
120 121 float.3head \
121 122 floatingpoint.3head \
122 123 fmtmsg.3head \
123 124 fnmatch.3head \
124 125 ftw.3head \
125 126 glob.3head \
126 127 grp.3head \
127 128 iconv.3head \
128 129 if.3head \
129 130 in.3head \
130 131 inet.3head \
131 132 inttypes.3head \
132 133 ipc.3head \
133 134 iso646.3head \
134 135 langinfo.3head \
135 136 libgen.3head \
136 137 libintl.3head \
137 138 limits.3head \
138 139 locale.3head \
139 140 math.3head \
140 141 mman.3head \
141 142 monetary.3head \
142 143 mqueue.3head \
143 144 msg.3head \
144 145 ndbm.3head \
145 146 netdb.3head \
146 147 nl_types.3head \
147 148 poll.3head \
148 149 pthread.3head \
149 150 pwd.3head \
150 151 regex.3head \
151 152 resource.3head \
152 153 sched.3head \
153 154 search.3head \
154 155 select.3head \
155 156 sem.3head \
156 157 semaphore.3head \
157 158 setjmp.3head \
158 159 shm.3head \
159 160 siginfo.3head \
160 161 signal.3head \
161 162 socket.3head \
162 163 spawn.3head \
163 164 stat.3head \
164 165 statvfs.3head \
165 166 stdbool.3head \
166 167 stddef.3head \
167 168 stdint.3head \
168 169 stdio.3head \
169 170 stdlib.3head \
170 171 string.3head \
171 172 strings.3head \
172 173 stropts.3head \
173 174 syslog.3head \
174 175 tar.3head \
175 176 tcp.3head \
176 177 termios.3head \
177 178 tgmath.3head \
178 179 time.3head \
179 180 timeb.3head \
180 181 times.3head \
181 182 types.3head \
182 183 types32.3head \
183 184 ucontext.3head \
184 185 uio.3head \
↓ open down ↓ |
67 lines elided |
↑ open up ↑ |
185 186 ulimit.3head \
186 187 un.3head \
187 188 unistd.3head \
188 189 utime.3head \
189 190 utmpx.3head \
190 191 utsname.3head \
191 192 values.3head \
192 193 wait.3head \
193 194 wchar.3head \
194 195 wctype.3head \
195 - wordexp.3head
196 + wordexp.3head \
197 + xlocale.3head
196 198
197 199 acct.3head := LINKSRC = acct.h.3head
198 200 aio.3head := LINKSRC = aio.h.3head
199 201 ar.3head := LINKSRC = ar.h.3head
200 202 archives.3head := LINKSRC = archives.h.3head
201 203 assert.3head := LINKSRC = assert.h.3head
202 204 complex.3head := LINKSRC = complex.h.3head
203 205 cpio.3head := LINKSRC = cpio.h.3head
204 206 dirent.3head := LINKSRC = dirent.h.3head
205 207 errno.3head := LINKSRC = errno.h.3head
206 208 fcntl.3head := LINKSRC = fcntl.h.3head
207 209 fenv.3head := LINKSRC = fenv.h.3head
208 210 float.3head := LINKSRC = float.h.3head
209 211 floatingpoint.3head := LINKSRC = floatingpoint.h.3head
210 212 fmtmsg.3head := LINKSRC = fmtmsg.h.3head
211 213 fnmatch.3head := LINKSRC = fnmatch.h.3head
212 214 ftw.3head := LINKSRC = ftw.h.3head
213 215 glob.3head := LINKSRC = glob.h.3head
214 216 grp.3head := LINKSRC = grp.h.3head
215 217 iconv.3head := LINKSRC = iconv.h.3head
216 218 if.3head := LINKSRC = if.h.3head
217 219 in.3head := LINKSRC = in.h.3head
218 220 inet.3head := LINKSRC = inet.h.3head
219 221 inttypes.3head := LINKSRC = inttypes.h.3head
220 222 ipc.3head := LINKSRC = ipc.h.3head
221 223 iso646.3head := LINKSRC = iso646.h.3head
222 224 langinfo.3head := LINKSRC = langinfo.h.3head
223 225 libgen.3head := LINKSRC = libgen.h.3head
224 226 libintl.3head := LINKSRC = libintl.h.3head
225 227 limits.3head := LINKSRC = limits.h.3head
226 228 locale.3head := LINKSRC = locale.h.3head
227 229 math.3head := LINKSRC = math.h.3head
228 230 mman.3head := LINKSRC = mman.h.3head
229 231 monetary.3head := LINKSRC = monetary.h.3head
230 232 mqueue.3head := LINKSRC = mqueue.h.3head
231 233 msg.3head := LINKSRC = msg.h.3head
232 234 ndbm.3head := LINKSRC = ndbm.h.3head
233 235 netdb.3head := LINKSRC = netdb.h.3head
234 236 nl_types.3head := LINKSRC = nl_types.h.3head
235 237 poll.3head := LINKSRC = poll.h.3head
236 238 pthread.3head := LINKSRC = pthread.h.3head
237 239 pwd.3head := LINKSRC = pwd.h.3head
238 240 regex.3head := LINKSRC = regex.h.3head
239 241 resource.3head := LINKSRC = resource.h.3head
240 242 sched.3head := LINKSRC = sched.h.3head
241 243 search.3head := LINKSRC = search.h.3head
242 244 select.3head := LINKSRC = select.h.3head
243 245 sem.3head := LINKSRC = sem.h.3head
244 246 semaphore.3head := LINKSRC = semaphore.h.3head
245 247 setjmp.3head := LINKSRC = setjmp.h.3head
246 248 shm.3head := LINKSRC = shm.h.3head
247 249 siginfo.3head := LINKSRC = siginfo.h.3head
248 250 signal.3head := LINKSRC = signal.h.3head
249 251 socket.3head := LINKSRC = socket.h.3head
250 252 spawn.3head := LINKSRC = spawn.h.3head
251 253 stat.3head := LINKSRC = stat.h.3head
252 254 statvfs.3head := LINKSRC = statvfs.h.3head
253 255 stdbool.3head := LINKSRC = stdbool.h.3head
254 256 stddef.3head := LINKSRC = stddef.h.3head
255 257 stdint.3head := LINKSRC = stdint.h.3head
256 258 stdio.3head := LINKSRC = stdio.h.3head
257 259 stdlib.3head := LINKSRC = stdlib.h.3head
258 260 string.3head := LINKSRC = string.h.3head
259 261 strings.3head := LINKSRC = strings.h.3head
260 262 stropts.3head := LINKSRC = stropts.h.3head
261 263 syslog.3head := LINKSRC = syslog.h.3head
262 264 tar.3head := LINKSRC = tar.h.3head
263 265 tcp.3head := LINKSRC = tcp.h.3head
264 266 termios.3head := LINKSRC = termios.h.3head
265 267 tgmath.3head := LINKSRC = tgmath.h.3head
266 268 time.3head := LINKSRC = time.h.3head
267 269 timeb.3head := LINKSRC = timeb.h.3head
268 270 times.3head := LINKSRC = times.h.3head
269 271 types.3head := LINKSRC = types.h.3head
270 272 types32.3head := LINKSRC = types32.h.3head
271 273 ucontext.3head := LINKSRC = ucontext.h.3head
272 274 uio.3head := LINKSRC = uio.h.3head
273 275 ulimit.3head := LINKSRC = ulimit.h.3head
↓ open down ↓ |
68 lines elided |
↑ open up ↑ |
274 276 un.3head := LINKSRC = un.h.3head
275 277 unistd.3head := LINKSRC = unistd.h.3head
276 278 utime.3head := LINKSRC = utime.h.3head
277 279 utmpx.3head := LINKSRC = utmpx.h.3head
278 280 utsname.3head := LINKSRC = utsname.h.3head
279 281 values.3head := LINKSRC = values.h.3head
280 282 wait.3head := LINKSRC = wait.h.3head
281 283 wchar.3head := LINKSRC = wchar.h.3head
282 284 wctype.3head := LINKSRC = wctype.h.3head
283 285 wordexp.3head := LINKSRC = wordexp.h.3head
286 +xlocale.3head := LINKSRC = xlocale.h.3head
284 287
285 288 .KEEP_STATE:
286 289
287 290 include $(SRC)/man/Makefile.man
288 291
289 292 install: $(ROOTMANFILES) $(ROOTMANLINKS)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX