svn commit: r365855 - head/share/man/man9

Gordon Bergling gbe at FreeBSD.org
Thu Sep 17 20:50:03 UTC 2020


Author: gbe (doc committer)
Date: Thu Sep 17 20:50:02 2020
New Revision: 365855
URL: https://svnweb.freebsd.org/changeset/base/365855

Log:
  crypto_buffer(9): Sort the SEE ALSO section
  
  MFC after:	3 days

Modified:
  head/share/man/man9/crypto_buffer.9

Modified: head/share/man/man9/crypto_buffer.9
==============================================================================
--- head/share/man/man9/crypto_buffer.9	Thu Sep 17 20:42:41 2020	(r365854)
+++ head/share/man/man9/crypto_buffer.9	Thu Sep 17 20:50:02 2020	(r365855)
@@ -198,7 +198,7 @@ A scatter/gather list of kernel buffers as described i
 A network memory buffer as described in
 .Xr mbuf 9 .
 .It Dv CRYPTO_BUF_VMPAGE
-A scatter/gather list of 
+A scatter/gather list of
 .Vt vm_page_t
 structures describing pages in the kernel's address space.
 This buffer type is only available if
@@ -317,11 +317,10 @@ returns the length in bytes of a contiguous segment.
 returns true if the request uses a separate output buffer.
 .Sh SEE ALSO
 .Xr ipsec 4 ,
-.Xr bus_dma 9 ,
 .Xr crypto 7 ,
 .Xr crypto 9 ,
-.Xr crypto_request 9 ,
 .Xr crypto_driver 9 ,
+.Xr crypto_request 9 ,
 .Xr crypto_session 9 ,
-.Xr mbuf 9
+.Xr mbuf 9 ,
 .Xr uio 9


More information about the svn-src-all mailing list