summaryrefslogtreecommitdiff
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..750420662deb 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.8.1 2009/04/15 03:14:26 kensmith Exp $
.\"
.Dd January 27, 1994
.Dt RADIXSORT 3