diff options
author | 2017-07-13 08:29:36 +0000 | |
---|---|---|
committer | 2017-07-13 08:29:36 +0000 | |
commit | 95529bf2e394ae219358fcac6abc509fc63f6b34 (patch) | |
tree | ae5567bbca2fe6e143dc89cb377350877708e071 | |
parent | The 'Tenda W311M' USB wifi stick works with run(4). (diff) | |
download | wireguard-openbsd-95529bf2e394ae219358fcac6abc509fc63f6b34.tar.xz wireguard-openbsd-95529bf2e394ae219358fcac6abc509fc63f6b34.zip |
Missing trailing / in url
from Andras Farkas
-rw-r--r-- | share/man/man1/help.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/help.1 b/share/man/man1/help.1 index b92ea3630a5..c04ad7d3ea4 100644 --- a/share/man/man1/help.1 +++ b/share/man/man1/help.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: help.1,v 1.3 2016/09/02 12:17:32 tb Exp $ +.\" $OpenBSD: help.1,v 1.4 2017/07/13 08:29:36 jca Exp $ .\" .\" Copyright (c) 1999 Aaron Campbell .\" All rights reserved. @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 2 2016 $ +.Dd $Mdocdate: July 13 2017 $ .Dt HELP 1 .Os .Sh NAME @@ -53,7 +53,7 @@ option. Other .Ox references include the FAQ (Frequently Asked Questions) located at -.Lk https://www.openbsd.org/faq , +.Lk https://www.openbsd.org/faq/ , which is mostly intended for administrators and assumes the reader possesses a working knowledge of .Ux . |