diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-11-15 16:29:04 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-11-15 16:29:04 +0000 |
commit | 9d7cd204a187e6e3e4ded5633a20d2208f3f98fd (patch) | |
tree | 2c6389f193689ed383e04aa6e7b12883f50d91a5 | |
parent | 8e869c1a83a96d280f5be94806ca26e1e91d1088 (diff) |
Small wording tweak and a couple of fixes from jmc@
-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 |