diff options
author | 2017-02-07 17:58:43 +0000 | |
---|---|---|
committer | 2017-02-07 17:58:43 +0000 | |
commit | 3965237cdbf89c0f1afaa2927cfb0ce1276e10e0 (patch) | |
tree | e027e607f45d2c72ae8ee9c4cd98f2b6ca68ca4f /usr.sbin/syspatch/syspatch.8 | |
parent | Reduce the per-packet allocation costs for crypto operations (cryptop) (diff) | |
download | wireguard-openbsd-3965237cdbf89c0f1afaa2927cfb0ce1276e10e0.tar.xz wireguard-openbsd-3965237cdbf89c0f1afaa2927cfb0ce1276e10e0.zip |
Ox on its own line;
Diffstat (limited to 'usr.sbin/syspatch/syspatch.8')
-rw-r--r-- | usr.sbin/syspatch/syspatch.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/syspatch/syspatch.8 b/usr.sbin/syspatch/syspatch.8 index 2263637912e..d608a4d9261 100644 --- a/usr.sbin/syspatch/syspatch.8 +++ b/usr.sbin/syspatch/syspatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syspatch.8,v 1.14 2017/02/07 08:58:47 ajacoutot Exp $ +.\" $OpenBSD: syspatch.8,v 1.15 2017/02/07 17:58:43 jmc Exp $ .\" .\" Copyright (c) 2016 Antoine Jacoutot <ajacoutot@openbsd.org> .\" @@ -54,7 +54,8 @@ Backup of the original .Pa /bsd release kernel. .It Pa /etc/installurl -.Ox mirror top-level URL for fetching patches. +.Ox +mirror top-level URL for fetching patches. .It Pa /var/syspatch/* Directories containing the rollback tarball and original signed .Xr diff 1 |