summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-01-21 19:59:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-01-21 19:59:10 +0000
commit1908f8cbef776236c874cdacbe9591ac4bd8fcf0 (patch)
tree60b6a5651914340f2c2ce5bf0776db59ecb014ea /lib/libc/stdlib
parent4d00ed48595105f2f08ef55cb2ed68e4c9d33019 (diff)
typos;
ok deraadt@
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/malloc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 8f05c38e866..4e31ad43552 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -34,7 +34,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: malloc.3,v 1.24 2001/12/05 09:49:39 deraadt Exp $
+.\" $OpenBSD: malloc.3,v 1.25 2003/01/21 19:59:09 jmc Exp $
.\"
.Dd August 27, 1996
.Dt MALLOC 3
@@ -223,7 +223,7 @@ This can substantially aid in compacting memory.
.Pp
.It Cm X
.Dq xmalloc .
-rather than return failure,
+Rather than return failure,
.Xr abort 3
the program with a diagnostic message on stderr.
It is the intention that this option be set at compile time by
@@ -256,7 +256,7 @@ The
.Cm J
and
.Cm Z
-is mostly for testing and debugging.
+flags are mostly for testing and debugging.
If a program changes behavior if either of these options are used,
it is buggy.
.Pp