On Thu, Oct 7, 2021 at 1:22 AM Vishal Verma <[email protected]> wrote: > > Add library API documentation for libcxl(3) using the existing > asciidoc(tor) build system. Add a section 3 man page for 'libcxl' that > provides an overview of the library and its usage, and a man page for > the 'cxl_new()' API. > > Cc: Ben Widawsky <[email protected]> > Cc: Dan Williams <[email protected]> > Signed-off-by: Vishal Verma <[email protected]> > --- > Documentation/cxl/lib/cxl_new.txt | 43 +++++++++++++++++++++++ > Documentation/cxl/lib/libcxl.txt | 56 +++++++++++++++++++++++++++++ > configure.ac | 1 + > Makefile.am | 1 + > .gitignore | 3 ++ > Documentation/cxl/lib/Makefile.am | 58 +++++++++++++++++++++++++++++++ > 6 files changed, 162 insertions(+) > create mode 100644 Documentation/cxl/lib/cxl_new.txt > create mode 100644 Documentation/cxl/lib/libcxl.txt > create mode 100644 Documentation/cxl/lib/Makefile.am > > diff --git a/Documentation/cxl/lib/cxl_new.txt > b/Documentation/cxl/lib/cxl_new.txt > new file mode 100644 > index 0000000..d4d5bcb > --- /dev/null > +++ b/Documentation/cxl/lib/cxl_new.txt [..] > +include::../../copyright.txt[] [..] > diff --git a/Documentation/cxl/lib/libcxl.txt > b/Documentation/cxl/lib/libcxl.txt > new file mode 100644 > index 0000000..47f4cc3 > --- /dev/null > +++ b/Documentation/cxl/lib/libcxl.txt [..] > +include::../../copyright.txt[]
I just noticed that these two man pages list the GPL license even though the library is LGPL. Even though I think the license is with respect to the man page I think go ahead and create a LGPL notice for the library man pages functions just to reduce potential confusion. The copyright can also be bumped to 2021 now.
