Module Name:    src
Committed By:   joerg
Date:           Sat Nov  7 18:26:55 UTC 2015

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

Log Message:
Explain what "-V none" does.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/usr.bin/patch/patch.1:1.20
--- src/usr.bin/patch/patch.1:1.19	Sun Aug  2 12:19:12 2015
+++ src/usr.bin/patch/patch.1	Sat Nov  7 18:26:55 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.19 2015/08/02 12:19:12 wiz Exp $
+.\"	$NetBSD: patch.1,v 1.20 2015/11/07 18:26:55 joerg 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 August 2, 2015
+.Dd November 7, 2015
 .Dt PATCH 1
 .Os
 .Sh NAME
@@ -296,6 +296,8 @@ Make numbered backups of files that alre
 simple backups of the others.
 .It Cm never , simple
 Always make simple backups.
+.It Cm none
+No backups are created.
 .El
 .It Fl v , Fl Fl version
 Causes

Reply via email to