From owner-cvs-src@FreeBSD.ORG  Fri May 14 11:46:17 2004
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 31F2C16A4CE; Fri, 14 May 2004 11:46:17 -0700 (PDT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F077543D1D; Fri, 14 May 2004 11:46:16 -0700 (PDT)
	(envelope-from joerg@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4EIkGGe072982;
	Fri, 14 May 2004 11:46:16 -0700 (PDT)
	(envelope-from joerg@repoman.freebsd.org)
Received: (from joerg@localhost)
	by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4EIkGph072981;
	Fri, 14 May 2004 11:46:16 -0700 (PDT)
	(envelope-from joerg)
Message-Id: <200405141846.i4EIkGph072981@repoman.freebsd.org>
From: Joerg Wunsch <joerg@FreeBSD.org>
Date: Fri, 14 May 2004 11:46:16 -0700 (PDT)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/usr.bin/enigma enigma.1
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 14 May 2004 18:46:17 -0000

joerg       2004/05/14 11:46:16 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/enigma       enigma.1 
  Log:
  When I wrote this man page more than 5 years ago, I simply didn't
  understand the true symmetric nature of Enigma, so my description of
  ``automatically detects that the input is encrypted'' was simply
  wrong.  Replace that by a more accurate description of why feeding the
  ciphertext again into the engine will decrypt it.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.8       +4 -2      src/usr.bin/enigma/enigma.1