Actions
Bug #4201
closedfopen(3c): The w mode should be bold, not italic
Start date:
2013-10-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The 'w' mode in the fopen(3c) man page is underlined, but it should be bold instead:
If mode begins with w or a and the file did not previously ^ exist, upon successful completion, fopen() function will mark for update the st_atime, st_ctime and st_mtime fields of the file and the st_ctime and st_mtime fields of the parent directory. If mode begins with w and the file did previously exist, ^ upon successful completion, fopen() will mark for update the st_ctime and st_mtime fields of the file. The fopen() func- tion will allocate a file descriptor as open(2) does.
Updated by Marcel Telka over 8 years ago
- Status changed from New to In Progress
- Assignee set to Marcel Telka
Updated by Marcel Telka over 8 years ago
- Subject changed from fopen(3c): The w mode should be bold, not underlined to fopen(3c): The w mode should be bold, not italic
Updated by Marcel Telka over 8 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk over 8 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit 870bcdc9e2be873a751e202d1425b07267029c70
commit 870bcdc9e2be873a751e202d1425b07267029c70 Author: Marcel Telka <marcel.telka@nexenta.com> Date: 2014-11-24T21:40:40.000Z 4201 fopen(3c): The w mode should be bold, not italic Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions