Module Name:    src
Committed By:   joerg
Date:           Tue Mar 30 14:05:32 UTC 2010

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

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/mount_ntfs/mount_ntfs.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/mount_ntfs/mount_ntfs.8
diff -u src/sbin/mount_ntfs/mount_ntfs.8:1.17 src/sbin/mount_ntfs/mount_ntfs.8:1.18
--- src/sbin/mount_ntfs/mount_ntfs.8:1.17	Mon Jan 31 05:19:19 2005
+++ src/sbin/mount_ntfs/mount_ntfs.8	Tue Mar 30 14:05:32 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_ntfs.8,v 1.17 2005/01/31 05:19:19 erh Exp $
+.\" $NetBSD: mount_ntfs.8,v 1.18 2010/03/30 14:05:32 joerg Exp $
 .\"
 .\" Copyright (c) 1993,1994 Christopher G. Demetriou
 .\" Copyright (c) 1999 Semen Ustimenko
@@ -108,12 +108,12 @@
 .Pp
 To get volume name (in Unicode):
 .Bd -literal -offset indent
-# cat /mnt/\\$Volume:\\$VOLUME_NAME
+# cat /mnt/\e$Volume:\e$VOLUME_NAME
 .Ed
 .Pp
 To read directory raw data:
 .Bd -literal -offset indent
-# cat /mnt/foodir:\\$INDEX_ROOT:\\$I30
+# cat /mnt/foodir:\e$INDEX_ROOT:\e$I30
 .Ed
 .Ss Limited support for writing
 There is limited writing ability for files.

Reply via email to