diff options
author | naddy <> | 2022-03-31 17:27:26 +0000 |
---|---|---|
committer | naddy <> | 2022-03-31 17:27:26 +0000 |
commit | 086b95c9573f2c3a1b0b5652129686eb64beeb7e (patch) | |
tree | dd215ed7ee26566711b4b3f92093356c3f542d9e /src/lib/libc/stdlib/malloc.3 | |
parent | 609f16ba617e874a45ceef4f2e8463f010e5dbe7 (diff) | |
download | openbsd-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.3 | 8 |
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 |
424 | and | 424 | and |
425 | .Fa size | 425 | .Fa size |
426 | results in integer overflow | 426 | results in integer overflow, |
427 | .Fn recallocarray | 427 | .Fn recallocarray |
428 | returns | 428 | returns |
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 |
611 | If the | 611 | If the |
612 | .Cm X | 612 | .Cm X |
613 | option is specified it is an error for the allocation functions | 613 | option is specified, it is an error for the allocation functions |
614 | to return | 614 | to return |
615 | .Dv NULL . | 615 | .Dv NULL . |
616 | .It Dq bogus pointer (double free?) | 616 | .It Dq bogus pointer (double free?) |