From: Guillem Jover Date: Sat, 14 May 2011 12:17:44 +0000 (+0200) Subject: Correct library name in man pages X-Git-Tag: 0.3.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c594192bac39e8ec9487f729b22dc0037d58b8c5;p=thirdparty%2Flibbsd.git Correct library name in man pages --- 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