aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/malloc.9
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-03 14:05:08 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-03 14:05:08 +0000
commit1111b49c35645b9561e28458a445684ef38c0881 (patch)
tree75bfb1e1be2145ef60ed94537b7c8d188328a01f /share/man/man9/malloc.9
parent137d85e410bdb1ac509730ec7a43bdb5a701d76e (diff)
downloadsrc-1111b49c35645b9561e28458a445684ef38c0881.tar.gz
src-1111b49c35645b9561e28458a445684ef38c0881.zip
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Notes
Notes: svn path=/head/; revision=57731
Diffstat (limited to 'share/man/man9/malloc.9')
-rw-r--r--share/man/man9/malloc.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index e3ff35ef8c65..15b1b56c32fb 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -199,7 +199,8 @@ such things as writing outside the allocated area and imbalanced calls to the
.Fn malloc
and
.Fn free
-functions. Failing consistency checks will cause a panic or a system console
+functions.
+Failing consistency checks will cause a panic or a system console
message:
.Bl -bullet -offset indent -compact
.Pp