aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/radixsort.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/radixsort.3')
-rw-r--r--lib/libc/stdlib/radixsort.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3
index dfa65f1359b3..8ed4c3c5f22c 100644
--- a/lib/libc/stdlib/radixsort.3
+++ b/lib/libc/stdlib/radixsort.3
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)radixsort.3 8.2 (Berkeley) 1/27/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/stdlib/radixsort.3,v 1.12.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $
.\"
.Dd January 27, 1994
.Dt RADIXSORT 3