diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-15 20:51:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-15 20:51:39 +0000 |
commit | d1e3490c2c01c8d4c419a531ccbba23627555a8c (patch) | |
tree | 51922fc49afafddf96d2c0f37ca0596c58562981 /usr.sbin | |
parent | 7f51966fb29bd3bf3348d5e49422c1934fa6949a (diff) |
More delimiters that need quoting inside macros, hunted down by jmc@,
who asked me to commit because he is just running out of the door.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mtree/mtree.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index 90dc1339c1f..2ca574eb131 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtree.8,v 1.33 2010/07/13 07:01:23 jmc Exp $ +.\" $OpenBSD: mtree.8,v 1.34 2010/07/15 20:51:38 schwarze Exp $ .\" $NetBSD: mtree.8,v 1.4 1995/03/07 21:26:25 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mtree.8 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: July 13 2010 $ +.Dd $Mdocdate: July 15 2010 $ .Dt MTREE 8 .Os .Sh NAME @@ -257,7 +257,7 @@ The file name may be preceded by whitespace characters. The file name may contain any of the standard file name matching characters .Po -.Dq [ , +.Dq \&[ , .Dq \&] , .Dq \&? , or |