summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2003-01-21 19:59:09 +0000
committerjmc <>2003-01-21 19:59:09 +0000
commit98a78d57b176408b5aca87705f9681c5b155b47c (patch)
tree669f6aaabb7e1a39c8e3f78dfb04c654a62fac0c /src
parenta8f50674f07b24c5ec6bf483f9b7b8e81bece10a (diff)
downloadopenbsd-98a78d57b176408b5aca87705f9681c5b155b47c.tar.gz
openbsd-98a78d57b176408b5aca87705f9681c5b155b47c.tar.bz2
openbsd-98a78d57b176408b5aca87705f9681c5b155b47c.zip
typos;
ok deraadt@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/malloc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index 8f05c38e86..4e31ad4355 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -34,7 +34,7 @@
34.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 34.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35.\" SUCH DAMAGE. 35.\" SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: malloc.3,v 1.24 2001/12/05 09:49:39 deraadt Exp $ 37.\" $OpenBSD: malloc.3,v 1.25 2003/01/21 19:59:09 jmc Exp $
38.\" 38.\"
39.Dd August 27, 1996 39.Dd August 27, 1996
40.Dt MALLOC 3 40.Dt MALLOC 3
@@ -223,7 +223,7 @@ This can substantially aid in compacting memory.
223.Pp 223.Pp
224.It Cm X 224.It Cm X
225.Dq xmalloc . 225.Dq xmalloc .
226rather than return failure, 226Rather than return failure,
227.Xr abort 3 227.Xr abort 3
228the program with a diagnostic message on stderr. 228the program with a diagnostic message on stderr.
229It is the intention that this option be set at compile time by 229It is the intention that this option be set at compile time by
@@ -256,7 +256,7 @@ The
256.Cm J 256.Cm J
257and 257and
258.Cm Z 258.Cm Z
259is mostly for testing and debugging. 259flags are mostly for testing and debugging.
260If a program changes behavior if either of these options are used, 260If a program changes behavior if either of these options are used,
261it is buggy. 261it is buggy.
262.Pp 262.Pp