Fossil SCM
minor doc correction.
Commit
5df13a0b38162b3076109aa61f41884f38427e11
Parent
824ede2af625093…
1 file changed
+3
-2
+3
-2
| --- src/th_main.c | ||
| +++ src/th_main.c | ||
| @@ -218,16 +218,17 @@ | ||
| 218 | 218 | } |
| 219 | 219 | |
| 220 | 220 | /* |
| 221 | 221 | ** TH command: hasfeature STRING |
| 222 | 222 | ** |
| 223 | -** Return true if the user has the given compile-time feature. | |
| 224 | -** The set of features includes: | |
| 223 | +** Return true if the fossil binary has the given compile-time feature | |
| 224 | +** enabled. The set of features includes: | |
| 225 | 225 | ** |
| 226 | 226 | ** "json" = FOSSIL_ENABLE_JSON |
| 227 | 227 | ** "tcl" = FOSSIL_ENABLE_TCL |
| 228 | 228 | ** "ssl" = FOSSIL_ENABLE_SSL |
| 229 | +** | |
| 229 | 230 | */ |
| 230 | 231 | static int hasfeatureCmd( |
| 231 | 232 | Th_Interp *interp, |
| 232 | 233 | void *p, |
| 233 | 234 | int argc, |
| 234 | 235 |
| --- src/th_main.c | |
| +++ src/th_main.c | |
| @@ -218,16 +218,17 @@ | |
| 218 | } |
| 219 | |
| 220 | /* |
| 221 | ** TH command: hasfeature STRING |
| 222 | ** |
| 223 | ** Return true if the user has the given compile-time feature. |
| 224 | ** The set of features includes: |
| 225 | ** |
| 226 | ** "json" = FOSSIL_ENABLE_JSON |
| 227 | ** "tcl" = FOSSIL_ENABLE_TCL |
| 228 | ** "ssl" = FOSSIL_ENABLE_SSL |
| 229 | */ |
| 230 | static int hasfeatureCmd( |
| 231 | Th_Interp *interp, |
| 232 | void *p, |
| 233 | int argc, |
| 234 |
| --- src/th_main.c | |
| +++ src/th_main.c | |
| @@ -218,16 +218,17 @@ | |
| 218 | } |
| 219 | |
| 220 | /* |
| 221 | ** TH command: hasfeature STRING |
| 222 | ** |
| 223 | ** Return true if the fossil binary has the given compile-time feature |
| 224 | ** enabled. The set of features includes: |
| 225 | ** |
| 226 | ** "json" = FOSSIL_ENABLE_JSON |
| 227 | ** "tcl" = FOSSIL_ENABLE_TCL |
| 228 | ** "ssl" = FOSSIL_ENABLE_SSL |
| 229 | ** |
| 230 | */ |
| 231 | static int hasfeatureCmd( |
| 232 | Th_Interp *interp, |
| 233 | void *p, |
| 234 | int argc, |
| 235 |