summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/radixsort.3
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-08-19 08:35:14 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-08-19 08:35:14 +0000
commitd7615c200c61c89d6c4f97de1e3abf99bb759de9 (patch)
tree35d8d19aca072dba63d7062d615a555693a9142a /lib/libc/stdlib/radixsort.3
parent796010265f845625013cfa4bb2f73a26d43f30d2 (diff)
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/stdlib/radixsort.3')
-rw-r--r--lib/libc/stdlib/radixsort.33
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3
index 3654f8279fa..9dc803eb272 100644
--- a/lib/libc/stdlib/radixsort.3
+++ b/lib/libc/stdlib/radixsort.3
@@ -29,8 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)radixsort.3 8.2 (Berkeley) 1/27/94
-.\" $Id: radixsort.3,v 1.1 1995/10/18 08:42:18 deraadt Exp $
+.\" $OpenBSD: radixsort.3,v 1.2 1996/08/19 08:33:43 tholo Exp $
.\"
.Dd January 27, 1994
.Dt RADIXSORT 3