]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Correct library name in man pages
authorGuillem Jover <guillem@hadrons.org>
Sat, 14 May 2011 12:17:44 +0000 (14:17 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sat, 14 May 2011 12:18:06 +0000 (14:18 +0200)
src/heapsort.3
src/radixsort.3

index 39ed3e0726b757534cc14495aa0b7551d5457f93..4261c84a65aac6b693146d78550f3500ca57853c 100644 (file)
@@ -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
index 82a4be72d3a799f042ffd5fac86584615354ec8f..3884124671476bffd9dc4ad6ac95d65ce06c6fff 100644 (file)
@@ -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