diff options
author | 2016-09-10 16:07:33 +0000 | |
---|---|---|
committer | 2016-09-10 16:07:33 +0000 | |
commit | c027aa9e776920aad24eabd12239000ae44e0594 (patch) | |
tree | a674232250e38b1562130f7caa48af32851ff58f /usr.sbin/syspatch/syspatch.8 | |
parent | Moving the host reset after setting the clock in the attach path makes (diff) | |
download | wireguard-openbsd-c027aa9e776920aad24eabd12239000ae44e0594.tar.xz wireguard-openbsd-c027aa9e776920aad24eabd12239000ae44e0594.zip |
apply_patches should not take any arguments.
Few tweaks while here.
Diffstat (limited to 'usr.sbin/syspatch/syspatch.8')
-rw-r--r-- | usr.sbin/syspatch/syspatch.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/syspatch/syspatch.8 b/usr.sbin/syspatch/syspatch.8 index 9b5ffe3cc8e..c7c8335f2ab 100644 --- a/usr.sbin/syspatch/syspatch.8 +++ b/usr.sbin/syspatch/syspatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syspatch.8,v 1.4 2016/09/07 16:17:12 ajacoutot Exp $ +.\" $OpenBSD: syspatch.8,v 1.5 2016/09/10 16:07:33 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: September 7 2016 $ +.Dd $Mdocdate: September 10 2016 $ .Dt SYSPATCH 8 .Os .Sh NAME @@ -36,7 +36,7 @@ List available patches. .It Fl l List installed patches. .It Fl r -Remove the most recently installed patch. +Remove the most recently installed patch (rollback). .El .Sh SEE ALSO .Xr signify 1 , |