summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syspatch/syspatch.8
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2016-09-07 16:17:12 +0000
committerajacoutot <ajacoutot@openbsd.org>2016-09-07 16:17:12 +0000
commit00bd6dacaee60f40844efc717400ce514c37bcc1 (patch)
treea082b198d87fc6a85490bbf956f83f9867dd08e6 /usr.sbin/syspatch/syspatch.8
parentDon't fetch all patches at once but instead fetch+verify+patch one by one. (diff)
downloadwireguard-openbsd-00bd6dacaee60f40844efc717400ce514c37bcc1.tar.xz
wireguard-openbsd-00bd6dacaee60f40844efc717400ce514c37bcc1.zip
Minimal man page.
Diffstat (limited to 'usr.sbin/syspatch/syspatch.8')
-rw-r--r--usr.sbin/syspatch/syspatch.819
1 files changed, 16 insertions, 3 deletions
diff --git a/usr.sbin/syspatch/syspatch.8 b/usr.sbin/syspatch/syspatch.8
index f6e980b3b59..9b5ffe3cc8e 100644
--- a/usr.sbin/syspatch/syspatch.8
+++ b/usr.sbin/syspatch/syspatch.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syspatch.8,v 1.3 2016/09/07 15:19:33 ajacoutot Exp $
+.\" $OpenBSD: syspatch.8,v 1.4 2016/09/07 16:17:12 ajacoutot Exp $
.\"
.\" Copyright (c) 2016 Antoine Jacoutot <ajacoutot@openbsd.org>
.\"
@@ -19,12 +19,25 @@
.Os
.Sh NAME
.Nm syspatch
-.Nd manage binary patches
+.Nd manage base system binary patches
.Sh SYNOPSIS
.Nm syspatch
.Op Fl c | l | r
.Sh DESCRIPTION
-notyet
+.Nm
+is a utility to fetch, verify, install and rollback
+.Ox
+binary patches.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl c
+List available patches.
+.It Fl l
+List installed patches.
+.It Fl r
+Remove the most recently installed patch.
+.El
.Sh SEE ALSO
.Xr signify 1 ,
.Xr release 8