From 7c0f11b1671417f9ac6161ba7847a544ccc5504d Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 28 Feb 1996 20:30:33 +0000 Subject: [PATCH] Move the RCS id to the proper place in the file. --- libexec/telnetd/telnetd.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 2034e94cf4af..df081c04ad68 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -1,3 +1,5 @@ +.\" $NetBSD: telnetd.8,v 1.7 1996/02/28 20:30:33 thorpej Exp $ +.\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -30,7 +32,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)telnetd.8 8.3 (Berkeley) 3/1/94 -.\" $NetBSD: telnetd.8,v 1.6 1996/02/24 01:34:47 jtk Exp $ .\" .Dd March 1, 1994 .Dt TELNETD 8