diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
index 9bb9b32033..8de3418bf1 100644
--- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.84 2001/10/08 12:53:06 tom Exp $
+     $FreeBSD$
 -->
 
 <chapter id="security">
@@ -3148,8 +3148,8 @@ Your identification has been saved in /home/user/.ssh/identity.
 
       <para>A SSH v2 DSA key can be created for the same purpose by using
 	the <command>ssh-keygen -d</command> command (or
-	<command>ssh-keygen -t dsa</command> for FreeBSD versions
-	prior to 4.4-RELEASE).  This will
+	<command>ssh-keygen -t dsa</command> for FreeBSD &os.current;).
+	This will
 	create a public/private DSA key for use in SSH v2 sessions only.
 	The public key is stored in <filename>~/.ssh/id_dsa.pub</filename>,
 	while the private key is in <filename>~/.ssh/id_dsa</filename>.</para>