mdoc(7) police: kill HSBs, add missing comma.

This commit is contained in:
Ruslan Ermilov 2001-12-12 14:41:53 +00:00
parent 9a05e59078
commit f0cc88ffed

View File

@ -117,8 +117,9 @@ is returned and
the memory referenced by the memory referenced by
.Fa ptr .Fa ptr
is valid and unchanged. is valid and unchanged.
If memory can be allocated a pointer to the newly allocated portion of If memory can be allocated, a pointer to the newly allocated portion of
the memory is returned. Note that this may be different from the value the memory is returned.
Note that this may be different from the value
passed as passed as
.Fa ptr . .Fa ptr .
If If
@ -191,8 +192,8 @@ option.
This is intended for debugging and will impact performance negatively. This is intended for debugging and will impact performance negatively.
.It H .It H
Pass a hint to the kernel about pages unused by the allocation functions. Pass a hint to the kernel about pages unused by the allocation functions.
This will help performance if the system is paging excessively. This This will help performance if the system is paging excessively.
option is off by default. This option is off by default.
.It R .It R
Causes the Causes the
.Fn realloc .Fn realloc
@ -329,7 +330,8 @@ done by a process.
.Pp .Pp
A side effect of this architecture is that many minor transgressions on A side effect of this architecture is that many minor transgressions on
the interface which would traditionally not be detected are in fact the interface which would traditionally not be detected are in fact
detected. As a result, programs that have been running happily for detected.
As a result, programs that have been running happily for
years may suddenly start to complain loudly, when linked with this years may suddenly start to complain loudly, when linked with this
allocation implementation. allocation implementation.
.Pp .Pp
@ -345,7 +347,8 @@ options and symbols for debugger support.
If the program starts to give unusual results, coredump or generally behave If the program starts to give unusual results, coredump or generally behave
differently without emitting any of the messages listed in the next differently without emitting any of the messages listed in the next
section, it is likely because it depends on the storage being filled with section, it is likely because it depends on the storage being filled with
zero bytes. Try running it with zero bytes.
Try running it with
.Dq Z .Dq Z
option set; option set;
if that improves the situation, this diagnosis has been confirmed. if that improves the situation, this diagnosis has been confirmed.
@ -439,7 +442,8 @@ or
is trying to free does not reference a possible page. is trying to free does not reference a possible page.
.It "recursive call" .It "recursive call"
A process has attempted to call an allocation function recursively. A process has attempted to call an allocation function recursively.
This is not permitted. In particular, signal handlers should not This is not permitted.
In particular, signal handlers should not
attempt to allocate memory. attempt to allocate memory.
.It "unknown char in MALLOC_OPTIONS" .It "unknown char in MALLOC_OPTIONS"
An unknown option was specified. An unknown option was specified.
@ -466,7 +470,8 @@ functions conform to
.Sh HISTORY .Sh HISTORY
The present allocation implementation started out as a filesystem for a The present allocation implementation started out as a filesystem for a
drum attached to a 20bit binary challenged computer which was built drum attached to a 20bit binary challenged computer which was built
with discrete germanium transistors. It has since graduated to with discrete germanium transistors.
It has since graduated to
handle primary storage rather than secondary. handle primary storage rather than secondary.
It first appeared in its new shape and ability in It first appeared in its new shape and ability in
.Fx 2.2 . .Fx 2.2 .