diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /lib/libc/stdlib | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
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 4753dfb..d1122ef 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 e9e4d20..bc1a272 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 15e1690..1192721 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 efa4385..528b6d3 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 1bde3e9..01c092f 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 051eea4..a474a69 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> |