diff options
author | jmc <> | 2003-01-21 19:59:09 +0000 |
---|---|---|
committer | jmc <> | 2003-01-21 19:59:09 +0000 |
commit | 98a78d57b176408b5aca87705f9681c5b155b47c (patch) | |
tree | 669f6aaabb7e1a39c8e3f78dfb04c654a62fac0c /src | |
parent | a8f50674f07b24c5ec6bf483f9b7b8e81bece10a (diff) | |
download | openbsd-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.3 | 6 |
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 . |
226 | rather than return failure, | 226 | Rather than return failure, |
227 | .Xr abort 3 | 227 | .Xr abort 3 |
228 | the program with a diagnostic message on stderr. | 228 | the program with a diagnostic message on stderr. |
229 | It is the intention that this option be set at compile time by | 229 | It is the intention that this option be set at compile time by |
@@ -256,7 +256,7 @@ The | |||
256 | .Cm J | 256 | .Cm J |
257 | and | 257 | and |
258 | .Cm Z | 258 | .Cm Z |
259 | is mostly for testing and debugging. | 259 | flags are mostly for testing and debugging. |
260 | If a program changes behavior if either of these options are used, | 260 | If a program changes behavior if either of these options are used, |
261 | it is buggy. | 261 | it is buggy. |
262 | .Pp | 262 | .Pp |