summaryrefslogtreecommitdiff
path: root/usr.sbin/syspatch
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2019-06-15 16:54:20 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2019-06-15 16:54:20 +0000
commit9f68ecbf05ee7e98994b6fb8b66b05d40b2c0517 (patch)
tree15e35bb0ce4204d909654fcde73823725d018ec4 /usr.sbin/syspatch
parent1416bd21f39d1bee804b2d09480730e3ae771548 (diff)
"If any sets are missing, patches are skipped accordingly."
wording help and ok jmc@
Diffstat (limited to 'usr.sbin/syspatch')
-rw-r--r--usr.sbin/syspatch/syspatch.85
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/syspatch/syspatch.8 b/usr.sbin/syspatch/syspatch.8
index a3cf450909e..d95444ac6e0 100644
--- a/usr.sbin/syspatch/syspatch.8
+++ b/usr.sbin/syspatch/syspatch.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syspatch.8,v 1.19 2017/08/22 13:32:50 ajacoutot Exp $
+.\" $OpenBSD: syspatch.8,v 1.20 2019/06/15 16:54:19 ajacoutot Exp $
.\"
.\" Copyright (c) 2016 Antoine Jacoutot <ajacoutot@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 22 2017 $
+.Dd $Mdocdate: June 15 2019 $
.Dt SYSPATCH 8
.Os
.Sh NAME
@@ -36,6 +36,7 @@ will apply
missing patches, creating a rollback tarball containing the files it is about
to replace, then extracting and installing all files contained in the syspatch
tarball.
+If any sets are missing, patches are skipped accordingly.
Patches are cumulative and as such it is not possible to install only a subset
of them.
.Pp