Bump the .Dd value.

Update xrefs to more contemporary items.

Requested by:	ru, green
MFC after:	1 week
This commit is contained in:
joerg 2004-05-14 19:29:39 +00:00
parent af9cca8aed
commit dea7082ccd

View File

@ -6,7 +6,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" " .\" "
.Dd October 30, 1998 .Dd May 14, 2004
.Os .Os
.Dt ENIGMA 1 .Dt ENIGMA 1
.Sh NAME .Sh NAME
@ -74,12 +74,17 @@ little more secure, but incompatible with other implementations.
The cryptographic value of The cryptographic value of
.Nm .Nm
is rather small. This program is only provided here for compatibility is rather small. This program is only provided here for compatibility
with other operating systems that also provide an implementation. For with other operating systems that also provide an implementation
real encryption, refer to (usually called
.Xr bdes 1 .Xr crypt 1
(from the DES distribution package), or there).
.Xr pgp 1 For real encryption, refer to
(from the ports collection). However, restrictions for exporting, .Xr bdes 1 ,
.Xr openssl 1 ,
.Xr pgp 1 ,
or
.Xr gpg 1 .
However, restrictions for exporting,
importing or using such tools might exist in some countries, so those importing or using such tools might exist in some countries, so those
stronger programs are not being shipped as part of the operating stronger programs are not being shipped as part of the operating
system by default. system by default.
@ -106,6 +111,8 @@ enigma XXX < encrypted
This displays the previously created file on the terminal. This displays the previously created file on the terminal.
.Sh SEE ALSO .Sh SEE ALSO
.Xr bdes 1 , .Xr bdes 1 ,
.Xr gpg 1 ,
.Xr openssl 1 ,
.Xr pgp 1 , .Xr pgp 1 ,
.Xr ps 1 , .Xr ps 1 ,
.Xr getpass 3 .Xr getpass 3