Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r509 - in trunk: . man
Date: Sun, 26 Apr 2009 18:23:52
Message-Id: E1Ly913-0006Ba-TG@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-26 18:23:49 +0000 (Sun, 26 Apr 2009)
3 New Revision: 509
4
5 Modified:
6 trunk/ChangeLog
7 trunk/man/blas.eselect.5
8 trunk/man/cblas.eselect.5
9 trunk/man/lapack.eselect.5
10 trunk/man/opengl.eselect.5
11 Log:
12 Use man macros.
13
14 Modified: trunk/ChangeLog
15 ===================================================================
16 --- trunk/ChangeLog 2009-04-26 17:02:46 UTC (rev 508)
17 +++ trunk/ChangeLog 2009-04-26 18:23:49 UTC (rev 509)
18 @@ -1,7 +1,11 @@
19 2009-04-25 Ulrich Mueller <ulm@g.o>
20
21 * man/binutils.eselect.5:
22 + * man/blas.eselect.5:
23 + * man/cblas.eselect.5:
24 + * man/lapack.eselect.5:
25 * man/mailer.eselect.5:
26 + * man/opengl.eselect.5:
27 * man/profile.eselect.5: Use man macros.
28
29 * modules/news-tng.eselect: Yet another module for reading GLEP 42
30
31 Modified: trunk/man/blas.eselect.5
32 ===================================================================
33 --- trunk/man/blas.eselect.5 2009-04-26 17:02:46 UTC (rev 508)
34 +++ trunk/man/blas.eselect.5 2009-04-26 18:23:49 UTC (rev 509)
35 @@ -1,67 +1,99 @@
36 -.TH "ESELECT" "5" "June 2006" "Gentoo Linux" "eselect"
37 -.SH "NAME"
38 +.\" Copyright 2006-2009 Gentoo Foundation
39 +.\" Distributed under the terms of the GNU General Public License v2
40 +.\" $Id$
41 +.\"
42 +.TH blas.eselect 5 "April 2009" "Gentoo Linux" eselect
43 +.SH NAME
44 blas.eselect \- The BLAS management module for Gentoo's eselect
45 -.SH "SYNOPSIS"
46 -\fBeselect blas\fR [\fBhelp\fR|\fBusage\fR]
47 +.SH SYNOPSIS
48 +.B eselect blas
49 +.RB [ help | usage | version ]
50 .br
51 -\fBeselect blas\fR \fBlist\fR [\fIoptions\fR]
52 +.B eselect blas list
53 +.RI [ options ]
54 .br
55 -\fBeselect blas\fR \fBadd\fR
56 +.B eselect blas add
57 .br
58 -\fBeselect blas\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR]
59 +.B eselect blas set
60 +.I implementation
61 +.RI [ options ]
62 .br
63 -\fBeselect blas\fR \fBshow\fR [\fIoptions\fR]
64 -
65 -.SH "DESCRIPTION"
66 -\fBeselect\fR is Gentoo's configuration and management tool. It features
67 -modules that care for the individual administrative tasks.
68 -.SH "ACTION: LIST"
69 -\fBeselect blas list\fR [\fIoptions\fR]
70 +.B eselect blas show
71 +.RI [ options ]
72 +.SH DESCRIPTION
73 +.B eselect
74 +is Gentoo's configuration and management tool. It features modules
75 +that care for the individual administrative tasks.
76 +.SH ACTION: LIST
77 +.B eselect blas list
78 +.RI [ options ]
79 .br
80 -Displays an ordered list of installed BLAS implementations. It distinguishes between versions with different
81 -Application Binary Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
82 -between interfaces to high-level programming languages. Each line holds
83 -a number and the implementation's name. An asterisk next to one of the list
84 -elements denotes an active implementation.
85 +Display an ordered list of installed BLAS implementations.
86 +It distinguishes between versions with different Application Binary
87 +Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
88 +between interfaces to high-level programming languages. Each line
89 +holds a number and the implementation's name. An asterisk next to one
90 +of the list elements denotes an active implementation.
91
92 -phi / # eselect blas list
93 +# eselect blas list
94 .br
95 -Installed BLAS for libdir \fBlib\fR
96 +Installed BLAS for libdir lib
97 .br
98 [1] atlas *
99 [2] reference
100
101 -Possible \fIoptions\fR to the \fBlist\fR action are restrictions to
102 -handle only certain ABI\-specific library directories. For example,
103 +Possible
104 +.I options
105 +to the
106 +.B list
107 +action are restrictions to handle only certain ABI\-specific library
108 +directories. For example,
109
110 -\fBeselect blas list lib64\fR
111 +.B eselect blas list lib64
112
113 -lists only BLAS implementations found in \fB/usr/lib64\fR.
114 +lists only BLAS implementations found in
115 +.BR /usr/lib64 .
116
117 -.SH "ACTION: SHOW"
118 -\fBeselect blas show\fR [\fIoptions\fR]
119 +.SH ACTION: SHOW
120 +.B eselect blas show
121 +.RI [ options ]
122 .br
123 -Shows your system's currently active BLAS implementations.
124 +Show your system's currently active BLAS implementations.
125
126 -phi / # eselect blas show
127 +# eselect blas show
128 .br
129 lib: atlas
130 .br
131 lib64: reference
132
133 -The same \fIoptions\fR that apply to the \fBlist\fR action can be used
134 -with the \fBshow\fR action to restrict it to given ABIs.
135 -.SH "ACTION: SET"
136 -\fBeselect blas set\fR \fIimplementation\fR [\fIoptions\fR]
137 +The same
138 +.I options
139 +that apply to the
140 +.B list
141 +action can be used with the
142 +.B show
143 +action to restrict it to given ABIs.
144 +.SH ACTION: SET
145 +.B eselect blas set
146 +.I implementation
147 +.RI [ options ]
148 .br
149 -Sets your system's currently active BLAS implementations to \fIimplementation\fR.
150 -The same \fIoptions\fR that apply to the \fBlist\fR action can be used
151 -with the \fBset\fR action to restrict it to given ABIs.
152 +Set your system's currently active BLAS implementations to
153 +.IR implementation .
154 +The same
155 +.I options
156 +that apply to the
157 +.B list
158 +action can be used with the
159 +.B set
160 +action to restrict it to given ABIs.
161
162 -phi / # eselect blas set atlas
163 -.SH "AUTHOR"
164 +# eselect blas set atlas
165 +.SH AUTHOR
166 Danny van Dyk <kugelfang@g.o>
167 .br
168 Donnie Berkholz <spyderous@g.o>
169 -.SH "REVISION"
170 +.SH SEE ALSO
171 +.BR eselect (1)
172 +.SH REVISION
173 $Id$
174
175 Modified: trunk/man/cblas.eselect.5
176 ===================================================================
177 --- trunk/man/cblas.eselect.5 2009-04-26 17:02:46 UTC (rev 508)
178 +++ trunk/man/cblas.eselect.5 2009-04-26 18:23:49 UTC (rev 509)
179 @@ -1,67 +1,99 @@
180 -.TH "ESELECT" "5" "June 2006" "Gentoo Linux" "eselect"
181 -.SH "NAME"
182 +.\" Copyright 2006-2009 Gentoo Foundation
183 +.\" Distributed under the terms of the GNU General Public License v2
184 +.\" $Id$
185 +.\"
186 +.TH cblas.eselect 5 "April 2009" "Gentoo Linux" eselect
187 +.SH NAME
188 cblas.eselect \- The CBLAS management module for Gentoo's eselect
189 -.SH "SYNOPSIS"
190 -\fBeselect cblas\fR [\fBhelp\fR|\fBusage\fR]
191 +.SH SYNOPSIS
192 +.B eselect cblas
193 +.RB [ help | usage | version ]
194 .br
195 -\fBeselect cblas\fR \fBlist\fR [\fIoptions\fR]
196 +.B eselect cblas list
197 +.RI [ options ]
198 .br
199 -\fBeselect cblas\fR \fBadd\fR
200 +.B eselect cblas add
201 .br
202 -\fBeselect cblas\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR]
203 +.B eselect cblas set
204 +.I implementation
205 +.RI [ options ]
206 .br
207 -\fBeselect cblas\fR \fBshow\fR [\fIoptions\fR]
208 -
209 -.SH "DESCRIPTION"
210 -\fBeselect\fR is Gentoo's configuration and management tool. It features
211 -modules that care for the individual administrative tasks.
212 -.SH "ACTION: LIST"
213 -\fBeselect cblas list\fR [\fIoptions\fR]
214 +.B eselect cblas show
215 +.RI [ options ]
216 +.SH DESCRIPTION
217 +.B eselect
218 +is Gentoo's configuration and management tool. It features modules
219 +that care for the individual administrative tasks.
220 +.SH ACTION: LIST
221 +.B eselect cblas list
222 +.RI [ options ]
223 .br
224 -Displays an ordered list of installed CBLAS implementations. It distinguishes between versions with different
225 -Application Binary Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
226 -between interfaces to high-level programming languages. Each line holds
227 -a number and the implementation's name. An asterisk next to one of the list
228 -elements denotes an active implementation.
229 +Display an ordered list of installed CBLAS implementations.
230 +It distinguishes between versions with different Application Binary
231 +Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
232 +between interfaces to high-level programming languages. Each line
233 +holds a number and the implementation's name. An asterisk next to one
234 +of the list elements denotes an active implementation.
235
236 -phi / # eselect cblas list
237 +# eselect cblas list
238 .br
239 -Installed CBLAS for libdir \fBlib\fR
240 +Installed CBLAS for libdir lib
241 .br
242 [1] atlas *
243 [2] reference
244
245 -Possible \fIoptions\fR to the \fBlist\fR action are restrictions to
246 -handle only certain ABI\-specific library directories. For example,
247 +Possible
248 +.I options
249 +to the
250 +.B list
251 +action are restrictions to handle only certain ABI\-specific library
252 +directories. For example,
253
254 -\fBeselect cblas list lib64\fR
255 +.B eselect cblas list lib64
256
257 -lists only CBLAS implementations found in \fB/usr/lib64\fR.
258 +lists only CBLAS implementations found in
259 +.BR /usr/lib64 .
260
261 -.SH "ACTION: SHOW"
262 -\fBeselect cblas show\fR [\fIoptions\fR]
263 +.SH ACTION: SHOW
264 +.B eselect cblas show
265 +.RI [ options ]
266 .br
267 -Shows your system's currently active CBLAS implementations.
268 +Show your system's currently active CBLAS implementations.
269
270 -phi / # eselect cblas show
271 +# eselect cblas show
272 .br
273 lib: atlas
274 .br
275 lib64: reference
276
277 -The same \fIoptions\fR that apply to the \fBlist\fR action can be used
278 -with the \fBshow\fR action to restrict it to given ABIs.
279 -.SH "ACTION: SET"
280 -\fBeselect cblas set\fR \fIimplementation\fR [\fIoptions\fR]
281 +The same
282 +.I options
283 +that apply to the
284 +.B list
285 +action can be used with the
286 +.B show
287 +action to restrict it to given ABIs.
288 +.SH ACTION: SET
289 +.B eselect cblas set
290 +.I implementation
291 +.RI [ options ]
292 .br
293 -Sets your system's currently active CBLAS implementations to \fIimplementation\fR.
294 -The same \fIoptions\fR that apply to the \fBlist\fR action can be used
295 -with the \fBset\fR action to restrict it to given ABIs.
296 +Set your system's currently active CBLAS implementations to
297 +.IR implementation .
298 +The same
299 +.I options
300 +that apply to the
301 +.B list
302 +action can be used with the
303 +.B set
304 +action to restrict it to given ABIs.
305
306 -phi / # eselect cblas set atlas
307 -.SH "AUTHOR"
308 +# eselect cblas set atlas
309 +.SH AUTHOR
310 Danny van Dyk <kugelfang@g.o>
311 .br
312 Donnie Berkholz <spyderous@g.o>
313 -.SH "REVISION"
314 +.SH SEE ALSO
315 +.BR eselect (1)
316 +.SH REVISION
317 $Id$
318
319 Modified: trunk/man/lapack.eselect.5
320 ===================================================================
321 --- trunk/man/lapack.eselect.5 2009-04-26 17:02:46 UTC (rev 508)
322 +++ trunk/man/lapack.eselect.5 2009-04-26 18:23:49 UTC (rev 509)
323 @@ -1,67 +1,99 @@
324 -.TH "ESELECT" "5" "June 2006" "Gentoo Linux" "eselect"
325 -.SH "NAME"
326 +.\" Copyright 2006-2009 Gentoo Foundation
327 +.\" Distributed under the terms of the GNU General Public License v2
328 +.\" $Id$
329 +.\"
330 +.TH lapack.eselect 5 "April 2009" "Gentoo Linux" eselect
331 +.SH NAME
332 lapack.eselect \- The LAPACK management module for Gentoo's eselect
333 -.SH "SYNOPSIS"
334 -\fBeselect lapack\fR [\fBhelp\fR|\fBusage\fR]
335 +.SH SYNOPSIS
336 +.B eselect lapack
337 +.RB [ help | usage | version ]
338 .br
339 -\fBeselect lapack\fR \fBlist\fR [\fIoptions\fR]
340 +.B eselect lapack list
341 +.RI [ options ]
342 .br
343 -\fBeselect lapack\fR \fBadd\fR
344 +.B eselect lapack add
345 .br
346 -\fBeselect lapack\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR]
347 +.B eselect lapack set
348 +.I implementation
349 +.RI [ options ]
350 .br
351 -\fBeselect lapack\fR \fBshow\fR [\fIoptions\fR]
352 -
353 -.SH "DESCRIPTION"
354 -\fBeselect\fR is Gentoo's configuration and management tool. It features
355 -modules that care for the individual administrative tasks.
356 -.SH "ACTION: LIST"
357 -\fBeselect lapack list\fR [\fIoptions\fR]
358 +.B eselect lapack show
359 +.RI [ options ]
360 +.SH DESCRIPTION
361 +.B eselect
362 +is Gentoo's configuration and management tool. It features modules
363 +that care for the individual administrative tasks.
364 +.SH ACTION: LIST
365 +.B eselect lapack list
366 +.RI [ options ]
367 .br
368 -Displays an ordered list of installed LAPACK implementations. It distinguishes between versions with different
369 -Application Binary Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
370 -between interfaces to high-level programming languages. Each line holds
371 -a number and the implementation's name. An asterisk next to one of the list
372 -elements denotes an active implementation.
373 +Display an ordered list of installed LAPACK implementations.
374 +It distinguishes between versions with different Application Binary
375 +Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
376 +between interfaces to high-level programming languages. Each line
377 +holds a number and the implementation's name. An asterisk next to one
378 +of the list elements denotes an active implementation.
379
380 -phi / # eselect lapack list
381 +# eselect lapack list
382 .br
383 -Installed LAPACK for libdir \fBlib\fR
384 +Installed LAPACK for libdir lib
385 .br
386 [1] atlas *
387 [2] reference
388
389 -Possible \fIoptions\fR to the \fBlist\fR action are restrictions to
390 -handle only certain ABI\-specific library directories. For example,
391 +Possible
392 +.I options
393 +to the
394 +.B list
395 +action are restrictions to handle only certain ABI\-specific library
396 +directories. For example,
397
398 -\fBeselect lapack list lib64\fR
399 +.B eselect lapack list lib64
400
401 -lists only LAPACK implementations found in \fB/usr/lib64\fR.
402 +lists only LAPACK implementations found in
403 +.BR /usr/lib64 .
404
405 -.SH "ACTION: SHOW"
406 -\fBeselect lapack show\fR [\fIoptions\fR]
407 +.SH ACTION: SHOW
408 +.B eselect lapack show
409 +.RI [ options ]
410 .br
411 -Shows your system's currently active LAPACK implementations.
412 +Show your system's currently active LAPACK implementations.
413
414 -phi / # eselect lapack show
415 +# eselect lapack show
416 .br
417 lib: atlas
418 .br
419 lib64: reference
420
421 -The same \fIoptions\fR that apply to the \fBlist\fR action can be used
422 -with the \fBshow\fR action to restrict it to given ABIs.
423 -.SH "ACTION: SET"
424 -\fBeselect lapack set\fR \fIimplementation\fR [\fIoptions\fR]
425 +The same
426 +.I options
427 +that apply to the
428 +.B list
429 +action can be used with the
430 +.B show
431 +action to restrict it to given ABIs.
432 +.SH ACTION: SET
433 +.B eselect lapack set
434 +.I implementation
435 +.RI [ options ]
436 .br
437 -Sets your system's currently active LAPACK implementations to \fIimplementation\fR.
438 -The same \fIoptions\fR that apply to the \fBlist\fR action can be used
439 -with the \fBset\fR action to restrict it to given ABIs.
440 +Set your system's currently active LAPACK implementations to
441 +.IR implementation .
442 +The same
443 +.I options
444 +that apply to the
445 +.B list
446 +action can be used with the
447 +.B set
448 +action to restrict it to given ABIs.
449
450 -phi / # eselect lapack set atlas
451 -.SH "AUTHOR"
452 +# eselect lapack set atlas
453 +.SH AUTHOR
454 Danny van Dyk <kugelfang@g.o>
455 .br
456 Donnie Berkholz <spyderous@g.o>
457 -.SH "REVISION"
458 +.SH SEE ALSO
459 +.BR eselect (1)
460 +.SH REVISION
461 $Id$
462
463 Modified: trunk/man/opengl.eselect.5
464 ===================================================================
465 --- trunk/man/opengl.eselect.5 2009-04-26 17:02:46 UTC (rev 508)
466 +++ trunk/man/opengl.eselect.5 2009-04-26 18:23:49 UTC (rev 509)
467 @@ -1,55 +1,76 @@
468 -.TH "ESELECT" "5" "April 2005" "Gentoo Linux" "eselect"
469 -.SH "NAME"
470 +.\" Copyright 2005-2009 Gentoo Foundation
471 +.\" Distributed under the terms of the GNU General Public License v2
472 +.\" $Id$
473 +.\"
474 +.TH opengl.eselect 5 "April 2009" "Gentoo Linux" eselect
475 +.SH NAME
476 opengl.eselect \- The OpenGL management module for Gentoo's eselect
477 -.SH "SYNOPSIS"
478 -\fBeselect opengl\fR [\fBhelp\fR|\fBusage\fR]
479 +.SH SYNOPSIS
480 +.B eselect opengl
481 +.RB [ help | usage | version ]
482 .br
483 -\fBeselect opengl\fR \fBlist\fR
484 +.B eselect opengl list
485 .br
486 -\fBeselect opengl\fR \fBset\fR [\fIoptions\fR] \fIimplementation\fR
487 +.B eselect opengl set
488 +.RI [ options ]
489 +.I implementation
490 .br
491 -\fBeselect opengl\fR \fBshow\fR
492 -.SH "DESCRIPTION"
493 -\fBeselect\fR is Gentoo's configuration and management tool. It features
494 -modules that care for the individual administrative tasks.
495 -.SH "ACTION: LIST"
496 -\fBeselect opengl list\fR
497 +.B eselect opengl show
498 +.SH DESCRIPTION
499 +.B eselect
500 +is Gentoo's configuration and management tool. It features modules
501 +that care for the individual administrative tasks.
502 +.SH ACTION: LIST
503 +.B eselect opengl list
504 .br
505 -phi / # eselect opengl list
506 -Displays a numbered list of all available OpenGL implementations. The currently actived implementation
507 -is highlighted by a '*'.
508 +Display a numbered list of all available OpenGL implementations.
509 +The currently actived implementation is highlighted by a '*'.
510 +
511 +# eselect opengl list
512 .br
513 Available OpenGL implementations:
514 [1] ati *
515 [2] xfree
516 [3] xorg\-x11
517 -.SH "ACTION: SHOW"
518 -\fBeselect opengl show\fR
519 +.SH ACTION: SHOW
520 +.B eselect opengl show
521 .br
522 -Shows your system's currently active OpenGL implementation.
523 +Show your system's currently active OpenGL implementation.
524 +
525 +# eselect opengl show
526 .br
527 -phi / # eselect opengl show
528 ati
529 -.SH "ACTION: SET"
530 -\fBeselect opengl set\fR [\fIoptions\fR] \fIimplementation\fR
531 +.SH ACTION: SET
532 +.B eselect opengl set
533 +.RI [ options ]
534 +.I implementation
535 .br
536 -Sets your system's currently active BLAS implementations to implementation.
537 +Set your system's currently active OpenGL implementation to
538 +.IR implementation .
539 .br
540 Extra options:
541 .TP
542 -\fI\-\-use\-old\fR
543 +.B \-\-use\-old
544 If an implementation is already set, use that one.
545 .TP
546 -\fI\-\-prefix=\fBvalue\fR
547 -Sets the source prefix to \fBvalue\fR (defaults to \fB/usr\fR)
548 +.BI \-\-prefix =value
549 +Set the source prefix to
550 +.I value
551 +(defaults to
552 +.BR /usr ).
553 .TP
554 -\fI\-\-dst\-prefix=\fBvalue\fR
555 -Sets the destination prefix to \fBvalue\fR (defaults to \fB/usr\fR)
556 +.BI \-\-dst\-prefix =value
557 +Set the destination prefix to
558 +.I value
559 +(defaults to
560 +.BR /usr ).
561 .TP
562 -\fI\-\-impl\-headers\fR
563 -Use headers provided by this implementation to override golbal ones provided by
564 -opengl\-update. This was default in <opengl\-update\-2.2.
565 -.SH "AUTHOR"
566 +.B \-\-impl\-headers
567 +Use headers provided by this implementation to override golbal ones
568 +provided by opengl\-update. This was default in <opengl\-update\-2.2.
569 +.SH AUTHOR
570 Danny van Dyk <kugelfang@g.o>
571 -.SH "REVISION"
572 +.SH SEE ALSO
573 +.BR eselect (1)
574 +.SH REVISION
575 $Id$