diff options
author | 2020-09-29 19:23:53 +0000 | |
---|---|---|
committer | 2020-09-29 19:23:53 +0000 | |
commit | 3d0ee1c7f139855c83fc915b0dd213366dcc4492 (patch) | |
tree | 19cda60e7453831b675693c06f5d6b120614daf2 | |
parent | Fix mistypes within sys/smr.h (diff) | |
download | wireguard-openbsd-3d0ee1c7f139855c83fc915b0dd213366dcc4492.tar.xz wireguard-openbsd-3d0ee1c7f139855c83fc915b0dd213366dcc4492.zip |
Add a reference to ruby-module(5) in SEE ALSO since port-modules(5)
explicitly tells folks to read there for information about the
lang/ruby module.
ok kn
-rw-r--r-- | share/man/man5/port-modules.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 1911a3d156a..e9b0fe3dadc 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.246 2020/09/15 10:03:09 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.247 2020/09/29 19:23:53 kmos Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -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 15 2020 $ +.Dd $Mdocdate: September 29 2020 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -2036,4 +2036,5 @@ One of the latter has to be provided by the port Makefile. .Sh SEE ALSO .Xr make 1 , .Xr bsd.port.mk 5 , +.Xr ruby-module 5 , .Xr ports 7 |