Fossil SCM
Fix typos in documentation. Tickets [09310d1a] and [806c4358].
Commit
9150a8a2349d8f17a279977d5698d24f945a9536
Parent
71b862af7d69806…
2 files changed
+2
-2
+1
-1
+2
-2
| --- www/reference.wiki | ||
| +++ www/reference.wiki | ||
| @@ -94,11 +94,11 @@ | ||
| 94 | 94 | <tr> |
| 95 | 95 | <td><a href="#checkout">checkout</a>*</td> |
| 96 | 96 | <td><a href="#descendants">descendants</a></td> |
| 97 | 97 | <td><a href="#mv">mv</a>*</td> |
| 98 | 98 | <td><a href="#rm">rm</a>*</td> |
| 99 | - <td><a href="#setting">unset</a></td> | |
| 99 | + <td><a href="#settings">unset</a></td> | |
| 100 | 100 | </tr> |
| 101 | 101 | <tr> |
| 102 | 102 | <td><a href="#commit">ci</a></td> |
| 103 | 103 | <td><a href="#diff">diff</a></td> |
| 104 | 104 | <td><a href="#new">new</a>*</td> |
| @@ -114,11 +114,11 @@ | ||
| 114 | 114 | </tr> |
| 115 | 115 | <tr> |
| 116 | 116 | <td><a href="#clone">clone</a></td> |
| 117 | 117 | <td><a href="#diff">gdiff</a></td> |
| 118 | 118 | <td><a href="#pull">pull</a></td> |
| 119 | - <td><a href="#setting">settings</a></td> | |
| 119 | + <td><a href="#settings">settings</a></td> | |
| 120 | 120 | <td><a href="#version">version</a>*</td> |
| 121 | 121 | </tr> |
| 122 | 122 | <tr> |
| 123 | 123 | <td><a href="#close">close</a></td> |
| 124 | 124 | <td><a href="#help">help</a></td> |
| 125 | 125 |
| --- www/reference.wiki | |
| +++ www/reference.wiki | |
| @@ -94,11 +94,11 @@ | |
| 94 | <tr> |
| 95 | <td><a href="#checkout">checkout</a>*</td> |
| 96 | <td><a href="#descendants">descendants</a></td> |
| 97 | <td><a href="#mv">mv</a>*</td> |
| 98 | <td><a href="#rm">rm</a>*</td> |
| 99 | <td><a href="#setting">unset</a></td> |
| 100 | </tr> |
| 101 | <tr> |
| 102 | <td><a href="#commit">ci</a></td> |
| 103 | <td><a href="#diff">diff</a></td> |
| 104 | <td><a href="#new">new</a>*</td> |
| @@ -114,11 +114,11 @@ | |
| 114 | </tr> |
| 115 | <tr> |
| 116 | <td><a href="#clone">clone</a></td> |
| 117 | <td><a href="#diff">gdiff</a></td> |
| 118 | <td><a href="#pull">pull</a></td> |
| 119 | <td><a href="#setting">settings</a></td> |
| 120 | <td><a href="#version">version</a>*</td> |
| 121 | </tr> |
| 122 | <tr> |
| 123 | <td><a href="#close">close</a></td> |
| 124 | <td><a href="#help">help</a></td> |
| 125 |
| --- www/reference.wiki | |
| +++ www/reference.wiki | |
| @@ -94,11 +94,11 @@ | |
| 94 | <tr> |
| 95 | <td><a href="#checkout">checkout</a>*</td> |
| 96 | <td><a href="#descendants">descendants</a></td> |
| 97 | <td><a href="#mv">mv</a>*</td> |
| 98 | <td><a href="#rm">rm</a>*</td> |
| 99 | <td><a href="#settings">unset</a></td> |
| 100 | </tr> |
| 101 | <tr> |
| 102 | <td><a href="#commit">ci</a></td> |
| 103 | <td><a href="#diff">diff</a></td> |
| 104 | <td><a href="#new">new</a>*</td> |
| @@ -114,11 +114,11 @@ | |
| 114 | </tr> |
| 115 | <tr> |
| 116 | <td><a href="#clone">clone</a></td> |
| 117 | <td><a href="#diff">gdiff</a></td> |
| 118 | <td><a href="#pull">pull</a></td> |
| 119 | <td><a href="#settings">settings</a></td> |
| 120 | <td><a href="#version">version</a>*</td> |
| 121 | </tr> |
| 122 | <tr> |
| 123 | <td><a href="#close">close</a></td> |
| 124 | <td><a href="#help">help</a></td> |
| 125 |
+1
-1
| --- www/wikitheory.wiki | ||
| +++ www/wikitheory.wiki | ||
| @@ -59,11 +59,11 @@ | ||
| 59 | 59 | Files in the source tree that use the ".wiki" suffix can be accessed |
| 60 | 60 | and displayed using special URLs to the fossil server. This allows |
| 61 | 61 | project documentation to be stored in the source tree and accessed |
| 62 | 62 | online. (Details are described [./embeddeddoc.wiki | separately].) |
| 63 | 63 | |
| 64 | -Some project prefer to store their documentation in wiki. There is nothing | |
| 64 | +Some projects prefer to store their documentation in wiki. There is nothing | |
| 65 | 65 | wrong with that. But other projects prefer to keep documentation as part |
| 66 | 66 | of the source tree, so that it is versioned along with the source tree and |
| 67 | 67 | so that only developers with check-in privileges can change it. |
| 68 | 68 | Embedded documentation serves this latter purpose. Both forms of documentation |
| 69 | 69 | use the exact same wiki markup language. Some projects may choose to |
| 70 | 70 |
| --- www/wikitheory.wiki | |
| +++ www/wikitheory.wiki | |
| @@ -59,11 +59,11 @@ | |
| 59 | Files in the source tree that use the ".wiki" suffix can be accessed |
| 60 | and displayed using special URLs to the fossil server. This allows |
| 61 | project documentation to be stored in the source tree and accessed |
| 62 | online. (Details are described [./embeddeddoc.wiki | separately].) |
| 63 | |
| 64 | Some project prefer to store their documentation in wiki. There is nothing |
| 65 | wrong with that. But other projects prefer to keep documentation as part |
| 66 | of the source tree, so that it is versioned along with the source tree and |
| 67 | so that only developers with check-in privileges can change it. |
| 68 | Embedded documentation serves this latter purpose. Both forms of documentation |
| 69 | use the exact same wiki markup language. Some projects may choose to |
| 70 |
| --- www/wikitheory.wiki | |
| +++ www/wikitheory.wiki | |
| @@ -59,11 +59,11 @@ | |
| 59 | Files in the source tree that use the ".wiki" suffix can be accessed |
| 60 | and displayed using special URLs to the fossil server. This allows |
| 61 | project documentation to be stored in the source tree and accessed |
| 62 | online. (Details are described [./embeddeddoc.wiki | separately].) |
| 63 | |
| 64 | Some projects prefer to store their documentation in wiki. There is nothing |
| 65 | wrong with that. But other projects prefer to keep documentation as part |
| 66 | of the source tree, so that it is versioned along with the source tree and |
| 67 | so that only developers with check-in privileges can change it. |
| 68 | Embedded documentation serves this latter purpose. Both forms of documentation |
| 69 | use the exact same wiki markup language. Some projects may choose to |
| 70 |