diff options
author | 2017-05-05 08:07:36 +0000 | |
---|---|---|
committer | 2017-05-05 08:07:36 +0000 | |
commit | b40f9483777fcf92becc1ba3902c687c0f9c83e5 (patch) | |
tree | f951b84c9c90dd3f3d42346086bc2ac10dcef2a8 /usr.sbin/syspatch/syspatch.8 | |
parent | Allow vmd(8) to set guest %xcr0 (diff) | |
download | wireguard-openbsd-b40f9483777fcf92becc1ba3902c687c0f9c83e5.tar.xz wireguard-openbsd-b40f9483777fcf92becc1ba3902c687c0f9c83e5.zip |
Add a `-R' switch that reverts all patches.
prodded by deraadt@
knobs sorting input jmc@
ok sthen@
Diffstat (limited to 'usr.sbin/syspatch/syspatch.8')
-rw-r--r-- | usr.sbin/syspatch/syspatch.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/syspatch/syspatch.8 b/usr.sbin/syspatch/syspatch.8 index cbe73542974..41cd5a6bf3b 100644 --- a/usr.sbin/syspatch/syspatch.8 +++ b/usr.sbin/syspatch/syspatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syspatch.8,v 1.16 2017/04/08 20:36:50 schwarze Exp $ +.\" $OpenBSD: syspatch.8,v 1.17 2017/05/05 08:07:36 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: April 8 2017 $ +.Dd $Mdocdate: May 5 2017 $ .Dt SYSPATCH 8 .Os .Sh NAME @@ -22,7 +22,7 @@ .Nd manage base system binary patches .Sh SYNOPSIS .Nm syspatch -.Op Fl c | l | r +.Op Fl c | l | R | r .Sh DESCRIPTION .Nm is a utility to fetch, verify, install and revert @@ -44,6 +44,8 @@ List available patches; suitable for .Xr cron 8 . .It Fl l List installed patches. +.It Fl R +Revert all patches. .It Fl r Revert the most recently installed patch. .El |