From a96227e028649a4b6ded7efcbf154d9793bc5529 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sat, 15 Oct 2005 08:23:38 +0000 Subject: no need to escape a double dot sequence (..); --- usr.sbin/mtree/mtree.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') 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 -- cgit v1.2.3