Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r505 - in trunk: . man
Date: Sat, 25 Apr 2009 17:42:07
Message-Id: E1Lxlt6-0008R8-VZ@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-25 17:42:04 +0000 (Sat, 25 Apr 2009)
3 New Revision: 505
4
5 Modified:
6 trunk/ChangeLog
7 trunk/man/binutils.eselect.5
8 trunk/man/mailer.eselect.5
9 trunk/man/profile.eselect.5
10 Log:
11 Use man macros.
12
13 Modified: trunk/ChangeLog
14 ===================================================================
15 --- trunk/ChangeLog 2009-04-25 15:14:11 UTC (rev 504)
16 +++ trunk/ChangeLog 2009-04-25 17:42:04 UTC (rev 505)
17 @@ -1,5 +1,9 @@
18 2009-04-25 Ulrich Mueller <ulm@g.o>
19
20 + * man/binutils.eselect.5:
21 + * man/mailer.eselect.5:
22 + * man/profile.eselect.5: Use man macros.
23 +
24 * modules/news-tng.eselect: Yet another module for reading GLEP 42
25 news items. Rewritten from scratch.
26 * man/news-tng.eselect.5: New man page.
27
28 Modified: trunk/man/binutils.eselect.5
29 ===================================================================
30 --- trunk/man/binutils.eselect.5 2009-04-25 15:14:11 UTC (rev 504)
31 +++ trunk/man/binutils.eselect.5 2009-04-25 17:42:04 UTC (rev 505)
32 @@ -1,27 +1,35 @@
33 -.TH "ESELECT" "5" "April 2005" "Gentoo Linux" "eselect"
34 -.SH "NAME"
35 +.\" Copyright 2005-2009 Gentoo Foundation
36 +.\" Distributed under the terms of the GNU General Public License v2
37 +.\" $Id$
38 +.\"
39 +.TH binutils.eselect 5 "April 2009" "Gentoo Linux" eselect
40 +.SH NAME
41 binutils.eselect \- The binutils management module for Gentoo's eselect
42 -.SH "SYNOPSIS"
43 -\fBeselect binutils\fR [\fBhelp\fR|\fBusage\fR]
44 +.SH SYNOPSIS
45 +.B eselect binutils
46 +.RB [ help | usage | version ]
47 .br
48 -\fBeselect binutils\fR \fBlist\fR
49 +.B eselect binutils list
50 .br
51 -\fBeselect binutils\fR \fBset\fR
52 -.SH "DESCRIPTION"
53 -\fBeselect\fR is Gentoo's configuration and management tool. It features
54 -modules that care for the individual administrative tasks.
55 -.SH "ACTION: LIST"
56 -\fBeselect binutils list\fR [\fIpatterns\fR]
57 +.B eselect binutils set
58 +.SH DESCRIPTION
59 +.B eselect
60 +is Gentoo's configuration and management tool. It features modules
61 +that care for the individual administrative tasks.
62 +.SH ACTION: LIST
63 +.B eselect binutils list
64 +.RI [ patterns ]
65 .br
66 -List all installed version of binutils. If \fIpatterns\fR are given, only versions that match the patterns
67 -will be listed.
68 +List all installed version of binutils. If
69 +.I patterns
70 +are given, only versions that match the patterns will be listed.
71
72 -phi / # eselect binutils list powerpc*
73 +# eselect binutils list powerpc*
74 .br
75 Installed binutils for target powerpc\-unknown\-linux\-gnu
76 [1] 2.15.92.0.2 *
77 .br
78 -phi / # eselect binutils list
79 +# eselect binutils list
80 .br
81 Installed binutils for target powerpc\-unknown\-linux\-gnu
82 [1] 2.15.92.0.2 *
83 @@ -30,13 +38,17 @@
84 [2] 2.15.92.0.2
85 [3] 2.16
86 [4] 2.16.1 *
87 -.SH "ACTION: SET"
88 -\fBeselect binutils set\fR \fIselection\fR
89 +.SH ACTION: SET
90 +.B eselect binutils set
91 +.I selection
92 .br
93 -Activates the selected version of binutils. \fIselection\fR can be either an identification number
94 -given by \fBeselect binutils list\fR or a pattern that uniquely describes one installed version.
95 +Activate the selected version of binutils.
96 +.I selection
97 +can be either an identification number given by
98 +.B eselect binutils list
99 +or a pattern that uniquely describes one installed version.
100
101 -phi / # eselect binutils set x86_64*2.16.1
102 +# eselect binutils set x86_64*2.16.1
103 .br
104 Switching to x86_64\-pc\-linux\-gnu\-2.16.1...
105 .br
106 @@ -47,16 +59,20 @@
107 # source /etc/profile
108
109 in order to let changes take effect!
110 -.SH "ACTION: SHOW"
111 -\fBeselect binutils show\fR [\fItarget\fR]
112 +.SH ACTION: SHOW
113 +.B eselect binutils show
114 +.RI [ target ]
115 .br
116 -Prints the currently activated binutils version for the given target. If no target is
117 -supplied then the CHOST environment variable is used to evaluate the native target.
118 +Print the currently activated binutils version for the given target.
119 +If no target is supplied then the CHOST environment variable is used
120 +to evaluate the native target.
121
122 -phi / # eselect binutils show
123 +# eselect binutils show
124 .br
125 x86_64\-pc\-linux\-gnu\-2.16.1
126 -.SH "AUTHOR"
127 +.SH AUTHOR
128 Danny van Dyk <kugelfang@g.o>
129 -.SH "REVISION"
130 +.SH SEE ALSO
131 +.BR eselect (1)
132 +.SH REVISION
133 $Id$
134
135 Modified: trunk/man/mailer.eselect.5
136 ===================================================================
137 --- trunk/man/mailer.eselect.5 2009-04-25 15:14:11 UTC (rev 504)
138 +++ trunk/man/mailer.eselect.5 2009-04-25 17:42:04 UTC (rev 505)
139 @@ -1,46 +1,57 @@
140 -.TH "ESELECT" "5" "April 2005" "Gentoo Linux" "eselect"
141 -.SH "NAME"
142 +.\" Copyright 2005-2009 Gentoo Foundation
143 +.\" Distributed under the terms of the GNU General Public License v2
144 +.\" $Id$
145 +.\"
146 +.TH mailer.eselect 5 "April 2009" "Gentoo Linux" eselect
147 +.SH NAME
148 mailer.eselect \- The mailer profile management module for Gentoo's eselect
149 -.SH "SYNOPSIS"
150 -\fBeselect mailer\fR [\fBhelp\fR|\fBusage\fR]
151 +.SH SYNOPSIS
152 +.B eselect mailer
153 +.RB [ help | usage | version ]
154 .br
155 -\fBeselect mailer\fR \fBlist\fR
156 +.B eselect mailer list
157 .br
158 -\fBeselect mailer\fR \fBset\fR \fIprofile\fR
159 +.B eselect mailer set
160 +.I profile
161 .br
162 -\fBeselect mailer\fR \fBshow\fR
163 +.B eselect mailer show
164 .br
165 -.SH "DESCRIPTION"
166 -\fBeselect\fR is Gentoo's configuration and management tool. It features
167 -modules that care for the individual administrative tasks.
168 -.SH "ACTION: LIST"
169 -\fBeselect mailer list\fR [\fIoptions\fR]
170 +.SH DESCRIPTION
171 +.B eselect
172 +is Gentoo's configuration and management tool. It features modules
173 +that care for the individual administrative tasks.
174 +.SH ACTION: LIST
175 +.B eselect mailer list
176 .br
177 -Displays an ordered list of the installed mailer profiles. Each line has
178 -a number, the profile's name and version number.
179 +Display an ordered list of the installed mailer profiles. Each line
180 +has a number, the profile's name and version number.
181
182 -pohl / # eselect mailer list
183 +# eselect mailer list
184 .br
185 Available mailer.conf profiles:
186 [1] default
187 [2] msmtp\-1.4.0
188 [3] nbsmtp\-0.98
189 -.SH "ACTION: SET"
190 -\fBeselect mailer set\fR \fIprofile\fR
191 +.SH ACTION: SET
192 +.B eselect mailer set
193 +.I profile
194 .br
195 -Sets your system's currently active mailer to \fIprofile\fR.
196 +Set your system's currently active mailer to
197 +.IR profile .
198
199 -pohl / # eselect mailer set msmtp-1.4.0
200 -.SH "ACTION: SHOW"
201 -\fBeselect mailer show\fR
202 +# eselect mailer set msmtp-1.4.0
203 +.SH ACTION: SHOW
204 +.B eselect mailer show
205 .br
206 -Shows your system's mailer profiles.
207 +Show your system's mailer profiles.
208
209 -pohl / # eselect mailer show
210 +# eselect mailer show
211 .br
212 Current mailer.conf profile:
213 msmtp-1.4.0
214 -.SH "AUTHOR"
215 +.SH AUTHOR
216 Tom Martin <slarti@g.o>
217 -.SH "REVISION"
218 +.SH SEE ALSO
219 +.BR eselect (1)
220 +.SH REVISION
221 $Id$
222
223 Modified: trunk/man/profile.eselect.5
224 ===================================================================
225 --- trunk/man/profile.eselect.5 2009-04-25 15:14:11 UTC (rev 504)
226 +++ trunk/man/profile.eselect.5 2009-04-25 17:42:04 UTC (rev 505)
227 @@ -1,45 +1,59 @@
228 -.TH "ESELECT" "5" "April 2005" "Gentoo Linux" "eselect"
229 -.SH "NAME"
230 -profile\.eselect \- The profile management module for Gentoo's eselect
231 -.SH "SYNOPSIS"
232 -\fBeselect profile\fR [\fBhelp\fR|\fBusage\fR]
233 +.\" Copyright 2005-2009 Gentoo Foundation
234 +.\" Distributed under the terms of the GNU General Public License v2
235 +.\" $Id$
236 +.\"
237 +.TH profile.eselect 5 "April 2009" "Gentoo Linux" eselect
238 +.SH NAME
239 +profile.eselect \- The profile management module for Gentoo's eselect
240 +.SH SYNOPSIS
241 +.B eselect profile
242 +.RB [ help | usage | version ]
243 .br
244 -\fBeselect profile\fR \fBlist\fR
245 +.B eselect profile list
246 .br
247 -\fBeselect profile\fR \fBset\fR [\fB\-\-force\fR] \fIprofile\fR
248 +.B eselect profile set
249 +.RB [ \-\-force ]
250 +.I profile
251 .br
252 -\fBeselect profile\fR \fBshow\fR
253 -
254 -.SH "DESCRIPTION"
255 -\fBeselect\fR is Gentoo's configuration and management tool. It features
256 -modules that care for the individual administrative tasks.
257 -.SH "ACTION: LIST"
258 -\fBeselect profile list\fR
259 +.B eselect profile show
260 +.SH DESCRIPTION
261 +.B eselect
262 +is Gentoo's configuration and management tool. It features modules
263 +that care for the individual administrative tasks.
264 +.SH ACTION: LIST
265 +.B eselect profile list
266 .br
267 -Displays an ordered list of available and (for your architecture) valid profiles.
268 +Display an ordered list of available and (for your architecture) valid
269 +profiles.
270
271 -phi / # eselect profile list
272 +# eselect profile list
273 .br
274 Available profile symlink targets:
275 [1] default\-linux/amd64/2005.0
276 -.SH "ACTION: SET"
277 -\fBeselect profile\ set\fR [\fB\-\-force\fR] [\fIprofile\fR]
278 +.SH ACTION: SET
279 +.B eselect profile set
280 +.RB [ \-\-force ]
281 +.I profile
282 .br
283 -Select a valid profile for future use with portage. If the \-\-force flag
284 -is specified, set the profile even if it doesn't appear to be a valid one (doesn't
285 -exist in \fB${PORTDIR}\fR/profiles/profiles.desc).
286 -.SH "ACTION: SHOW"
287 -\fBeselect profile\ show\fR
288 +Select a valid profile for future use with portage. If the
289 +.B \-\-force
290 +flag is specified, set the profile even if it doesn't appear to be
291 +a valid one (doesn't exist in
292 +.BR ${PORTDIR} /profiles/profiles.desc).
293 +.SH ACTION: SHOW
294 +.B eselect profile show
295 .br
296 -Shows your system's currently active profile.
297 +Show your system's currently active profile.
298
299 -phi / # eselect profile\ show
300 +# eselect profile show
301 .br
302 Current make.profile symlink:
303 /usr/portage/profiles/default\-linux/amd64/2005.0
304 -.SH "AUTHORS"
305 +.SH AUTHORS
306 Danny van Dyk <kugelfang@g.o>
307 .br
308 Aaron Walker <ka0ttic@g.o>
309 -.SH "REVISION"
310 +.SH SEE ALSO
311 +.BR eselect (1)
312 +.SH REVISION
313 $Id$