diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-17 15:43:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-17 15:43:08 +0000 |
| commit | a8510bf414fba1220ac5eaee5b652a5813ca34ec (patch) | |
| tree | ef163d34be4ccad56680ff5d91213c75f0a6d031 /lib/libcrypt | |
| parent | 5b18d15e79836756585ab7bebd017dbe7e4c2a4d (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/crypt.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index fa9b34f9bac0..d4d3020c94c1 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -33,7 +33,7 @@ .\" .Dd January 19, 1997 .Dt CRYPT 3 -.Os "FreeSec 1.0" +.Os .Sh NAME .Nm crypt .Nd Trapdoor encryption @@ -244,7 +244,7 @@ Otherwise, a value of 0 is returned. .Xr cipher 3 , .Xr getpass 3 , .Xr auth.conf 5 , -.Xr passwd 5 , +.Xr passwd 5 .Sh BUGS The .Fn crypt @@ -269,8 +269,6 @@ section of the code (FreeSec 1.0) was developed outside the United States of America as an unencumbered replacement for the U.S.-only .Nx libcrypt encryption library. -Users should be aware that this code (and programs staticly linked with it) -may not be exported from the U.S., although it apparently can be imported. .Sh AUTHORS .An -nosplit Originally written by |
