git: 3211796d7f48 - main - mdoc style: whitespace fixes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Feb 2022 14:02:40 UTC
The branch main has been updated by brueffer:
URL: https://cgit.FreeBSD.org/src/commit/?id=3211796d7f48169925eccba1804e9bf73cd7fd50
commit 3211796d7f48169925eccba1804e9bf73cd7fd50
Author: Christian Brueffer <brueffer@FreeBSD.org>
AuthorDate: 2022-02-25 13:22:23 +0000
Commit: Christian Brueffer <brueffer@FreeBSD.org>
CommitDate: 2022-02-25 14:02:13 +0000
mdoc style: whitespace fixes.
---
share/man/man4/acpi_wmi.4 | 1 -
share/man/man4/hmt.4 | 1 -
share/man/man4/md.4 | 2 --
share/man/man4/sa.4 | 2 +-
share/man/man4/vmm.4 | 2 --
5 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/share/man/man4/acpi_wmi.4 b/share/man/man4/acpi_wmi.4
index 0f73573cf876..eaf85440702c 100644
--- a/share/man/man4/acpi_wmi.4
+++ b/share/man/man4/acpi_wmi.4
@@ -64,7 +64,6 @@ Managed Object Format (MOF) blob.
You can obtain human readable output by bmf2mof in bmfdec tool.
(https://github.com/pali/bmfdec)
.El
-
.Sh EXAMPLES
.Bd -literal
# cat /dev/wmistat0
diff --git a/share/man/man4/hmt.4 b/share/man/man4/hmt.4
index d939c655d24d..e5d0100c6b42 100644
--- a/share/man/man4/hmt.4
+++ b/share/man/man4/hmt.4
@@ -39,7 +39,6 @@ your kernel configuration file:
.Cd "device hid"
.Cd "device hconf"
.Cd "device evdev"
-
.Ed
.Pp
Alternatively, to load the driver as a
diff --git a/share/man/man4/md.4 b/share/man/man4/md.4
index 621d1a55c12d..d6b92d86507d 100644
--- a/share/man/man4/md.4
+++ b/share/man/man4/md.4
@@ -125,7 +125,6 @@ dedicate to the kmem_arena map.
The scale value is the ratio of physical to virtual pages.
The default value of 3 allocates a page of KVA for each 3 pages
of physical ram in the system.
-
The kernel and modules, including the root image, also consume KVA.
The combination of a large root image and the default scaling
may preallocate so much KVA that there is not enough
@@ -133,7 +132,6 @@ remaining address space to allocate kernel stacks, IO buffers,
and other resources that are not part of kmem_arena.
Overallocating kmem_arena space is likely to manifest as failure to
launch userland processes with "cannot allocate kernel stack" messages.
-
Setting the scale value too high may result in kernel failure to allocate
memory because kmem_arena is too small, and the failure may require
significant runtime to manifest.
diff --git a/share/man/man4/sa.4 b/share/man/man4/sa.4
index 35ffcdb877d6..928bf5e90292 100644
--- a/share/man/man4/sa.4
+++ b/share/man/man4/sa.4
@@ -340,7 +340,7 @@ driver will use the drive's recommended timeouts for commands.
.Pp
The timeouts in use are reported in units of
.Sy thousandths
-of a second via the
+of a second via the
.Va kern.cam.sa.%d.timeout.*
.Xr sysctl 8
variables.
diff --git a/share/man/man4/vmm.4 b/share/man/man4/vmm.4
index 9a39cec665da..5f2ebcd8c9c0 100644
--- a/share/man/man4/vmm.4
+++ b/share/man/man4/vmm.4
@@ -100,5 +100,3 @@ first appeared in
.Sh AUTHORS
.An Neel Natu Aq neel@freebsd.org
.An Peter Grehan Aq grehan@freebsd.org
-
-