diff options
author | 2016-11-15 16:29:03 +0000 | |
---|---|---|
committer | 2016-11-15 16:29:03 +0000 | |
commit | 63880a3fe352b64d0c9bfaa2f09731439e53228d (patch) | |
tree | 3b1fbd75fb72c6de94f7dd01783aea3e220aaf95 /usr.sbin/syspatch/syspatch.8 | |
parent | Mark pf states created by this regress test with a label. Remove (diff) | |
download | wireguard-openbsd-63880a3fe352b64d0c9bfaa2f09731439e53228d.tar.xz wireguard-openbsd-63880a3fe352b64d0c9bfaa2f09731439e53228d.zip |
Small wording tweak and a couple of fixes from jmc@
Diffstat (limited to 'usr.sbin/syspatch/syspatch.8')
-rw-r--r-- | usr.sbin/syspatch/syspatch.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/syspatch/syspatch.8 b/usr.sbin/syspatch/syspatch.8 index 0d7158d9a03..53a8bcb9815 100644 --- a/usr.sbin/syspatch/syspatch.8 +++ b/usr.sbin/syspatch/syspatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syspatch.8,v 1.8 2016/11/10 16:14:47 ajacoutot Exp $ +.\" $OpenBSD: syspatch.8,v 1.9 2016/11/15 16:29:03 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 10 2016 $ +.Dd $Mdocdate: November 15 2016 $ .Dt SYSPATCH 8 .Os .Sh NAME @@ -29,7 +29,7 @@ is a utility to fetch, verify, install and revert .Ox binary patches. .Pp -When run without any option, +When run without any options, .Nm syspatch will apply all missing patches by saving the original release kernel if needed, creating a rollback tarball containing the files it is about to replace, @@ -38,7 +38,7 @@ then extracting and installing all files contained in the syspatch tarball. The options are as follows: .Bl -tag -width Ds .It Fl c -List available patches, suitable for +List available patches; suitable for .Xr cron 8 . .It Fl l List installed patches. @@ -48,7 +48,7 @@ Revert the most recently installed patch. .Sh FILES .Bl -tag -width "/var/syspatch/${OSREV}/*.tgz" -compact .It Pa /bsd.rollback${OSrev} -Backup of the +Backup of the original .Pa /bsd release kernel. .It Pa /var/syspatch/${OSREV}/*.sig |