Actions
Bug #6097
closedks_snapshot(9e): Typo in the man page
Start date:
2015-08-03
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The "ks_update" should be changed to "ks_snapshot" here in the ks_snapshot(9e) man page:
No kstat locking should be done inside the ks_update() routine. The caller will already be holding the kstat's ks_lock (to ensure consistent data) and will prevent the kstat from being removed.
Updated by Electric Monk about 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit e057ac923deda9b3a28f8ec5b927ccf0a9479ba9
commit e057ac923deda9b3a28f8ec5b927ccf0a9479ba9 Author: Adam Stevko <adam.stevko@gmail.com> Date: 2015-09-29T21:35:41.000Z 6097 ks_snapshot(9e): Typo in the man page Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
Actions