]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mem(4): Improve ioctl section formatting
authorMitchell Horne <mhorne@FreeBSD.org>
Thu, 24 Feb 2022 16:15:17 +0000 (12:15 -0400)
committerMitchell Horne <mhorne@FreeBSD.org>
Tue, 5 Apr 2022 18:35:05 +0000 (15:35 -0300)
commit071b78ce8fecd874c9aaa329467399c7b500c2e8
tree328b4a1ec1bfa7d96a31b33a20be2aa260c9156a
parent393b7606f9c18c27f340edb28395093b618f68bd
mem(4): Improve ioctl section formatting

Add the missing .El which fixes the indentation of the memory range
definitions and operation. Add subsection headings to further clarify
this section. Do the same for the RETURN VALUES section, and mention
explicitly that MEM_EXTRACT_PADDR always returns zero.

Reviewed by: markj, 0mp, Pau Amma <pauamma@gundo.com>
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D34574
share/man/man4/mem.4