diff options
author | 2014-07-12 20:41:09 +0000 | |
---|---|---|
committer | 2014-07-12 20:41:09 +0000 | |
commit | fb251357f6c1c0649ba0bcb703f967aa3238875e (patch) | |
tree | 4efe0d57081471f89cba344e6b3a17a2b4d6d15b | |
parent | Oops. Correct variable name more likely to compile. (diff) | |
download | wireguard-openbsd-fb251357f6c1c0649ba0bcb703f967aa3238875e.tar.xz wireguard-openbsd-fb251357f6c1c0649ba0bcb703f967aa3238875e.zip |
zap trailing whitespace;
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index efc1154d9c5..28c598f0303 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.126 2014/07/12 19:53:43 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.127 2014/07/12 20:41:09 jmc Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -693,7 +693,7 @@ and .Pc in order to weed out similar packages with distinct options. .It -The update signature of the candidate is compared to the signature of the +The update signature of the candidate is compared to the signature of the already installed package: identical signatures mean no update needed. .It If several candidates are left, |