diff options
author | aaron <> | 1999-05-10 17:56:29 +0000 |
---|---|---|
committer | aaron <> | 1999-05-10 17:56:29 +0000 |
commit | 8fac8bd593ddef51bb74c1793bf51d0f2896f47c (patch) | |
tree | 9d2fb8105e147f450051213941b70c282c326c55 /src/lib/libc/stdlib/malloc.3 | |
parent | 70c467211290751b1863ec14977acaae93b73b53 (diff) | |
download | openbsd-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.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 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, | |||
253 | a message will be printed to filedescriptor | 253 | a message will be printed to filedescriptor |
254 | 2 (not using stdio). | 254 | 2 (not using stdio). |
255 | Errors will always result in the process being | 255 | Errors will always result in the process being |
256 | .Xr abort 2 'ed, | 256 | .Xr abort 3 'ed. |
257 | If the ``A'' option has been specified, also warnings will | 257 | If the ``A'' option has been specified, warnings will also |
258 | .Xr abort 2 | 258 | .Xr abort 3 |
259 | the process. | 259 | the process. |
260 | .Pp | 260 | .Pp |
261 | Here is a brief description of the error messages and what they mean: | 261 | Here is a brief description of the error messages and what they mean: |