Module Name:    src
Committed By:   joerg
Date:           Mon Apr  5 21:22:37 UTC 2010

Modified Files:
        src/bin/pax: pax.1

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/bin/pax/pax.1

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

Modified files:

Index: src/bin/pax/pax.1
diff -u src/bin/pax/pax.1:1.56 src/bin/pax/pax.1:1.57
--- src/bin/pax/pax.1:1.56	Sun Sep  6 13:38:50 2009
+++ src/bin/pax/pax.1	Mon Apr  5 21:22:37 2010
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pax.1,v 1.56 2009/09/06 13:38:50 christos Exp $
+.\"    $NetBSD: pax.1,v 1.57 2010/04/05 21:22:37 joerg Exp $
 .\"
 .\" Copyright (c) 1992 Keith Muller.
 .\" Copyright (c) 1992, 1993
@@ -642,7 +642,7 @@
 .Cm old
 is a basic regular expression and
 .Cm new
-can contain an ampersand (\*[Am]), \\n (where n is a digit) back-references,
+can contain an ampersand (\*[Am]), \en (where n is a digit) back-references,
 or subexpression matching.
 The
 .Cm old
@@ -877,7 +877,7 @@
 name, or when starting with a
 .Cm # ,
 a numeric gid.
-A '\\' can be used to escape the
+A '\e' can be used to escape the
 .Cm # .
 Multiple
 .Fl G
@@ -1059,7 +1059,7 @@
 name, or when starting with a
 .Cm # ,
 a numeric uid.
-A '\\' can be used to escape the
+A '\e' can be used to escape the
 .Cm # .
 Multiple
 .Fl U

Reply via email to