From keramida@ceid.upatras.gr  Wed Jul  4 10:43:02 2001
Return-Path: <keramida@ceid.upatras.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id 7915937B43A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jul 2001 10:43:00 -0700 (PDT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from hades.hell.gr (patr530-a039.otenet.gr [212.205.215.39])
	by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f64Hgvo03376
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 4 Jul 2001 20:42:57 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.4/8.11.3) id f64HgtD94680;
	Wed, 4 Jul 2001 20:42:56 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200107041742.f64HgtD94680@hades.hell.gr>
Date: Wed, 4 Jul 2001 20:42:56 +0300 (EEST)
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
Reply-To: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: mistake in example of article about MH usage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28696
>Category:       docs
>Synopsis:       mistake in example of article about MH usage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 10:50:02 PDT 2001
>Closed-Date:    Wed Jul 4 15:37:45 PDT 2001
>Last-Modified:  Wed Jul 04 15:38:06 PDT 2001
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 24 18:34:43 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

        I am not sure that this is a doc bug, but I wanted to test the
        examples shown in the MH article today with my newly installed nmh :)

	One of the examples says:

		These commands allow you to do things like

			% pick -to freebsd-hackers -and -cc freebsd-hackers

                That will grab all the email in your inbox that was
                sent to freebsd-hackers or cc'd to that list.

        I think that what is meant to be given as the command of the
        example is:

			% pick -to freebsd-hackers -or -cc freebsd-hackers

>How-To-Repeat:

>Fix:

charon@hades:/home/charon/freebsd/doc/en_US.ISO8859-1/articles/mh> cvs diff -u
cvs diff: Diffing .
Index: article.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/mh/article.sgml,v
retrieving revision 1.9
diff -c -u -r1.9 article.sgml
cvs diff: conflicting specifications of output style
--- article.sgml        2001/04/17 15:53:38     1.9
+++ article.sgml        2001/07/04 17:37:09
@@ -507,7 +507,7 @@
       <para>These commands allow you to do things like</para>

       <informalexample>
-       <screen>&prompt.user; <userinput>pick -to freebsd-hackers -and -cc freebsd-hackers</>
+       <screen>&prompt.user; <userinput>pick -to freebsd-hackers -or -cc freebsd-hackers<
/>
        </screen>
       </informalexample>


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Wed Jul 4 15:37:45 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28696 
>Unformatted:
