diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-17 23:41:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-17 23:41:44 +0000 |
commit | e3f9e7adc99fecca8a9f2992c1bdc47be2bc3a08 (patch) | |
tree | 15cc4f0466f0c47932df6425e3a95076bd621a91 /lib/libc/stdlib/malloc.3 | |
parent | 3129cf8b327fd8785a3f8595fd8972feda72fda0 (diff) |
add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index d5f8837ec23..f35c86ac48c 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.9 1998/08/15 20:32:02 deraadt Exp $ +.\" $OpenBSD: malloc.3,v 1.10 1998/11/17 23:41:43 aaron Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -318,6 +318,10 @@ as the default. .Pp ``unknown char in MALLOC_OPTIONS'' we found something we didn't understand. +.Sh FILES +.Bl -tag -width "/etc/malloc.conf" +.It Pa /etc/malloc.conf +symbolic link to file containing option flags .Sh SEE ALSO .Xr brk 2 , .Xr alloca 3 , |