Date: Sat, 19 Sep 2020 15:08:58 +0000 (UTC) From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r365904 - head/share/man/man7 Message-ID: <202009191508.08JF8wLM063477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer) Date: Sat Sep 19 15:08:57 2020 New Revision: 365904 URL: https://svnweb.freebsd.org/changeset/base/365904 Log: crypto(7): Correct Sections out of conventional order error Event: September 2020 Bugathon MFC after: 1 week Modified: head/share/man/man7/crypto.7 Modified: head/share/man/man7/crypto.7 ============================================================================== --- head/share/man/man7/crypto.7 Sat Sep 19 14:49:31 2020 (r365903) +++ head/share/man/man7/crypto.7 Sat Sep 19 15:08:57 2020 (r365904) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 04, 2020 +.Dd June 4, 2020 .Dt CRYPTO 7 .Os .Sh NAME @@ -166,13 +166,13 @@ This algorithm implements Cipher Block Chaining. 16 or 32 .El .El +.Sh SEE ALSO +.Xr crypto 4 , +.Xr crypto 9 .Sh HISTORY The .Nm manpage first appeared in .Fx 10.1 . -.Sh SEE ALSO -.Xr crypto 4 , -.Xr crypto 9 .Sh BUGS Not all the implemented algorithms are listed.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009191508.08JF8wLM063477>