diff options
author | 2016-11-29 09:00:05 +0000 | |
---|---|---|
committer | 2016-11-29 09:00:05 +0000 | |
commit | 611a204ab73f3f19cdd26b0b5b30ff9de77f9950 (patch) | |
tree | b457d947473e350967e0c9e78101d6731a35cce1 /usr.sbin/syspatch | |
parent | Tweak output to keep it aligned when interfaces with big names, like (diff) | |
download | wireguard-openbsd-611a204ab73f3f19cdd26b0b5b30ff9de77f9950.tar.xz wireguard-openbsd-611a204ab73f3f19cdd26b0b5b30ff9de77f9950.zip |
Document the fact that *for now* syspatch only works on official releases and
will always sync and apply all patches regardless of the installed sets.
Diffstat (limited to 'usr.sbin/syspatch')
-rw-r--r-- | usr.sbin/syspatch/syspatch.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/syspatch/syspatch.8 b/usr.sbin/syspatch/syspatch.8 index d988396c20d..95e77663a1c 100644 --- a/usr.sbin/syspatch/syspatch.8 +++ b/usr.sbin/syspatch/syspatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syspatch.8,v 1.10 2016/11/16 14:54:26 ajacoutot Exp $ +.\" $OpenBSD: syspatch.8,v 1.11 2016/11/29 09:00:05 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 16 2016 $ +.Dd $Mdocdate: November 29 2016 $ .Dt SYSPATCH 8 .Os .Sh NAME @@ -67,3 +67,7 @@ first appeared in .Nm was written by .An Antoine Jacoutot Aq Mt ajacoutot@openbsd.org . +.Sh CAVEATS +.Nm +only works on official releases and will always sync and apply all patches +regardless of the installed sets. |