summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-10-15 08:23:37 +0000
committerjmc <jmc@openbsd.org>2005-10-15 08:23:37 +0000
commita7488b0eb05bc8cfcc82a7a59854a6fe5c9c5f1a (patch)
treecbff0a6bbd263b2f63ed3b7fbf2a26c00d7214ba /usr.sbin/mtree
parentsync the keywords list back into (alphabetical) order; (diff)
downloadwireguard-openbsd-a7488b0eb05bc8cfcc82a7a59854a6fe5c9c5f1a.tar.xz
wireguard-openbsd-a7488b0eb05bc8cfcc82a7a59854a6fe5c9c5f1a.zip
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