forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitac86237
committed
Fix more typos and inconsistencies in documentation
This fixes a couple of grammar mistakes, typos and inconsistencies inthe documentation. Particularly, the configuration parsing allows only"kB" to mean kilobyte but there were references in the docs to "KB".Some instances of the latter are still in the code comments. Someparameter values were mentioned with "Minus-one", and using directly"-1" with proper markups is more helpful to the reader.Some of these have been pointed out by Justin, and some others arethings I bumped into.Author: Justin Pryzby, Michael PaquierReviewed-by: Tom LaneDiscussion:https://postgr.es/m/20190330224333.GQ5815@telsasoft.com1 parent8cad5ad commitac86237
File tree
4 files changed
+14
-13
lines changed- doc/src/sgml
4 files changed
+14
-13
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6942 | 6942 |
| |
6943 | 6943 |
| |
6944 | 6944 |
| |
6945 |
| - | |
6946 |
| - | |
| 6945 | + | |
| 6946 | + | |
6947 | 6947 |
| |
6948 | 6948 |
| |
6949 | 6949 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
811 | 811 |
| |
812 | 812 |
| |
813 | 813 |
| |
814 |
| - | |
| 814 | + | |
815 | 815 |
| |
816 | 816 |
| |
817 | 817 |
| |
| |||
1513 | 1513 |
| |
1514 | 1514 |
| |
1515 | 1515 |
| |
1516 |
| - | |
| 1516 | + | |
1517 | 1517 |
| |
1518 | 1518 |
| |
1519 |
| - | |
1520 |
| - | |
1521 |
| - | |
1522 |
| - | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
1523 | 1523 |
| |
1524 | 1524 |
| |
1525 | 1525 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
872 | 872 |
| |
873 | 873 |
| |
874 | 874 |
| |
875 |
| - | |
| 875 | + | |
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
|
0 commit comments
Comments
(0)