Bug 52487

Summary: sendmail man page is wrong regarding -qI sintax.
Product: Documentation Reporter: Fernando Schapachnik <fernando>
Component: Books & ArticlesAssignee: Gregory Neil Shapiro <gshapiro>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Fernando Schapachnik 2003-05-20 16:40:14 UTC
	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.
Comment 1 Julien Gabel 2003-05-21 12:20:33 UTC
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.
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2003-05-21 12:45:36 UTC
Responsible Changed
From-To: freebsd-doc->gshapiro

sendmail is contributed software; over to our liaison.
Comment 3 Gregory Neil Shapiro freebsd_committer freebsd_triage 2003-05-21 16:54:55 UTC
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.