From 6e1eb12881c4a5805bafe09f50bbaa03b43a5ad6 Mon Sep 17 00:00:00 2001
From: Chern Lee <chern@FreeBSD.org>
Date: Sat, 13 Oct 2001 22:57:16 +0000
Subject: [PATCH] Fix explanation of ssh-keygen for the last time.

---
 en_US.ISO8859-1/books/handbook/security/chapter.sgml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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>