diff options
author | dd <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
commit | a145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch) | |
tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libcrypt | |
parent | 0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff) | |
download | FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz |
Remove whitespace at EOL.
Diffstat (limited to 'lib/libcrypt')
-rw-r--r-- | lib/libcrypt/crypt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index ed401e2..3f8d79f 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -161,7 +161,7 @@ string, 20 or 13 bytes (plus null) in length, consisting of the followed by the encoded 64-bit encryption. .Ss "Modular" crypt: .Pp -If the salt begins with the string +If the salt begins with the string .Fa $digit$ then the Modular Crypt Format is used. The .Fa digit |