From fpscha@mecon.gov.ar  Tue May 20 08:33:07 2003
Return-Path: <fpscha@mecon.gov.ar>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0FD4F37B404
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 08:33:07 -0700 (PDT)
Received: from relay2.mecon.ar (relay2.mecon.ar [168.101.16.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2421E43FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 08:33:05 -0700 (PDT)
	(envelope-from fpscha@mecon.gov.ar)
Received: from racing.mecon.ar (racing.mecon.ar [168.101.133.15])
	by relay2.mecon.ar (8.12.6p2/8.12.6) with ESMTP id h4KFX30K092236
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 12:33:03 -0300 (ART)
	(envelope-from fpscha@mecon.gov.ar)
Received: from racing.mecon.ar (meyosp.mecon.gov.ar [10.11.0.149])
	by racing.mecon.ar (8.12.6/8.12.6) with ESMTP id h4KFWv1j041035
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 12:32:58 -0300 (ART)
	(envelope-from fpscha@mecon.gov.ar)
Received: from bal740r0.mecon.gov.ar (bal740r0.mecon.ar [10.11.1.11])
	by racing.mecon.ar (8.12.6/8.12.6) with ESMTP id h4KFWvGG041031
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 12:32:57 -0300 (ART)
	(envelope-from fpscha@mecon.gov.ar)
Received: from bal740r0.mecon.gov.ar (localhost [127.0.0.1])
	by bal740r0.mecon.gov.ar (8.12.6/8.12.6) with ESMTP id h4KFWvCH000877
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 12:32:57 -0300 (ART)
	(envelope-from fpscha@bal740r0.mecon.gov.ar)
Received: (from fpscha@localhost)
	by bal740r0.mecon.gov.ar (8.12.6/8.12.6/Submit) id h4KFWuJ8000876;
	Tue, 20 May 2003 12:32:56 -0300 (ART)
	(envelope-from fpscha)
Message-Id: <200305201532.h4KFWuJ8000876@bal740r0.mecon.gov.ar>
Date: Tue, 20 May 2003 12:32:56 -0300 (ART)
From: Fernando Schapachnik <fernando@mecon.gov.ar>
Reply-To: Fernando Schapachnik <fernando@mecon.gov.ar>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sendmail man page is wrong regarding -qI sintax.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52487
>Category:       docs
>Synopsis:       sendmail man page is wrong regarding -qI sintax.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gshapiro
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 08:40:14 PDT 2003
>Closed-Date:    Wed May 21 08:55:40 PDT 2003
>Last-Modified:  Wed May 21 08:55:40 PDT 2003
>Originator:     Fernando Schapachnik
>Release:        FreeBSD 4.7-RELEASE-p9 i386
>Organization:
>Environment:

System: FreeBSD bal740r0.mecon.gov.ar 4.7-RELEASE-p9 FreeBSD 4.7-RELEASE-p9 #4: Mon Mar 24 14:27:42 ART 2003 root@bal740r0.mecon.gov.ar:/usr/obj/usr/src/sys/BAL740R0 i386


>Description:

	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


>How-To-Repeat:
	
>Fix:

	The extra space should be removed from the man page.


>Release-Note:
>Audit-Trail:

From: "Julien Gabel" <jg@thilelli.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc: fernando@mecon.gov.ar
Subject: Re: docs/52487: sendmail man page is wrong regarding -qI sintax.
Date: Wed, 21 May 2003 13:20:33 +0200 (CEST)

 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 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Wed May 21 04:45:36 PDT 2003 
Responsible-Changed-Why:  
sendmail is contributed software; over to our liaison. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52487 
State-Changed-From-To: open->closed 
State-Changed-By: gshapiro 
State-Changed-When: Wed May 21 08:54:55 PDT 2003 
State-Changed-Why:  
This is now fixed in the sendmail repo and will be fixed in the FreeBSD 
repo on the next vendor import. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52487 
>Unformatted:
