Re: git: c7271536d1 - main - add FreeBSD 12.3-RELEASE manual pages
- In reply to: Wolfram Schneider : "git: c7271536d1 - main - add FreeBSD 12.3-RELEASE manual pages"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Dec 2021 20:15:53 UTC
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 <wosch@freebsd.org> wrote: > > The branch main has been updated by wosch: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=c7271536d110af14d060408b316c5affbc563189 > > commit c7271536d110af14d060408b316c5affbc563189 > Author: Wolfram Schneider <wosch@FreeBSD.org> > AuthorDate: 2021-12-11 16:12:25 +0000 > Commit: Wolfram Schneider <wosch@FreeBSD.org> > 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', >