Fossil SCM
Fix a typo in the on-line documentation for the "fossil smtpd" command.
Commit
032e80b55e68758766f013850b3cdc372cbbb5701fbc689c5be0ace5988c98c1
Parent
bb8b60378deb428…
1 file changed
+1
-1
+1
-1
| --- src/smtp.c | ||
| +++ src/smtp.c | ||
| @@ -1206,11 +1206,11 @@ | ||
| 1206 | 1206 | ** --trace Print a transcript of the conversation on stderr |
| 1207 | 1207 | ** for debugging and analysis |
| 1208 | 1208 | ** |
| 1209 | 1209 | ** --ipaddr ADDR The SMTP connection originates at ADDR. Or if ADDR |
| 1210 | 1210 | ** is the name of an environment variable, the address |
| 1211 | -** is ready from that environment variable. | |
| 1211 | +** is taken from that environment variable. | |
| 1212 | 1212 | */ |
| 1213 | 1213 | void smtp_server(void){ |
| 1214 | 1214 | char *zDbName; |
| 1215 | 1215 | const char *zDomain; |
| 1216 | 1216 | SmtpServer x; |
| 1217 | 1217 |
| --- src/smtp.c | |
| +++ src/smtp.c | |
| @@ -1206,11 +1206,11 @@ | |
| 1206 | ** --trace Print a transcript of the conversation on stderr |
| 1207 | ** for debugging and analysis |
| 1208 | ** |
| 1209 | ** --ipaddr ADDR The SMTP connection originates at ADDR. Or if ADDR |
| 1210 | ** is the name of an environment variable, the address |
| 1211 | ** is ready from that environment variable. |
| 1212 | */ |
| 1213 | void smtp_server(void){ |
| 1214 | char *zDbName; |
| 1215 | const char *zDomain; |
| 1216 | SmtpServer x; |
| 1217 |
| --- src/smtp.c | |
| +++ src/smtp.c | |
| @@ -1206,11 +1206,11 @@ | |
| 1206 | ** --trace Print a transcript of the conversation on stderr |
| 1207 | ** for debugging and analysis |
| 1208 | ** |
| 1209 | ** --ipaddr ADDR The SMTP connection originates at ADDR. Or if ADDR |
| 1210 | ** is the name of an environment variable, the address |
| 1211 | ** is taken from that environment variable. |
| 1212 | */ |
| 1213 | void smtp_server(void){ |
| 1214 | char *zDbName; |
| 1215 | const char *zDomain; |
| 1216 | SmtpServer x; |
| 1217 |