Date: Wed, 29 Sep 2021 23:19:53 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9aa29457d55e - main - loader_lua.8: Fix first version Message-ID: <202109292319.18TNJrsn066300@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=9aa29457d55e4c9c4eac72785886eff756fef22c commit 9aa29457d55e4c9c4eac72785886eff756fef22c Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-09-29 23:14:14 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-09-29 23:18:51 +0000 loader_lua.8: Fix first version Lua bindings appeared in FreeBSD 12.0. Delete the authors section of the man page, since it's unclear who wrote different parts of the man page. Noted by: Trond Endrestol Sponsored by: Netflix --- stand/man/loader_lua.8 | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/stand/man/loader_lua.8 b/stand/man/loader_lua.8 index 876f75676fc0..32085748bf1c 100644 --- a/stand/man/loader_lua.8 +++ b/stand/man/loader_lua.8 @@ -264,14 +264,4 @@ Unspecified error. The .Nm first appeared in -.Fx 3.1 . -.Sh AUTHORS -.An -nosplit -The -.Nm -was written by -.An Michael Smith Aq msmith@FreeBSD.org . -.Pp -.Tn FICL -was written by -.An John Sadler Aq john_sadler@alum.mit.edu . +.Fx 12.0 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109292319.18TNJrsn066300>