Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10857 - main/trunk/man
Date: Mon, 30 Jun 2008 21:13:21
Message-Id: E1KDQgV-00028V-Ox@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-06-30 21:13:14 +0000 (Mon, 30 Jun 2008)
3 New Revision: 10857
4
5 Modified:
6 main/trunk/man/portage.5
7 Log:
8 Add "(no inline comments)" to qualify "comments begin with #" statements.
9
10
11 Modified: main/trunk/man/portage.5
12 ===================================================================
13 --- main/trunk/man/portage.5 2008-06-30 12:46:29 UTC (rev 10856)
14 +++ main/trunk/man/portage.5 2008-06-30 21:13:14 UTC (rev 10857)
15 @@ -187,7 +187,7 @@
16
17 .I Format:
18 .nf
19 -\- comments begin with #
20 +\- comments begin with # (no inline comments)
21 \- one DEPEND atom per line
22 \- packages to be added to the system set begin with a *
23 .fi
24 @@ -234,7 +234,7 @@
25
26 .I Format:
27 .nf
28 -\- comments begin with #
29 +\- comments begin with # (no inline comments)
30 \- one DEPEND atom per line
31 \- relational operators are not allowed
32 \- must include a version
33 @@ -262,7 +262,7 @@
34
35 .I Format:
36 .nf
37 -\- comments begin with #
38 +\- comments begin with # (no inline comments)
39 \- one DEPEND atom per line with space-delimited USE flags
40 .fi
41
42 @@ -284,7 +284,7 @@
43
44 .I Format:
45 .nf
46 -\- comments begin with #
47 +\- comments begin with # (no inline comments)
48 \- one DEPEND atom per line with space-delimited USE flags
49 .fi
50
51 @@ -318,7 +318,7 @@
52
53 .I Format:
54 .nf
55 -\- comments begin with #
56 +\- comments begin with # (no inline comments)
57 \- one USE flag per line
58 .fi
59 .TP
60 @@ -334,7 +334,7 @@
61
62 .I Format:
63 .nf
64 -\- comments begin with #
65 +\- comments begin with # (no inline comments)
66 \- one USE flag per line
67 .fi
68 .TP
69 @@ -348,7 +348,7 @@
70
71 .I Format:
72 .nf
73 -\- comments begin with #
74 +\- comments begin with # (no inline comments)
75 \- one virtual and DEPEND atom base pair per line
76 .fi
77
78 @@ -478,7 +478,7 @@
79
80 .I Format:
81 .nf
82 -\- comments begin with #
83 +\- comments begin with # (no inline comments)
84 \- one DEPEND atom per line with space-delimited USE flags
85 .fi
86
87 @@ -500,7 +500,7 @@
88
89 .I Format:
90 .nf
91 -\- comments begin with #
92 +\- comments begin with # (no inline comments)
93 \- mirror type followed by a list of hosts
94 .fi
95
96 @@ -585,7 +585,7 @@
97
98 .I Format:
99 .nf
100 -\- comments begin with #
101 +\- comments begin with # (no inline comments)
102 \- one DEPEND atom per line
103 .fi
104
105 @@ -606,7 +606,7 @@
106
107 .I Format:
108 .nf
109 -\- comments begin with #
110 +\- comments begin with # (no inline comments)
111 \- one profile list per line in format: arch dir status
112 \- arch must be listed in arch.list
113 \- dir is relative to profiles.desc
114 @@ -631,7 +631,7 @@
115
116 .I Format:
117 .nf
118 -\- comments begin with #
119 +\- comments begin with # (no inline comments)
120 \- mirror type followed by a list of hosts
121 .fi
122
123 @@ -649,7 +649,7 @@
124
125 .I Format:
126 .nf
127 -\- comments begin with #
128 +\- comments begin with # (no inline comments)
129 \- use flag \- some description
130 .fi
131
132 @@ -666,7 +666,7 @@
133
134 .nf
135 .I Format:
136 -\- comments begin with #
137 +\- comments begin with # (no inline comments)
138 \- package:use flag \- description
139
140 .I Example:
141
142 --
143 gentoo-commits@l.g.o mailing list