summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/DEVICE_PROBE.92
-rw-r--r--share/man/man9/malloc.92
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9
index 36e48e9..08b2d96 100644
--- a/share/man/man9/DEVICE_PROBE.9
+++ b/share/man/man9/DEVICE_PROBE.9
@@ -75,7 +75,7 @@ the child devices will be automatically probed and attached.
A value equal to or less than zero indicates success, greater than
zero indicates an error (errno). For values equal to or less than
zero: zero indicates highest priority, no further probing is done;
-for a value less then zero, the lower the value the lower the
+for a value less than zero, the lower the value the lower the
priority, e.g. -100 indicates a lower priority than -50.
.Sh SEE ALSO
.Xr device 9 ,
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 937317a..ff07220 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -152,7 +152,7 @@ If this flag is set,
.Fn malloc
will return
.Dv NULL
-rather then block.
+rather than block.
Note that
.Dv M_WAITOK
is defined to be 0, meaning that blocking operation is the default.
OpenPOWER on IntegriCloud