summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-01-21 19:59:09 +0000
committerjmc <jmc@openbsd.org>2003-01-21 19:59:09 +0000
commitc83920af940868f7bc80f898df5b85857ea728c7 (patch)
treefe417e6338131293cffdc7c2ff9c35f0b590b8cf /lib/libc/stdlib
parentfix cut and paste piece in dma programming, caused jumpieness in animation; good diagnose by Kamil Andrusz <wizz@mniam.net> (diff)
downloadwireguard-openbsd-c83920af940868f7bc80f898df5b85857ea728c7.tar.xz
wireguard-openbsd-c83920af940868f7bc80f898df5b85857ea728c7.zip
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