Module Name:    src
Committed By:   joerg
Date:           Mon Apr  5 19:27:16 UTC 2010

Modified Files:
        src/share/man/man9: config.9

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/share/man/man9/config.9

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

Modified files:

Index: src/share/man/man9/config.9
diff -u src/share/man/man9/config.9:1.27 src/share/man/man9/config.9:1.28
--- src/share/man/man9/config.9:1.27	Wed Mar  3 13:57:35 2010
+++ src/share/man/man9/config.9	Mon Apr  5 19:27:16 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: config.9,v 1.27 2010/03/03 13:57:35 pooka Exp $
+.\"     $NetBSD: config.9,v 1.28 2010/04/05 19:27:16 joerg Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -167,7 +167,7 @@
 .Em options
 are defined in file
 .Em filename .
-This statement permits ``options FOO=bar'' or ``option FOO="\\"com\\""''
+This statement permits ``options FOO=bar'' or ``option FOO="\e"com\e""''
 in the machine description file.
 .Xr config 1
 will generate an error if a value is not given.

Reply via email to