| Summary: | sendmail man page is wrong regarding -qI sintax. | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Fernando Schapachnik <fernando> |
| Component: | Books & Articles | Assignee: | Gregory Neil Shapiro <gshapiro> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Just a little [patch] follow to do what is proposed by Fernando : # diff -u sendmail.8 sendmail.8.PR52487 --- sendmail.8 Wed May 21 12:26:04 2003 +++ sendmail.8.PR52487 Wed May 21 12:27:29 2003 @@ -295,7 +295,7 @@ .I name only. .TP -\fB\-q\fR[\fI!\fR]I substr +\fB\-q\fR[\fI!\fR]Isubstr Limit processed jobs to those containing .I substr as a substring of the queue id or not when -- -jg. Responsible Changed From-To: freebsd-doc->gshapiro sendmail is contributed software; over to our liaison. State Changed From-To: open->closed This is now fixed in the sendmail repo and will be fixed in the FreeBSD repo on the next vendor import. |
FreeBSD sendmail man page says: -q[!]I substr Limit processed jobs to those containing substr as a substring of the queue id or not when ! is specĀ ified. However, issuing: sendmail -qI ID processes the wrong message. The correct sintax should be: sendmial -qIID Fix: The extra space should be removed from the man page.