Module Name:    src
Committed By:   wiz
Date:           Sun Aug  2 12:19:13 UTC 2015

Modified Files:
        src/usr.bin/patch: patch.1

Log Message:
Fix two typos.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/patch/patch.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/patch/patch.1
diff -u src/usr.bin/patch/patch.1:1.18 src/usr.bin/patch/patch.1:1.19
--- src/usr.bin/patch/patch.1:1.18	Sun Aug  2 03:19:02 2015
+++ src/usr.bin/patch/patch.1	Sun Aug  2 12:19:12 2015
@@ -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 
 .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

Reply via email to