diff options
| author | deraadt <> | 2014-04-21 13:21:57 +0000 | 
|---|---|---|
| committer | deraadt <> | 2014-04-21 13:21:57 +0000 | 
| commit | af9b5015b45ef996a4f8738fdad02ac91945e262 (patch) | |
| tree | 59c8b88d0296379421f61b4401879c65259d6c6f /src/lib/libc | |
| parent | 69ac3f14cbc50e09548b3c1f4a6b364a5bf624b6 (diff) | |
| download | openbsd-af9b5015b45ef996a4f8738fdad02ac91945e262.tar.gz openbsd-af9b5015b45ef996a4f8738fdad02ac91945e262.tar.bz2 openbsd-af9b5015b45ef996a4f8738fdad02ac91945e262.zip | |
correct man page section
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index ec43b631b6..c8dc01c4c4 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.50 2014/04/21 13:17:32 deraadt Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.51 2014/04/21 13:21:57 deraadt Exp $ | 
| 2 | 2 | ||
| 3 | # stdlib sources | 3 | # stdlib sources | 
| 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib | 
| @@ -44,7 +44,7 @@ MLINKS+=insque.3 remque.3 | |||
| 44 | MLINKS+=labs.3 llabs.3 | 44 | MLINKS+=labs.3 llabs.3 | 
| 45 | MLINKS+=lsearch.3 lfind.3 | 45 | MLINKS+=lsearch.3 lfind.3 | 
| 46 | MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 | 46 | MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 | 
| 47 | MLINKS+=malloc.3 mallocarray.5 malloc.3 cfree.3 malloc.3 malloc.conf.5 | 47 | MLINKS+=malloc.3 mallocarray.3 malloc.3 cfree.3 malloc.3 malloc.conf.5 | 
| 48 | MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 | 48 | MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 | 
| 49 | MLINKS+=radixsort.3 sradixsort.3 | 49 | MLINKS+=radixsort.3 sradixsort.3 | 
| 50 | MLINKS+=rand.3 srand.3 rand.3 rand_r.3 | 50 | MLINKS+=rand.3 srand.3 rand.3 rand_r.3 | 
