diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
| commit | d0353b836e88609b9400851d32e0aa6645ff9be3 (patch) | |
| tree | aa7324a24491215cb462cf95382795f1649d10b6 /lib/libc/stdlib | |
| parent | 1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/getenv.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdlib/qsort.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/strtol.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/strtoul.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/tsearch.3 | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3 index 4753dfb6c578..d1122ef7c541 100644 --- a/lib/libc/stdlib/getenv.3 +++ b/lib/libc/stdlib/getenv.3 @@ -89,7 +89,7 @@ If the variable .Ar name does not exist in the list, it is inserted with the given -.Ar value. +.Ar value . If the variable does exist, the argument .Ar overwrite is tested; if diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index e9e4d2026c56..bc1a272247b2 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -40,7 +40,7 @@ .Dt MALLOC 3 .Os FreeBSD .Sh NAME -.Nm malloc, calloc, realloc, free, reallocf +.Nm malloc , calloc , realloc , free , reallocf .Nd general purpose memory allocation functions .Sh LIBRARY .Lb libc @@ -59,7 +59,7 @@ .Ft char * .Va _malloc_options .Ft void -.Va (*_malloc_message)(char *p1, char *p2, char *p3, char *p4) +.Fn \*(lp*_malloc_message\*(rp "char *p1" "char *p2" "char *p3" "char *p4" .Sh DESCRIPTION The .Fn malloc diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index 15e1690905ac..1192721fb24e 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -40,7 +40,7 @@ .Dt QSORT 3 .Os .Sh NAME -.Nm qsort, heapsort, mergesort +.Nm qsort , heapsort , mergesort .Nd sort functions .Sh LIBRARY .Lb libc diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index efa4385f164e..528b6d3a0822 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -40,7 +40,7 @@ .Dt STRTOL 3 .Os .Sh NAME -.Nm strtol, strtoq +.Nm strtol , strtoq .Nd convert string value to a long or quad_t integer .Sh LIBRARY .Lb libc diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index 1bde3e931204..01c092f3ae79 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -40,7 +40,7 @@ .Dt STRTOUL 3 .Os .Sh NAME -.Nm strtoul, strtouq +.Nm strtoul , strtouq .Nd "convert a string to an unsigned long or uquad_t integer" .Sh LIBRARY .Lb libc diff --git a/lib/libc/stdlib/tsearch.3 b/lib/libc/stdlib/tsearch.3 index 051eea4c7031..a474a69f2943 100644 --- a/lib/libc/stdlib/tsearch.3 +++ b/lib/libc/stdlib/tsearch.3 @@ -31,7 +31,7 @@ .Dt TSEARCH 3 .Os .Sh NAME -.Nm tsearch, tfind, tdelete, twalk +.Nm tsearch , tfind , tdelete , twalk .Nd manipulate binary search trees .Sh SYNOPSIS .Fd #include <search.h> |
