Fossil SCM
Minor correction to documentation of new /file webpage regarding multiple highlighted line blocks.
Commit
4896c0b7312f642433100a54a713d5533fb7666d
Parent
4946efef65c2e80…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -1840,11 +1840,11 @@ | ||
| 1840 | 1840 | ** Additional query parameters: |
| 1841 | 1841 | ** |
| 1842 | 1842 | ** ln - show line numbers |
| 1843 | 1843 | ** ln=N - highlight line number N |
| 1844 | 1844 | ** ln=M-N - highlight lines M through N inclusive |
| 1845 | -** ln=M-N,Y-Z - highlight lines M through N and Y through Z (inclusive) | |
| 1845 | +** ln=M-N+Y-Z - highlight lines M through N and Y through Z (inclusive) | |
| 1846 | 1846 | ** verbose - show more detail in the description |
| 1847 | 1847 | ** download - redirect to the download (artifact page only) |
| 1848 | 1848 | ** name=SHA1HASH - Provide the SHA1HASH as a query parameter |
| 1849 | 1849 | ** filename=NAME - Show information for content file NAME |
| 1850 | 1850 | ** fn=NAME - "fn" is shorthand for "filename" |
| 1851 | 1851 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1840,11 +1840,11 @@ | |
| 1840 | ** Additional query parameters: |
| 1841 | ** |
| 1842 | ** ln - show line numbers |
| 1843 | ** ln=N - highlight line number N |
| 1844 | ** ln=M-N - highlight lines M through N inclusive |
| 1845 | ** ln=M-N,Y-Z - highlight lines M through N and Y through Z (inclusive) |
| 1846 | ** verbose - show more detail in the description |
| 1847 | ** download - redirect to the download (artifact page only) |
| 1848 | ** name=SHA1HASH - Provide the SHA1HASH as a query parameter |
| 1849 | ** filename=NAME - Show information for content file NAME |
| 1850 | ** fn=NAME - "fn" is shorthand for "filename" |
| 1851 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1840,11 +1840,11 @@ | |
| 1840 | ** Additional query parameters: |
| 1841 | ** |
| 1842 | ** ln - show line numbers |
| 1843 | ** ln=N - highlight line number N |
| 1844 | ** ln=M-N - highlight lines M through N inclusive |
| 1845 | ** ln=M-N+Y-Z - highlight lines M through N and Y through Z (inclusive) |
| 1846 | ** verbose - show more detail in the description |
| 1847 | ** download - redirect to the download (artifact page only) |
| 1848 | ** name=SHA1HASH - Provide the SHA1HASH as a query parameter |
| 1849 | ** filename=NAME - Show information for content file NAME |
| 1850 | ** fn=NAME - "fn" is shorthand for "filename" |
| 1851 |