Bug #3590
bcanputnext(9F)/canputnext(9F): Missing man pages
Start date:
2013-02-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
There are missing man pages for bcanputnext(9F) and canputnext(9F). These pages should exist because they are referenced from other man pages, for example from canput(9f):
SEE ALSO bcanput(9F), bcanputnext(9F), canputnext(9F), putbq(9F), putnext(9F) Writing Device Drivers Illumos Last change: Apr 11, 1991 1 Kernel Functions for Drivers CANPUT(9F)
Updated by Rich Lowe almost 8 years ago
These weren't part of the open source manual pages. They'd need to be written from scratch :(
.../src> tar tf man-sunos* | grep canput man/man9f/bcanput.9f man/man9f/canput.9f
Updated by Garrett D'Amore about 6 years ago
I've written a page, and put it up on illumos core here:
https://github.com/gdamore/illumos-core/commit/2ea4a026c0d21e65f6c7681b800cf9e007f1bf2d
(I recently had occasion to write a driver that used these functions, and noticed they were missing.)
Updated by Electric Monk about 6 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit ebf4a993df0df43f7a5f7a6e512d1df78b9875c0
commit ebf4a993df0df43f7a5f7a6e512d1df78b9875c0 Author: Garrett D'Amore <garrett@damore.org> Date: 2014-12-16T21:31:17.000Z 3590 bcanputnext(9F)/canputnext(9F): Missing man pages Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Alex Kolbasov <akolb@sonic.net> Approved by: Dan McDonald <danmcd@omniti.com>