summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syspatch/syspatch.8
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2016-11-16 14:54:26 +0000
committerajacoutot <ajacoutot@openbsd.org>2016-11-16 14:54:26 +0000
commitff826bc8589dab200e54ab4f94a4e7762017a649 (patch)
treee9c25f965674509a7b0b7e5b108d60f307052665 /usr.sbin/syspatch/syspatch.8
parentConvert gre_send_keepalive() to timeout_set_proc(9) as it calls ip_output(). (diff)
downloadwireguard-openbsd-ff826bc8589dab200e54ab4f94a4e7762017a649.tar.xz
wireguard-openbsd-ff826bc8589dab200e54ab4f94a4e7762017a649.zip
/bsd.rollbackXX -> bsd.syspatchXX to make it more obvious where it comes from
and less prone to conflict. Simplify ls_installed while here.
Diffstat (limited to 'usr.sbin/syspatch/syspatch.8')
-rw-r--r--usr.sbin/syspatch/syspatch.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/syspatch/syspatch.8 b/usr.sbin/syspatch/syspatch.8
index 53a8bcb9815..d988396c20d 100644
--- a/usr.sbin/syspatch/syspatch.8
+++ b/usr.sbin/syspatch/syspatch.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syspatch.8,v 1.9 2016/11/15 16:29:03 ajacoutot Exp $
+.\" $OpenBSD: syspatch.8,v 1.10 2016/11/16 14:54:26 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: November 15 2016 $
+.Dd $Mdocdate: November 16 2016 $
.Dt SYSPATCH 8
.Os
.Sh NAME
@@ -47,7 +47,7 @@ Revert the most recently installed patch.
.El
.Sh FILES
.Bl -tag -width "/var/syspatch/${OSREV}/*.tgz" -compact
-.It Pa /bsd.rollback${OSrev}
+.It Pa /bsd.syspatch${OSrev}
Backup of the original
.Pa /bsd
release kernel.