History log of /freebsd-10-stable/usr.bin/enigma/enigma.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 165528 24-Dec-2006 ru

Markup nits.


# 148011 14-Jul-2005 brueffer

- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them

MFC after: 3 days


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 129235 14-May-2004 joerg

Bump the .Dd value.

Update xrefs to more contemporary items.

Requested by: ru, green
MFC after: 1 week


# 129234 14-May-2004 joerg

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


# 95083 19-Apr-2002 charnier

Use `The .Nm utility'


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49823 15-Aug-1999 mpp

Various man page cleanup:

- Sort xrefs
- Be consistent with section names as outlines in mdoc(7).
- Other misc mdoc cleanup.

PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>


# 48168 24-Jun-1999 mpp

Some man page cleanup. Make the NAME and SYNOPSIS sections agree so
that whatis(1) will produce the expected results.

Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc


# 43354 28-Jan-1999 billf

Typo.

PR: docs/9752
Submitted by: horikawa@jp.FreeBSD.org


# 40769 30-Oct-1998 joerg

Fix some of the more blatant bugs in the original code, provide a
BSD-able Makefile, add a man page (that also puts a bold warning about
the weakness of the encryption), and implement the -k option for
compatibility with other vendor's implementations. (Unlike those
other vendors, we actually also document this option and its
problems.)

There are more violations of style(9) in it, like the not-use of
getopt(3), but it's not worth the while fixing all of this.