Date: Fri, 18 Sep 2020 11:04:17 +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: r365875 - head/share/man/man9 Message-ID: <202009181104.08IB4HkK020223@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer) Date: Fri Sep 18 11:04:16 2020 New Revision: 365875 URL: https://svnweb.freebsd.org/changeset/base/365875 Log: crypto_buffer(9): Bring back the reference for bus_dma(9) The reference was accidentally deleted in r365855. Reported by: jhb Pointy hat to: gbe Modified: head/share/man/man9/crypto_buffer.9 Modified: head/share/man/man9/crypto_buffer.9 ============================================================================== --- head/share/man/man9/crypto_buffer.9 Fri Sep 18 07:27:01 2020 (r365874) +++ head/share/man/man9/crypto_buffer.9 Fri Sep 18 11:04:16 2020 (r365875) @@ -318,6 +318,7 @@ returns true if the request uses a separate output buf .Sh SEE ALSO .Xr ipsec 4 , .Xr crypto 7 , +.Xr bus_dma 9 , .Xr crypto 9 , .Xr crypto_driver 9 , .Xr crypto_request 9 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009181104.08IB4HkK020223>