Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r492 - in trunk: . man
Date: Wed, 22 Apr 2009 22:18:45
Message-Id: E1LwkmA-0004Qj-74@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-22 22:18:41 +0000 (Wed, 22 Apr 2009)
3 New Revision: 492
4
5 Modified:
6 trunk/ChangeLog
7 trunk/man/bashcomp.eselect.5
8 trunk/man/editor.eselect.5
9 trunk/man/env.eselect.5
10 trunk/man/eselect.1
11 trunk/man/kernel.eselect.5
12 trunk/man/pager.eselect.5
13 trunk/man/rc.eselect.5
14 trunk/man/visual.eselect.5
15 Log:
16 Various small changes to man pages.
17
18 Modified: trunk/ChangeLog
19 ===================================================================
20 --- trunk/ChangeLog 2009-04-22 16:17:20 UTC (rev 491)
21 +++ trunk/ChangeLog 2009-04-22 22:18:41 UTC (rev 492)
22 @@ -1,3 +1,16 @@
23 +2009-04-23 Ulrich Mueller <ulm@g.o>
24 +
25 + * man/eselect.1: Update, "list-modules" is now "modules list".
26 +
27 + * man/rc.eselect.5: Document latest changes in "show" action.
28 +
29 + * man/eselect.1:
30 + * man/bashcomp.eselect.5:
31 + * man/env.eselect.5:
32 + * man/kernel.eselect.5:
33 + * man/rc.eselect.5: Fix usage of bold and italic text. Fix title.
34 + Use man macros instead of low-level roff formatting.
35 +
36 2009-04-21 Ulrich Mueller <ulm@g.o>
37
38 * libs/core.bash.in (do_action): Call "shift" twice instead of
39
40 Modified: trunk/man/bashcomp.eselect.5
41 ===================================================================
42 --- trunk/man/bashcomp.eselect.5 2009-04-22 16:17:20 UTC (rev 491)
43 +++ trunk/man/bashcomp.eselect.5 2009-04-22 22:18:41 UTC (rev 492)
44 @@ -1,44 +1,69 @@
45 -.TH "ESELECT" "5" "June 2005" "Gentoo Linux" "eselect"
46 -.SH "NAME"
47 -bashcomp\.eselect \- Manage contributed bash-completion scripts
48 -.SH "SYNOPSIS"
49 -\fBeselect bashcomp\fR [\fBhelp\fR|\fBusage\fR]
50 +.\" Copyright 2005-2009 Gentoo Foundation
51 +.\" Distributed under the terms of the GNU General Public License v2
52 +.\" $Id$
53 +.\"
54 +.TH bashcomp.eselect 5 "April 2009" "Gentoo Linux" eselect
55 +.SH NAME
56 +bashcomp.eselect \- Manage contributed bash-completion scripts
57 +.SH SYNOPSIS
58 +.B eselect bashcomp
59 +.RB [ help | usage | version ]
60 .br
61 -\fBeselect bashcomp\fR \fBlist\fR [\fB\-\-global\fR]
62 +.B eselect bashcomp list
63 +.RB [ \-\-global ]
64 .br
65 -\fBeselect bashcomp\fR \fBenable\fR [\fB\-\-global\fR] \fIbashcomp1 bashcomp2\fR
66 +.B eselect bashcomp enable
67 +.RB [ \-\-global ]
68 +.RI [ bashcomp ...]
69 .br
70 -\fBeselect bashcomp\fR \fBdisable\fR [\fB\-\-global\fR] \fIbashcomp1 bashcomp2\fR
71 -
72 -.SH "DESCRIPTION"
73 -\fBeselect\fR is Gentoo's configuration and management tool. It features
74 -modules that care for individual administrative tasks.
75 -.SH "ACTION: LIST"
76 -\fBeselect bashcomp list\fR [\fB\-\-global\fR]
77 +.B eselect bashcomp disable
78 +.RB [ \-\-global ]
79 +.RI [ bashcomp ...]
80 +.SH DESCRIPTION
81 +.B eselect
82 +is Gentoo's configuration and management tool. It features modules
83 +that care for individual administrative tasks.
84 +.SH ACTION: LIST
85 +.B eselect bashcomp list
86 +.RB [ \-\-global ]
87 .br
88 -Displays a list of available contributed bash-completion scripts. Enabled
89 -bash-completions are marked with a '*'. If the \fB\-\-global\fR option is
90 -specified, list globally enabled completions.
91 +Display a list of available contributed bash-completion scripts.
92 +Enabled bash-completions are marked with a '*'. If the
93 +.B \-\-global
94 +option is specified, list globally enabled completions.
95
96 $ eselect bashcomp list
97 .br
98 Available completions:
99 [1] bitkeeper
100 [2] cowsay *
101 -.SH "ACTION: ENABLE"
102 -\fBeselect bashcomp enable\fR [\fB\-\-global\fR] \fIbashcomp1 bashcomp2\fR
103 +.SH ACTION: ENABLE
104 +.B eselect bashcomp enable
105 +.RB [ \-\-global ]
106 +.RI [ bashcomp ...]
107 .br
108 -.br
109 -Enable the specified completion(s). Arguments may be a completion name or
110 -a corresponding number produced by \fBeselect bashcomp list\fR. If the \fB\-\-global\fR
111 +Enable the specified completion(s). Arguments may be a completion
112 +name or a corresponding number produced by
113 +.B eselect bashcomp
114 +.BR list .
115 +If the
116 +.B \-\-global
117 option is specified, enable globally (for all users).
118 -.SH "ACTION: DISABLE"
119 -\fBeselect bashcomp disable\fR [\fB\-\-global\fR] \fIbashcomp1 bashcomp2\fR
120 +.SH ACTION: DISABLE
121 +.B eselect bashcomp disable
122 +.RB [ \-\-global ]
123 +.RI [ bashcomp ...]
124 .br
125 -Disable the specified completion(s). Arguments may be a completion name or
126 -a corresponding number produced by \fBeselect bashcomp list\fR. If the \fB\-\-global\fR
127 +Disable the specified completion(s). Arguments may be a completion
128 +name or a corresponding number produced by
129 +.B eselect bashcomp
130 +.BR list .
131 +If the
132 +.B \-\-global
133 option is specified, disable globally (for all users).
134 -.SH "AUTHORS"
135 +.SH AUTHOR
136 Aaron Walker <ka0ttic@g.o>
137 -.SH "REVISION"
138 +.SH SEE ALSO
139 +.BR eselect (1)
140 +.SH REVISION
141 $Id$
142
143 Modified: trunk/man/editor.eselect.5
144 ===================================================================
145 --- trunk/man/editor.eselect.5 2009-04-22 16:17:20 UTC (rev 491)
146 +++ trunk/man/editor.eselect.5 2009-04-22 22:18:41 UTC (rev 492)
147 @@ -2,7 +2,7 @@
148 .\" Distributed under the terms of the GNU General Public License v2
149 .\" $Id$
150 .\"
151 -.TH ESELECT 5 "April 2009" "Gentoo Linux" eselect
152 +.TH editor.eselect 5 "April 2009" "Gentoo Linux" eselect
153 .SH NAME
154 editor.eselect \- The EDITOR management module for Gentoo's eselect
155 .SH SYNOPSIS
156
157 Modified: trunk/man/env.eselect.5
158 ===================================================================
159 --- trunk/man/env.eselect.5 2009-04-22 16:17:20 UTC (rev 491)
160 +++ trunk/man/env.eselect.5 2009-04-22 22:18:41 UTC (rev 492)
161 @@ -1,22 +1,38 @@
162 -.TH "ESELECT" "5" "April 2005" "Gentoo Linux" "eselect"
163 -.SH "NAME"
164 -env.eselect \- The environment and ld.so.cache management module for Gentoo's eselect
165 -.SH "SYNOPSIS"
166 -\fBeselect env\fR [\fBhelp\fR|\fBusage\fR]
167 +.\" Copyright 2005-2009 Gentoo Foundation
168 +.\" Distributed under the terms of the GNU General Public License v2
169 +.\" $Id$
170 +.\"
171 +.TH env.eselect 5 "April 2009" "Gentoo Linux" eselect
172 +.SH NAME
173 +env.eselect \- The environment and ld.so.cache management module for
174 +Gentoo's eselect
175 +.SH SYNOPSIS
176 +.B eselect env
177 +.RB [ help | usage | version ]
178 .br
179 -\fBeselect env\fR \fBupdate\fR
180 -.SH "DESCRIPTION"
181 -\fBeselect\fR is Gentoo's configuration and management tool. It features
182 -modules that care for the individual administrative tasks.
183 -.SH "ACTION: UPDATE"
184 -\fBeselect env update\fR [\fImakelinks\fR]
185 +.B eselect env update
186 +.RB [ makelinks | noldconfig ]
187 +.SH DESCRIPTION
188 +.B eselect
189 +is Gentoo's configuration and management tool. It features modules
190 +that care for the individual administrative tasks.
191 +.SH ACTION: UPDATE
192 +.B eselect env update
193 +.RB [ makelinks | noldconfig ]
194 .br
195 -Parses all files in /etc/env.d/ for their environment variables and assembles them to one file (/etc/profile.{env,csh}). Further, it creates ld.so.conf/ld\-elf.so.hints and prelink.conf based on the collected vars.
196 +Parses all files in /etc/env.d/ for their environment variables and
197 +assembles them to one file (/etc/profile.{env,csh}).
198 +Further, it creates ld.so.conf/ld\-elf.so.hints and prelink.conf based
199 +on the collected vars, unless option
200 +.B noldconfig
201 +is specified.
202
203 -phi / # eselect env update
204 +# eselect env update
205 .br
206 Regenerating /etc/ld.so.cache...
207 -.SH "AUTHOR"
208 +.SH AUTHOR
209 Danny van Dyk <kugelfang@g.o>
210 -.SH "REVISION"
211 +.SH SEE ALSO
212 +.BR eselect (1)
213 +.SH REVISION
214 $Id$
215
216 Modified: trunk/man/eselect.1
217 ===================================================================
218 --- trunk/man/eselect.1 2009-04-22 16:17:20 UTC (rev 491)
219 +++ trunk/man/eselect.1 2009-04-22 22:18:41 UTC (rev 492)
220 @@ -1,61 +1,55 @@
221 -.TH "ESELECT" "1" "April 2005" "Gentoo Linux" "eselect"
222 -.SH "NAME"
223 -\fBeselect\fR \- Gentoo's multi\-purpose configuration and managment tool
224 -.SH "SYNOPSIS"
225 -\fBeselect\fR <\fIglobal options\fR> <\fImodule\fR> <\fImodule options\fR>
226 -.SH "DESCRIPTION"
227 -\fBeselect\fR is Gentoo's configuration and management tool. It features
228 -modules that care for individual administrative tasks.
229 -.SH "OPTIONS"
230 -.B "\-\-no-color, \-\-no-colour"
231 +.\" Copyright 2005-2009 Gentoo Foundation
232 +.\" Distributed under the terms of the GNU General Public License v2
233 +.\" $Id$
234 +.\"
235 +.TH ESELECT 1 "April 2009" "Gentoo Linux" eselect
236 +.SH NAME
237 +eselect \- Gentoo's multi\-purpose configuration and management tool
238 +.SH SYNOPSIS
239 +.B eselect
240 +.RI [ "global options" ]
241 +.I module
242 +.RI [ action ]
243 +.SH DESCRIPTION
244 +.B eselect
245 +is Gentoo's configuration and management tool. It features modules
246 +that care for individual administrative tasks.
247 +.SH OPTIONS
248 +.TP
249 +.BR \-\-no-color ", " \-\-no-colour
250 Disable coloured output.
251 -.SH "BUILT-INS"
252 +.SH BUILT-INS
253 .TP
254 -\fIhelp\fR
255 +.B help
256 Displays a help screen listing all built\-ins and the installed modules.
257 .TP
258 -\fIlist\-modules\fR
259 -Lists only the installed modules.
260 -.TP
261 -\fIusage\fR
262 +.B usage
263 Displays a minimal help screen.
264 .TP
265 -\fIversion\fR
266 +.B version
267 Prints eselect's version tag.
268 -.SH "MODULES"
269 +.SH MODULES
270 You can view a list of installed modules using
271 -.ad
272 -.hy
273 -.ad l
274 -.hy 0
275 -.HP 14
276 -\fBeselect\fR \fIlist\-modules\fR
277 -.ad
278 -.hy
279 -.ad l
280 -.hy 0
281 -.HP 14
282 +.IP
283 +.B eselect modules list
284 +.PP
285 For individual help on each module, please run
286 -.ad
287 -.hy
288 -.ad l
289 -.hy 0
290 -.HP 14
291 -\fBeselect\fR \fImodule\fR
292 -.ad
293 -.hy
294 -.ad l
295 -.hy 0
296 -.HP 14
297 -or refer to the manpage \fImodule\fR.eselect(5)
298 -.SH "FULL DOCUMENTATION"
299 +.IP
300 +.B eselect
301 +.I module
302 +.B help
303 +.PP
304 +or refer to the manpage
305 +.IB module .eselect
306 +(5)
307 +.SH FULL DOCUMENTATION
308 Full user and developer documentation is included in Restructured Text (RST)
309 -format. The 'html' Make target can be used to generate HTML versions.
310 -.SH "AUTHORS"
311 +format. The 'html' Make target can be used to generate HTML versions.
312 +.SH AUTHORS
313 Danny van Dyk <kugelfang@g.o>
314 .br
315 Ciaran McCreesh <ciaranm@g.o>
316 .br
317 Aaron Walker <ka0ttic@g.o>
318 -.SH "CVS HEADER"
319 +.SH REVISION
320 $Id$
321
322 Modified: trunk/man/kernel.eselect.5
323 ===================================================================
324 --- trunk/man/kernel.eselect.5 2009-04-22 16:17:20 UTC (rev 491)
325 +++ trunk/man/kernel.eselect.5 2009-04-22 22:18:41 UTC (rev 492)
326 @@ -1,23 +1,29 @@
327 -.TH "ESELECT" "5" "October 2005", "Gentoo Linux" "eselect"
328 -.SH "NAME"
329 -kernel\.eselect \- The kernel symlink management module for Gentoo's eselect
330 -.SH "SYNOPSIS"
331 -\fBeselect kernel\fR [\fBhelp\fR|\fBusage\fR]
332 +.\" Copyright 2005-2009 Gentoo Foundation
333 +.\" Distributed under the terms of the GNU General Public License v2
334 +.\" $Id$
335 +.\"
336 +.TH kernel.eselect 5 "April 2009" "Gentoo Linux" eselect
337 +.SH NAME
338 +kernel.eselect \- The kernel symlink management module for Gentoo's eselect
339 +.SH SYNOPSIS
340 +.B eselect kernel
341 +.RB [ help | usage | version ]
342 .br
343 -\fBeselect kernel\fR \fBlist\fR
344 +.B eselect kernel list
345 .br
346 -\fBeselect kernel\fR \fBset\fR \fItarget\fR
347 +.B eselect kernel set
348 +.I target
349 .br
350 -\fBeselect kernel\fR \fBshow\fR
351 -
352 -.SH "DESCRIPTION"
353 -\fBeselect\fR is Gentoo's configuration and management tool. It features
354 -modules that care for the individual administrative tasks.
355 -.SH "ACTION: LIST"
356 -\fBeselect kernel list\fR
357 +.B eselect kernel show
358 +.SH DESCRIPTION
359 +.B eselect
360 +is Gentoo's configuration and management tool. It features modules
361 +that care for the individual administrative tasks.
362 +.SH ACTION: LIST
363 +.B select kernel list
364 .br
365 -Displays an ordered list of available kernels. An asterisk next to one of
366 -the list elements denotes the currently selected kernel.
367 +Display an ordered list of available kernels. An asterisk next to one
368 +of the list elements denotes the currently selected kernel.
369
370 # eselect kernel list
371 .br
372 @@ -25,17 +31,24 @@
373 [1] linux-2.6.11.11
374 [2] linux-2.6.12.5 *
375 [3] linux-2.6.13-rc6
376 -.SH "ACTION: SET"
377 -\fBeselect kernel set\fR \fItarget\fR
378 +.SH ACTION: SET
379 +.B eselect kernel set
380 +.I target
381 .br
382 -Set /usr/src/linux symlink to point to the specified kernel name, \fItarget\fR.
383 -The \fItarget\fR argument may be a kernel name or it's associated number (displayed
384 -in \fBeselect kernel list\fR output).
385 -.SH "ACTION: SHOW"
386 -\fBeselect kernel show\fR
387 +Set /usr/src/linux symlink to point to the specified kernel name,
388 +.IR target .
389 +The
390 +.I target
391 +argument may be a kernel name or it's associated number (displayed in
392 +.B eselect kernel list
393 +output).
394 +.SH ACTION: SHOW
395 +.B eselect kernel show
396 .br
397 Show the currently selected kernel.
398 -.SH "AUTHORS"
399 +.SH AUTHOR
400 Aaron Walker <ka0ttic@g.o>
401 -.SH "REVISION"
402 +.SH SEE ALSO
403 +.BR eselect (1)
404 +.SH REVISION
405 $Id$
406
407 Modified: trunk/man/pager.eselect.5
408 ===================================================================
409 --- trunk/man/pager.eselect.5 2009-04-22 16:17:20 UTC (rev 491)
410 +++ trunk/man/pager.eselect.5 2009-04-22 22:18:41 UTC (rev 492)
411 @@ -2,7 +2,7 @@
412 .\" Distributed under the terms of the GNU General Public License v2
413 .\" $Id$
414 .\"
415 -.TH ESELECT 5 "April 2009" "Gentoo Linux" eselect
416 +.TH pager.eselect 5 "April 2009" "Gentoo Linux" eselect
417 .SH NAME
418 pager.eselect \- The PAGER management module for Gentoo's eselect
419 .SH SYNOPSIS
420
421 Modified: trunk/man/rc.eselect.5
422 ===================================================================
423 --- trunk/man/rc.eselect.5 2009-04-22 16:17:20 UTC (rev 491)
424 +++ trunk/man/rc.eselect.5 2009-04-22 22:18:41 UTC (rev 492)
425 @@ -1,34 +1,65 @@
426 -.TH "ESELECT" "5" "April 2005" "Gentoo Linux" "eselect"
427 -.SH "NAME"
428 +.\" Copyright 2005-2009 Gentoo Foundation
429 +.\" Distributed under the terms of the GNU General Public License v2
430 +.\" $Id$
431 +.\"
432 +.TH rc.eselect 5 "April 2009" "Gentoo Linux" eselect
433 +.SH NAME
434 rc.eselect \- Runlevel configuration module
435 -.SH "SYNOPSIS"
436 -\fBeselect rc\fR [\fBhelp\fR|\fBusage\fR]
437 +.SH SYNOPSIS
438 +.B eselect rc
439 +.RB [ help | usage | version ]
440 .br
441 -\fBeselect rc\fR \fBadd\fR \fIscript\fR [\fIrunlevel\fR [\fIrunlevel\fR ...]]
442 +.B eselect rc add
443 +.I script
444 +.RI [ runlevel ...]
445 .br
446 -\fBeselect rc\fR \fBdelete\fR \fIscript\fR [\fIrunlevel\fR [\fIrunlevel\fR ...]]
447 +.B eselect rc delete
448 +.I script
449 +.RI [ runlevel ...]
450 .br
451 -\fBeselect rc\fR \fBlist\fR [\fIrunlevel\fR]
452 +.B eselect rc list
453 +.RI [ runlevel ]
454 .br
455 -\fBeselect rc\fR \fBpause\fR \fIscript\fR [\fIscript\fR [\fIscript\fR ...]]
456 +.B eselect rc pause
457 +.I script
458 +.RI [ script ...]
459 .br
460 -\fBeselect rc\fR \fBrestart\fR \fIscript\fR [\fIscript\fR [\fIscript\fR ...]]
461 +.B eselect rc restart
462 +.I script
463 +.RI [ script ...]
464 .br
465 -\fBeselect rc\fR \fBshow\fR
466 +.B eselect rc show
467 +.RI [ runlevel ...]
468 .br
469 -\fBeselect rc\fR \fBstart\fR \fIscript\fR [\fIscript\fR [\fIscript\fR ...]]
470 +.B eselect rc start
471 +.I script
472 +.RI [ script ...]
473 .br
474 -\fBeselect rc\fR \fBstop\fR \fIscript\fR [\fIscript\fR [\fIscript\fR ...]]
475 -.SH "DESCRIPTION"
476 -\fBeselect\fR is Gentoo's configuration and management tool. It features
477 -modules that care for the individual administrative tasks.
478 -.SH "ACTION: ADD"
479 -\fBeselect rc add\fR \fIscript\fR [\fIrunlevel\fR [\fIrunlevel\fR ...]]
480 +.B eselect rc stop
481 +.I script
482 +.RI [ script ...]
483 +.SH DESCRIPTION
484 +.B eselect
485 +is Gentoo's configuration and management tool. It features modules
486 +that care for the individual administrative tasks.
487 +.SH ACTION: ADD
488 +.B eselect rc add
489 +.I script
490 +.RI [ runlevel ...]
491 .br
492 -Add \fIscript\fR to given \fIrunlevels\fR. If no \fIrunlevel\fR is given,
493 -this action will add \fIscript\fR to the \fBdefault\fR runlevel.
494 +Add
495 +.I script
496 +to given
497 +.IR runlevels .
498 +If no
499 +.I runlevel
500 +is given, this action will add
501 +.I script
502 +to the
503 +.B default
504 +runlevel.
505
506 -phi ~ # eselect rc add local default nonetwork notexisting
507 +# eselect rc add local default nonetwork notexisting
508 .br
509 Adding local to following runlevels
510 default [done]
511 @@ -37,25 +68,42 @@
512
513 The result\-tags are as following
514 .TP
515 -\fB[done]\fR
516 -.br
517 -\fIscript\fR succesfully added to \fIrunlevel\fR
518 +.B [done]
519 +.I script
520 +successfully added to
521 +.IR runlevel .
522 .TP
523 -\fB[failed]\fR
524 -\fIscript\fR couldnot be added to \fIrunlevel\fR
525 +.B [failed]
526 +.I script
527 +could not be added to
528 +.IR runlevel .
529 .TP
530 -\fB[skipped]\fR
531 -\fIscript\fR already part of \fIrunlevel\fR
532 +.B [skipped]
533 +.I script
534 +already part of
535 +.IR runlevel .
536 .TP
537 -\fB[invalid]\fR
538 -\fIrunlevel\fR is not existing
539 -.SH "ACTION: DELETE"
540 -\fBeselect rc delete\fR \fIscript\fR [\fIrunlevel\fR [\fIrunlevel\fR ...]]
541 +.B [invalid]
542 +.I runlevel
543 +is not existing.
544 +.SH ACTION: DELETE
545 +.B eselect rc delete
546 +.I script
547 +.RI [ runlevel ...]
548 .br
549 -Delete \fIscript\fR from given \fIrunlevels\fR. If no \fIrunlevel\fR is given,
550 -this action will delete \fIscript\fR from the \fBdefault\fR runlevel.
551 +Delete
552 +.I script
553 +from given
554 +.IR runlevels .
555 +If no
556 +.I runlevel
557 +is given, this action will delete
558 +.I script
559 +from the
560 +.B default
561 +runlevel.
562
563 -phi ~ # eselect rc delete local nonetwork notexisting
564 +# eselect rc delete local nonetwork notexisting
565 .br
566 Deleting local from following runlevels
567 nonetwork [done]
568 @@ -63,25 +111,36 @@
569
570 The result\-tags are as following
571 .TP
572 -\fB[done]\fR
573 -.br
574 -\fIscript\fR succesfully deleted from \fIrunlevel\fR
575 +.B [done]
576 +.I script
577 +successfully deleted from
578 +.I runlevel
579 .TP
580 -\fB[failed]\fR
581 -\fIscript\fR could not be deleted from \fIrunlevel\fR
582 +.B [failed]
583 +.I script
584 +could not be deleted from
585 +.IR runlevel .
586 .TP
587 -\fB[skipped]\fR
588 -\fIscript\fR not part of \fIrunlevel\fR
589 +.B [skipped]
590 +.I script
591 +not part of
592 +.IR runlevel .
593 .TP
594 -\fB[invalid]\fR
595 -\fIrunlevel\fR is not existing
596 -.SH "ACTION: LIST"
597 -\fBeselect rc list\fR [\fIrunlevel\fR]
598 +.B [invalid]
599 +.I runlevel
600 +is not existing.
601 +.SH ACTION: LIST
602 +.B eselect rc list
603 +.RI [ runlevel ]
604 .br
605 -Displays an ordered list of init scripts that belong to \fIrunlevel\fR. In case that
606 -\fIrunlevel\fR is given, this action will list all scripts from /etc/init.d/.
607 +Display an ordered list of init scripts that belong to
608 +.IR runlevel .
609 +In case that no
610 +.I runlevel
611 +is given, this action will list all scripts from /etc/init.d/.
612
613 -phi / # eselect rc list default
614 +# eselect rc list default
615 +.br
616 Init scripts to be started by runlevel default
617 cupsd
618 local
619 @@ -93,34 +152,46 @@
620 vixie\-cron
621 xdm
622 xfs
623 -.SH "ACTION: PAUSE"
624 -\fBeselect rc pause\fR \fIscript\fR [\fIscript\fR ...]
625 +.SH ACTION: PAUSE
626 +.B eselect rc pause
627 +.I script
628 +.RI [ script ...]
629 .br
630 -Pauses the given set of init scripts.
631 +Pause the given set of init scripts.
632
633 -phi / # eselect rc pause net.eth0
634 +# eselect rc pause net.eth0
635 .br
636 * Stopping eth0
637 * Bringing down eth0
638 * Shutting down eth0 ...
639 -.SH "ACTION: RESTART"
640 -\fBeselect rc restart\fR \fIscript\fR [\fIscript\fR ...]
641 +.SH ACTION: RESTART
642 +.B eselect rc restart
643 +.I script
644 +.RI [ script ...]
645 .br
646 -Restarts the given set of init scripts.
647 +Restart the given set of init scripts.
648
649 -phi / # eselect rc restart sshd
650 +# eselect rc restart sshd
651 .br
652 Restarting init script
653 * ERROR: "local" has not yet been started.
654 - * Stopping sshd ... [ ok ]
655 -.SH "ACTION: SHOW"
656 -\fBeselect rc show\fR
657 + * Stopping sshd ... [ ok ]
658 +.SH ACTION: SHOW
659 +.B eselect rc show
660 +.RI [ runlevel ...]
661 .br
662 -Shows the current runlevel's init script and lists them together with their status.
663 +Show init scripts that belong to
664 +.I runlevel
665 +and list them together with their status. If no
666 +.I runlevel
667 +is given, list the scripts from the current runlevel.
668 +With option
669 +.B --all
670 +the scripts of all runlevels are shown.
671
672 -phi / # eselect rc show
673 +# eselect rc show
674 .br
675 -Status of init scripts in runlevel default
676 +Status of init scripts in runlevel "default"
677 cupsd [started]
678 local [started]
679 metalog [started]
680 @@ -132,44 +203,58 @@
681 xdm [started]
682
683 The status flags are as following
684 -
685 .TP
686 -\fB[started]\fR
687 -\fIscript\fR has been successfully run.
688 +.B [started]
689 +.I script
690 +has been successfully run.
691 .TP
692 -\fB[stopping]\fR
693 -\fIscript\fR stop has been ordered, but it has not ceased yet.
694 +.B [stopped]
695 +.I script
696 +has manually been stopped.
697 .TP
698 -\fB[stopped]\fR
699 -\fIscript\fR has manually been stopped.
700 +.B [starting]
701 +.I script
702 +is starting.
703 .TP
704 -\fB[failed]\fR
705 -One or more commands in \fIscript\fR have not succeeded.
706 +.B [stopping]
707 +.I script
708 +stop has been ordered, but it has not ceased yet.
709 .TP
710 -\fB[broken]\fR
711 -\fIscript\fR has a syntax error.
712 -
713 -.SH "ACTION: START"
714 -\fBeselect rc start\fR \fIscript\fR [\fIscript\fR ...]
715 +.B [inactive]
716 +.I script
717 +has started, but is inactive.
718 +.B [unknown]
719 +.I script is part of
720 +.IR runlevel ,
721 +but its status is not known.
722 +.SH ACTION: START
723 +.B eselect rc start
724 +.I script
725 +.RI [ script ...]
726 .br
727 -Starts the given set of init scripts manually, regardless of the current runlevel.
728 +Starts the given set of init scripts manually, regardless of the
729 +current runlevel.
730
731 -phi / # eselect rc start local sshd
732 +# eselect rc start local sshd
733 .br
734 Restarting init script
735 - * Starting local ... [ ok ]
736 + * Starting local ... [ ok ]
737 * WARNING: "sshd" has already been started.
738 -.SH "ACTION: STOP"
739 -\fBeselect rc restart\fR \fIscript\fR [\fIscript\fR ...]
740 +.SH ACTION: STOP
741 +.B eselect rc restart
742 +.I script
743 +.RI [ script ...]
744 .br
745 Restarts the given set of init scripts.
746
747 -phi / # eselect rc restart sshd
748 +# eselect rc restart sshd
749 .br
750 Restarting init script
751 * ERROR: "local" has not yet been started.
752 - * Stopping sshd ... [ ok ]
753 -.SH "AUTHOR"
754 + * Stopping sshd ... [ ok ]
755 +.SH AUTHOR
756 Danny van Dyk <kugelfang@g.o>
757 -.SH "REVISION"
758 +.SH SEE ALSO
759 +.BR eselect (1)
760 +.SH REVISION
761 $Id$
762
763 Modified: trunk/man/visual.eselect.5
764 ===================================================================
765 --- trunk/man/visual.eselect.5 2009-04-22 16:17:20 UTC (rev 491)
766 +++ trunk/man/visual.eselect.5 2009-04-22 22:18:41 UTC (rev 492)
767 @@ -2,7 +2,7 @@
768 .\" Distributed under the terms of the GNU General Public License v2
769 .\" $Id$
770 .\"
771 -.TH ESELECT 5 "April 2009" "Gentoo Linux" eselect
772 +.TH visual.eselect 5 "April 2009" "Gentoo Linux" eselect
773 .SH NAME
774 visual.eselect \- The VISUAL management module for Gentoo's eselect
775 .SH SYNOPSIS