svn commit: r330739 - stable/11/lib/libc/rpc

Eitan Adler eadler at FreeBSD.org
Sat Mar 10 09:17:53 UTC 2018


Author: eadler
Date: Sat Mar 10 09:17:52 2018
New Revision: 330739
URL: https://svnweb.freebsd.org/changeset/base/330739

Log:
  MFC r330572:
  
  des_crypt.3: Fix typo.

Modified:
  stable/11/lib/libc/rpc/des_crypt.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/rpc/des_crypt.3
==============================================================================
--- stable/11/lib/libc/rpc/des_crypt.3	Sat Mar 10 08:51:02 2018	(r330738)
+++ stable/11/lib/libc/rpc/des_crypt.3	Sat Mar 10 09:17:52 2018	(r330739)
@@ -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.


More information about the svn-src-stable mailing list