Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2025 14:58:46 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: eac6f90ce161 - stable/14 - flua: Connect man page
Message-ID:  <202508291458.57TEwk5C061909@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=eac6f90ce161775ac803747c24680eb3d4a921ff

commit eac6f90ce161775ac803747c24680eb3d4a921ff
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-04-15 15:23:39 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-08-29 14:57:36 +0000

    flua: Connect man page
    
    The flua man page was MFC'd but the Makefile update was dropped
    accidentally.
    
    (cherry picked from commit 550289771d5cb73befb6a1645fb9cdf0b9fb65a7)
    
    Fixes: d967c87d073d1307dfd51ab9335ead472a05e6bd
    Sponsored by:   The FreeBSD Foundation
---
 libexec/flua/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libexec/flua/Makefile b/libexec/flua/Makefile
index a788bb57dcd7..2cfa8649fc01 100644
--- a/libexec/flua/Makefile
+++ b/libexec/flua/Makefile
@@ -12,7 +12,6 @@ LUASRC?=	${SRCTOP}/contrib/lua/src
 
 PROG=	flua
 WARNS?=	3
-MAN=	# No manpage; this is internal.
 
 CWARNFLAGS.gcc+=	-Wno-format-nonliteral
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508291458.57TEwk5C061909>