Opened 5 months ago

Closed 5 months ago

#18879 closed enhancement (fixed)

Lack of libuv documentation

Reported by: Joe Locash Owned by: Bruce Dubbs
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

It's not in the book but might be worth a mention. I prefer man pages but other formats are available.

For the man page:

make man -C docs

Install as root:

install -Dm644 docs/build/man/libuv.1 /usr/share/man/man1

Change History (4)

comment:1 by Xi Ruoyao, 5 months ago

If I read the building system correctly this needs sphinx.

comment:2 by Bruce Dubbs, 5 months ago

To build the man page, sphinx is required. There are lots of warnings for one man page.

comment:3 by Bruce Dubbs, 5 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:4 by Bruce Dubbs, 5 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 91a72fece7.

Note: See TracTickets for help on using tickets.