diff options
author | 2021-03-23 13:22:16 +0000 | |
---|---|---|
committer | 2021-03-23 13:22:16 +0000 | |
commit | b27aa8c48c0ab366232d47a9f3be259e9d8e2fb6 (patch) | |
tree | aa0d39ab4f1376284b3cdfb3b1f196e62150d6dc | |
parent | Fix a corner case bug in Rx block ack window gap-wait timeout handling. (diff) | |
download | wireguard-openbsd-b27aa8c48c0ab366232d47a9f3be259e9d8e2fb6.tar.xz wireguard-openbsd-b27aa8c48c0ab366232d47a9f3be259e9d8e2fb6.zip |
Document the @version suffix that can be added when running 'portgen go'
Patch from Josh Rickmar. Ty jrick!
-rw-r--r-- | share/man/man1/portgen.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man1/portgen.1 b/share/man/man1/portgen.1 index 22ccaf2e01c..b3ea5557007 100644 --- a/share/man/man1/portgen.1 +++ b/share/man/man1/portgen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: portgen.1,v 1.4 2020/07/08 02:49:27 abieber Exp $ +.\" $OpenBSD: portgen.1,v 1.5 2021/03/23 13:22:16 abieber Exp $ .\" .\" Copyright (c) 2015 Giannis Tsaraias <tsg@openbsd.org> .\" Copyright (c) 2015 Vadim Zhukov <zhuk@openbsd.org> @@ -15,7 +15,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: July 8 2020 $ +.Dd $Mdocdate: March 23 2021 $ .Dt PORTGEN 1 .Os .Sh NAME @@ -58,6 +58,15 @@ for Ruby gems. for Go modules. .El .Pp +A +.Cm go +module may be used with an +.Ar @version +suffix to specify a tag or branch to port. +The default suffix is +.Ar @latest , +which is interpreted as the latest release. +.Pp The following packages must be installed prior to the invocation of .Nm : .Pp |