summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-15 08:23:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-15 08:23:38 +0000
commita96227e028649a4b6ded7efcbf154d9793bc5529 (patch)
tree304b8ec7b35b01932c899704b527187b18fd436a /usr.sbin/mtree
parentf51001a88b67a7ce17dc997ecebaa1a35976e9ac (diff)
no need to escape a double dot sequence (..);
Diffstat (limited to 'usr.sbin/mtree')
-rw-r--r--usr.sbin/mtree/mtree.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8
index 30c7764fe53..46a512be9b0 100644
--- a/usr.sbin/mtree/mtree.8
+++ b/usr.sbin/mtree/mtree.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtree.8,v 1.30 2005/10/15 08:20:40 jmc Exp $
+.\" $OpenBSD: mtree.8,v 1.31 2005/10/15 08:23:37 jmc Exp $
.\" $NetBSD: mtree.8,v 1.4 1995/03/07 21:26:25 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -277,7 +277,7 @@ Specifying a directory will cause subsequent files to be searched
for in that directory hierarchy.
Which brings us to the last type of line in a specification: a line
containing only the string
-.Dq \&..
+.Dq ..
causes the current directory
path to ascend one level.
.Pp