diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-11 18:58:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-11 18:58:17 +0000 |
commit | c5cec3c7224fb232f0c3b54c9f9bb01ed0b1a08e (patch) | |
tree | cd3e65691c432681912b37d351987ed958411a45 /usr.bin/find | |
parent | 23861edeb7af7aa64544d26f8ad9ec7d548b2f2f (diff) |
delete bogus escaping from ellipsis to forestall cargo cult effects
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 132f52bc3bd..acf89e7f601 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.90 2015/02/28 21:51:56 bentley Exp $ +.\" $OpenBSD: find.1,v 1.91 2015/09/11 18:58:16 schwarze Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 28 2015 $ +.Dd $Mdocdate: September 11 2015 $ .Dt FIND 1 .Os .Sh NAME @@ -41,7 +41,7 @@ .Nm find .Op Fl dHhLXx .Op Fl f Ar path -.Ar path ...\& +.Ar path ... .Op Ar expression .Sh DESCRIPTION .Nm |