diff options
| author | wiz <wiz@NetBSD.org> | 2015-08-02 12:19:12 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2015-08-02 12:19:12 +0000 |
| commit | d58823434d0742f4b58715ed7744b9fcdeb7356a (patch) | |
| tree | 7600059e173c1bc59809164b88f66927fea358a5 /usr.bin/patch/patch.1 | |
| parent | 977a69a0ad05b25ea6e7e85f27100af3703eafdc (diff) | |
Fix two typos.
Diffstat (limited to 'usr.bin/patch/patch.1')
| -rw-r--r-- | usr.bin/patch/patch.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index 306040c98cd..20183fc17c3 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,6 +1,6 @@ .\" $OpenBSD: patch.1,v 1.22 2008/06/06 20:44:00 jmc Exp $ .\" $DragonFly: src/usr.bin/patch/patch.1,v 1.10 2008/08/18 19:15:55 joerg Exp $ -.\" $NetBSD: patch.1,v 1.18 2015/08/02 03:19:02 christos Exp $ +.\" $NetBSD: patch.1,v 1.19 2015/08/02 12:19:12 wiz Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Auguest 2, 2015 +.Dd August 2, 2015 .Dt PATCH 1 .Os .Sh NAME @@ -445,7 +445,7 @@ the shortest basename, and the shortest total file name length (in that order). .It If no file exists, .Nm -checks for the existence of the files in an RCS directory sing the criteria +checks for the existence of the files in an RCS directory using the criteria specified above. If found, .Nm |
