Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in docs. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
16ef8ee9f9ca82d411b2c8d9f343fe55 |
User & Date: | mistachkin 2016-04-11 23:23:14.399 |
Context
2016-04-12
| ||
14:19 | Update SCGI docs based on feedback from the mailing list. ... (check-in: 5b5cbfc9 user: mistachkin tags: trunk) | |
2016-04-11
| ||
23:23 | Fix typo in docs. ... (check-in: 16ef8ee9 user: mistachkin tags: trunk) | |
2016-04-09
| ||
16:57 | Update the custom MinGW makefile. ... (check-in: 96dec24e user: mistachkin tags: trunk) | |
Changes
Changes to www/env-opts.md.
︙ | ︙ | |||
49 50 51 52 53 54 55 | * _4_ — Trims leading and trailing spaces where they do not materially impact the pre-existing formatting (i.e. at the start of the comment string _and_ right before line indentation). * _8_ — Attempts to break lines on word boundaries while honoring the logical line length. | | | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | * _4_ — Trims leading and trailing spaces where they do not materially impact the pre-existing formatting (i.e. at the start of the comment string _and_ right before line indentation). * _8_ — Attempts to break lines on word boundaries while honoring the logical line length. * _16_ — Looks for the original comment text within the text being printed. Upon matching, a new line will be emitted, thus preserving more of the pre-existing formatting. `--errorlog ERRLOG`: Name a file to which fossil will log panics, errors, and warnings. |
︙ | ︙ |