forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6784655
committed
doc: Fix initdb option xreflabels
Generally, we don't want any overriding xreflabels in the optionslist, so that we can link to options and the link renders as theoption name. The -g option did this differently and config.sgml madeuse of that for a link. The new --no-data-checksums option (commit983a588) apparently copied this pattern, but that seems like thewrong direction, as a future patch revealed.To fix, remove the two xreflabels and rewrite the link in config.sgmlwith an explicit link text.1 parentd5ca15e commit6784655
2 files changed
+5
-3
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11042 | 11042 |
| |
11043 | 11043 |
| |
11044 | 11044 |
| |
11045 |
| - | |
| 11045 | + | |
| 11046 | + | |
| 11047 | + | |
11046 | 11048 |
| |
11047 | 11049 |
| |
11048 | 11050 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
| 230 | + | |
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
| 263 | + | |
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
|
0 commit comments
Comments
(0)