diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-05-14 14:17:44 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2011-05-14 14:18:06 +0200 |
commit | c594192bac39e8ec9487f729b22dc0037d58b8c5 (patch) | |
tree | 90910fa69ffa3369cb686d5ed7bba3ee2972af22 | |
parent | 8478e57463db7a4f1b27d165d45de17c6d992ada (diff) | |
download | libbsd-c594192bac39e8ec9487f729b22dc0037d58b8c5.tar.gz |
Correct library name in man pages
-rw-r--r-- | src/heapsort.3 | 3 | ||||
-rw-r--r-- | src/radixsort.3 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/heapsort.3 b/src/heapsort.3 index 39ed3e0..4261c84 100644 --- a/src/heapsort.3 +++ b/src/heapsort.3 @@ -39,7 +39,8 @@ .Nm heapsort , mergesort .Nd sort functions .Sh LIBRARY -.Lb libc +.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd) +.Lb libbsd .Sh SYNOPSIS .In bsd/stdlib.h .Ft int diff --git a/src/radixsort.3 b/src/radixsort.3 index 82a4be7..3884124 100644 --- a/src/radixsort.3 +++ b/src/radixsort.3 @@ -35,7 +35,8 @@ .Nm radixsort , sradixsort .Nd radix sort .Sh LIBRARY -.Lb libc +.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd) +.Lb libbsd .Sh SYNOPSIS .In limits.h .In bsd/stdlib.h |