summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authornaddy <>2022-03-31 17:27:26 +0000
committernaddy <>2022-03-31 17:27:26 +0000
commit086b95c9573f2c3a1b0b5652129686eb64beeb7e (patch)
treedd215ed7ee26566711b4b3f92093356c3f542d9e /src/lib/libc/stdlib/malloc.3
parent609f16ba617e874a45ceef4f2e8463f010e5dbe7 (diff)
downloadopenbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.tar.gz
openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.tar.bz2
openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.zip
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
Diffstat (limited to 'src/lib/libc/stdlib/malloc.3')
-rw-r--r--src/lib/libc/stdlib/malloc.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index dc3e691ece..9bd498ab50 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -30,9 +30,9 @@
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE. 31.\" SUCH DAMAGE.
32.\" 32.\"
33.\" $OpenBSD: malloc.3,v 1.128 2021/04/09 06:04:15 otto Exp $ 33.\" $OpenBSD: malloc.3,v 1.129 2022/03/31 17:27:16 naddy Exp $
34.\" 34.\"
35.Dd $Mdocdate: April 9 2021 $ 35.Dd $Mdocdate: March 31 2022 $
36.Dt MALLOC 3 36.Dt MALLOC 3
37.Os 37.Os
38.Sh NAME 38.Sh NAME
@@ -423,7 +423,7 @@ and multiplying
423.Fa oldnmemb 423.Fa oldnmemb
424and 424and
425.Fa size 425.Fa size
426results in integer overflow 426results in integer overflow,
427.Fn recallocarray 427.Fn recallocarray
428returns 428returns
429.Dv NULL 429.Dv NULL
@@ -610,7 +610,7 @@ Here is a brief description of the error messages and what they mean:
610.It Dq out of memory 610.It Dq out of memory
611If the 611If the
612.Cm X 612.Cm X
613option is specified it is an error for the allocation functions 613option is specified, it is an error for the allocation functions
614to return 614to return
615.Dv NULL . 615.Dv NULL .
616.It Dq bogus pointer (double free?) 616.It Dq bogus pointer (double free?)