Actions
Bug #14037
closedThe curses manual is in section 3CURSES, not 3X
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
The list of functions in forms.3curses and menus.3curses refers to section 3X, not 3CURSES, eg:
current_item menu_item_current(3X)
There's also an errant comment in the SEE ALSO section of panels.3curses, although the list is correct there.
Updated by Peter Tribble 9 months ago
Tested by viewing the revised pages using the man utility.
Updated by Electric Monk 9 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit a6042a7867393a536ea09edf3aa4bc76521523a4
commit a6042a7867393a536ea09edf3aa4bc76521523a4 Author: Peter Tribble <peter.tribble@gmail.com> Date: 2021-09-01T07:04:16.000Z 14037 The curses manual is in section 3CURSES, not 3X Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions