diff options
author | pjd <pjd@FreeBSD.org> | 2006-04-10 18:19:29 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-04-10 18:19:29 +0000 |
commit | 65ac7dfb9ec5e393d5b5ba687f2c900e3d92de0b (patch) | |
tree | a5e1eb760f4d4c9f5fe44125d17e35d006327635 | |
parent | fcb4685f26a022512c0a616535faafacfd22c199 (diff) | |
download | FreeBSD-src-65ac7dfb9ec5e393d5b5ba687f2c900e3d92de0b.zip FreeBSD-src-65ac7dfb9ec5e393d5b5ba687f2c900e3d92de0b.tar.gz |
Remove redundant 'from'.
-rw-r--r-- | share/man/man9/crypto.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index 01332b7..e59af88 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -360,7 +360,7 @@ For encryption algorithms, this bit is set when the key is explicitly provided by the consumer in the .Va cri_key field for the given operation. -Otherwise, the key is taken from at newsession time from the same field. +Otherwise, the key is taken at newsession time from the same field. .It Dv CRD_F_COMP For compression algorithms, this bit is set when compression is required (when not set, decompression is performed). |