From 2b0e85c4ef4c44737dcaad45fd62540ce65bdf6d Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 7 Mar 2018 09:31:27 +0000 Subject: [PATCH] des_crypt.3: Fix typo. Obtained from: DragonflyBSD (a78d083cf561cf325e8f1a151251b8901159e2ce) MFC After: 3 days --- lib/libc/rpc/des_crypt.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/rpc/des_crypt.3 b/lib/libc/rpc/des_crypt.3 index b40a62c4ae29..1ae637ceded5 100644 --- a/lib/libc/rpc/des_crypt.3 +++ b/lib/libc/rpc/des_crypt.3 @@ -108,7 +108,7 @@ vector upon return. No error. .It Bq Er DESERR_NOHWDEVICE Encryption succeeded, but done in software instead of the requested hardware. -.It Bq Er DESERR_HWERR +.It Bq Er DESERR_HWERROR An error occurred in the hardware or driver. .It Bq Er DESERR_BADPARAM Bad argument to routine.