Re: git: c7271536d1 - main - add FreeBSD 12.3-RELEASE manual pages
Glen Barber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Thank you. This completely slipped my mind. Glen Sent from my phone. Please excuse my brevity and/or typos. > On Dec 11, 2021, at 11:14 AM, Wolfram Schneider <[email protected]> wrote: > > The branch main has been updated by wosch: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=c7271536d110af14d060408b316c5affbc563189 > > commit c7271536d110af14d060408b316c5affbc563189 > Author: Wolfram Schneider <[email protected]> > AuthorDate: 2021-12-11 16:12:25 +0000 > Commit: Wolfram Schneider <[email protected]> > CommitDate: 2021-12-11 16:12:25 +0000 > > add FreeBSD 12.3-RELEASE manual pages > --- > website/content/en/cgi/man.cgi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi > index a6ec5c1ba3..23d041aacb 100755 > --- a/website/content/en/cgi/man.cgi > +++ b/website/content/en/cgi/man.cgi > @@ -309,6 +309,8 @@ $manPathDefault = 'FreeBSD 13.0-RELEASE and Ports'; > > 'FreeBSD 12.3-stable', > "$manLocalDir/FreeBSD-12.3-stable/man:$manLocalDir/FreeBSD-12.3-stable/openssl/man", > + 'FreeBSD 12.3-RELEASE', > +"$manLocalDir/FreeBSD-12.3-RELEASE/man:$manLocalDir/FreeBSD-12.3-RELEASE/openssl/man", > 'FreeBSD 12.2-RELEASE', > "$manLocalDir/FreeBSD-12.2-RELEASE/man:$manLocalDir/FreeBSD-12.2-RELEASE/openssl/man", > 'FreeBSD 12.1-RELEASE', >