Module Name:    src
Committed By:   joerg
Date:           Tue Mar 30 14:26:55 UTC 2010

Modified Files:
        src/sbin/cgdconfig: cgdconfig.8

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sbin/cgdconfig/cgdconfig.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/cgdconfig/cgdconfig.8
diff -u src/sbin/cgdconfig/cgdconfig.8:1.29 src/sbin/cgdconfig/cgdconfig.8:1.30
--- src/sbin/cgdconfig/cgdconfig.8:1.29	Mon Oct 19 14:35:04 2009
+++ src/sbin/cgdconfig/cgdconfig.8	Tue Mar 30 14:26:55 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: cgdconfig.8,v 1.29 2009/10/19 14:35:04 wiz Exp $
+.\" $NetBSD: cgdconfig.8,v 1.30 2010/03/30 14:26:55 joerg Exp $
 .\"
 .\" Copyright (c) 2002, The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -367,7 +367,7 @@
 	verify_method none;
 	keygen pkcs5_pbkdf2/sha1 {
 		iterations 39361;
-		salt AAAAgMoHiYonye6Kog \\
+		salt AAAAgMoHiYonye6Kog \e
 		     dYJAobCHE=;
 	};
 .Ed
@@ -378,7 +378,7 @@
 	iv-method       encblkno1;
 	keylength       256;
 	verify_method   none;
-	keygen storedkey key AAABAK3QO6d7xzLfrXTdsgg4 \\
+	keygen storedkey key AAABAK3QO6d7xzLfrXTdsgg4 \e
 			     ly2TdxkFqOkYYcbyUKu/f60L;
 .Ed
 .Pp

Reply via email to