Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Wed, 30 Jan 2013 16:04:24
Message-Id: 1359561800.39786370fe836cdedac653cc6d0e0de48b88e8b4.zmedico@gentoo
1 commit: 39786370fe836cdedac653cc6d0e0de48b88e8b4
2 Author: Vladimir Romanov <blueboar2 <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 30 16:03:20 2013 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 30 16:03:20 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=39786370
7
8 man pages: misc fixes and style tweaks
9
10 ---
11 man/ebuild.1 | 2 +-
12 man/env-update.1 | 14 +++++++-------
13 man/etc-update.1 | 44 ++++++++++++++++++++------------------------
14 3 files changed, 28 insertions(+), 32 deletions(-)
15
16 diff --git a/man/ebuild.1 b/man/ebuild.1
17 index 600fed3..0a937ae 100644
18 --- a/man/ebuild.1
19 +++ b/man/ebuild.1
20 @@ -179,7 +179,7 @@ tarball is created and stored in \fBPKGDIR\fR (see \fBmake.conf\fR(5)).
21 Builds a RedHat RPM package from the files in the temporary
22 \fIinstall directory\fR. At the moment, the ebuild's dependency
23 information is not incorporated into the RPM.
24 -.SH OPTIONS
25 +.SH "OPTIONS"
26 .TP
27 .BR "\-\-debug"
28 Run bash with the \-x option, causing it to output verbose debugging
29
30 diff --git a/man/env-update.1 b/man/env-update.1
31 index 4561ab4..c0503ce 100644
32 --- a/man/env-update.1
33 +++ b/man/env-update.1
34 @@ -1,26 +1,26 @@
35 .TH "ENV-UPDATE" "1" "Aug 2008" "Portage VERSION" "Portage"
36 -.SH NAME
37 +.SH "NAME"
38 env\-update \- updates environment settings automatically
39 -.SH SYNOPSIS
40 +.SH "SYNOPSIS"
41 \fBenv\-update\fR \fI[options]\fR
42 -.SH DESCRIPTION
43 +.SH "DESCRIPTION"
44 .B env\-update
45 reads the files in \fI/etc/env.d\fR and automatically generates
46 \fI/etc/profile.env\fR and \fI/etc/ld.so.conf\fR. Then \fBldconfig\fR(8)
47 is run to update \fI/etc/ld.so.cache\fR. \fBenv-update\fR is run by
48 \fBemerge\fR(1) automatically after each package merge. Also, if you
49 -make changes to \fI/etc/env.d\fR, you should run \fIenv-update\fR
50 +make changes to \fI/etc/env.d\fR, you should run \fBenv-update\fR
51 yourself for changes to take effect immediately. Note that this would
52 only affect new processes. In order for the changes to affect your
53 active shell, you will probably have to run \fIsource /etc/profile\fR
54 first.
55 -.SH OPTIONS
56 +.SH "OPTIONS"
57 .TP
58 .B \-\-no\-ldconfig
59 -Do not run ldconfig (and thus skip rebuilding the ld.so cache, etc...).
60 +Do not run \fBldconfig\fR (and thus skip rebuilding the \fIld.so.cache\fR, etc...).
61 .SH "REPORTING BUGS"
62 Please report bugs via http://bugs.gentoo.org/
63 -.SH AUTHORS
64 +.SH "AUTHORS"
65 Daniel Robbins <drobbins@g.o>
66 .SH "SEE ALSO"
67 .BR emerge (1),
68
69 diff --git a/man/etc-update.1 b/man/etc-update.1
70 index 366e850..2662de5 100644
71 --- a/man/etc-update.1
72 +++ b/man/etc-update.1
73 @@ -1,28 +1,24 @@
74 .TH "ETC-UPDATE" "1" "Mar 2012" "Portage VERSION" "Portage"
75 -.SH NAME
76 -etc-update \- handle configuration file updates
77 -.SH SYNOPSIS
78 -.BR etc-update
79 +.SH "NAME"
80 +etc\-update \- handle configuration file updates
81 +.SH "SYNOPSIS"
82 +.BR etc\-update
83 [\fIoptions\fR] [\fI--automode <mode>\fR] [\fIpaths to scan\fR]
84 -.SH DESCRIPTION
85 -.I etc-update
86 -is supposed to be run after merging a new package to see if
87 +.SH "DESCRIPTION"
88 +\fIetc\-update\fR is supposed to be run after merging a new package to see if
89 there are updates to the configuration files. If a new
90 configuration file will override an old one,
91 -.I etc-update
92 -will prompt the user for a decision.
93 +\fIetc\-update\fR will prompt the user for a decision.
94 .PP
95 -.I etc-update
96 -will check all directories specified on the command line. If no paths
97 -are given, then the \fICONFIG_PROTECT\fR variable will be used. All
98 -config files found in \fICONFIG_PROTECT_MASK\fR will automatically be
99 -updated for you by \fIetc-update\fR. See \fBmake.conf\fR(5) for more
100 -information.
101 +\fIetc\-update\fR will check all directories specified on the command
102 +line. If no paths are given, then the \fICONFIG_PROTECT\fR variable
103 +will be used. All config files found in \fICONFIG_PROTECT_MASK\fR will
104 +automatically be updated for you by \fIetc\-update\fR.
105 +See \fBmake.conf\fR(5) for more information.
106 .PP
107 -.I etc-update
108 -respects the normal \fIPORTAGE_CONFIGROOT\fR and \fIEROOT\fR variables
109 -for finding the aforementioned config protect variables.
110 -.SH OPTIONS
111 +\fIetc\-update\fR respects the normal \fIPORTAGE_CONFIGROOT\fR and
112 +\fIEROOT\fR variables for finding the aforementioned config protect variables.
113 +.SH "OPTIONS"
114 .TP
115 .BR \-d ", " \-\-debug
116 Run with shell tracing enabled.
117 @@ -37,11 +33,11 @@ Automerge trivial changes only and quit.
118 Show settings and important decision info while running.
119 .TP
120 .BR "\-\-automode <mode>"
121 -Select one of the automatic merge modes. Valid modes are: -3 -5 -7 -9.
122 +Select one of the automatic merge modes. Valid modes are: \-3 \-5 \-7 \-9.
123 See the \fI\-\-help\fR text for more details.
124 .SH "REPORTING BUGS"
125 Please report bugs via http://bugs.gentoo.org/
126 -.SH AUTHORS
127 +.SH "AUTHORS"
128 .nf
129 Jochem Kossen and Leo Lipelis
130 Karl Trygve Kalleberg <karltk@g.o>
131 @@ -49,8 +45,8 @@ Mike Frysinger <vapier@g.o>
132 .fi
133 .SH "FILES"
134 .TP
135 -.B /etc/etc-update.conf
136 -Configuration settings for \fIetc-update\fR are stored here.
137 +.B /etc/etc\-update.conf
138 +Configuration settings for \fIetc\-update\fR are stored here.
139 .SH "SEE ALSO"
140 -.BR dispatch-conf (1),
141 +.BR dispatch\-conf (1),
142 .BR make.conf (5)