summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authoraaron <>1999-05-10 17:56:29 +0000
committeraaron <>1999-05-10 17:56:29 +0000
commit8fac8bd593ddef51bb74c1793bf51d0f2896f47c (patch)
tree9d2fb8105e147f450051213941b70c282c326c55 /src/lib/libc/stdlib/malloc.3
parent70c467211290751b1863ec14977acaae93b73b53 (diff)
downloadopenbsd-8fac8bd593ddef51bb74c1793bf51d0f2896f47c.tar.gz
openbsd-8fac8bd593ddef51bb74c1793bf51d0f2896f47c.tar.bz2
openbsd-8fac8bd593ddef51bb74c1793bf51d0f2896f47c.zip
correct some Xr's which referred to the wrong man page sections
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 9edff6709c..5daf18ac05 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: malloc.3,v 1.11 1999/03/23 21:07:57 millert Exp $ 36.\" $OpenBSD: malloc.3,v 1.12 1999/05/10 17:56:28 aaron Exp $
37.\" 37.\"
38.Dd August 27, 1996 38.Dd August 27, 1996
39.Dt MALLOC 3 39.Dt MALLOC 3
@@ -253,9 +253,9 @@ detects an error or warning condition,
253a message will be printed to filedescriptor 253a message will be printed to filedescriptor
2542 (not using stdio). 2542 (not using stdio).
255Errors will always result in the process being 255Errors will always result in the process being
256.Xr abort 2 'ed, 256.Xr abort 3 'ed.
257If the ``A'' option has been specified, also warnings will 257If the ``A'' option has been specified, warnings will also
258.Xr abort 2 258.Xr abort 3
259the process. 259the process.
260.Pp 260.Pp
261Here is a brief description of the error messages and what they mean: 261Here is a brief description of the error messages and what they mean: