From owner-freebsd-doc Wed Jul 4 10:50:17 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 407A237B403 for ; Wed, 4 Jul 2001 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64Ho2j88620; Wed, 4 Jul 2001 10:50:02 -0700 (PDT) (envelope-from gnats) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 7915937B43A for ; 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 ; 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 Reply-To: Giorgos Keramidas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/28696: mistake in example of article about MH usage Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28696 >Category: docs >Synopsis: mistake in example of article about MH usage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 10:50:02 PDT 2001 >Closed-Date: >Last-Modified: >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 @@ These commands allow you to do things like - &prompt.user; pick -to freebsd-hackers -and -cc freebsd-hackers + &prompt.user; pick -to freebsd-hackers -or -cc freebsd-hackers< /> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message