Bug #4648
detach(9e): Extra space between 'prefix' and 'detach'
Start date:
2014-02-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
There is an extra space between 'prefix' and 'detach' in the detach(9e) man page here:
SYNOPSIS #include <sys/ddi.h> #include <sys/sunddi.h> int prefix detach(dev_info_t dip, ddi_detach_cmd_t cmd);
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit adb26135f9399e574196b45d6ab3ba1bb470e60f
commit adb26135f9399e574196b45d6ab3ba1bb470e60f Author: Adam Stevko <adam.stevko@gmail.com> Date: 2015-09-29T21:35:43.000Z 4648 detach(9e): Extra space between 'prefix' and 'detach' Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>