[DOC] Fix markup in HTML
Inside HTML is not markdown.
This commit is contained in:
parent
82015496b9
commit
0fef890b4f
2
file.c
2
file.c
@ -5254,7 +5254,7 @@ rb_thread_flock(void *data)
|
|||||||
* <td><tt>File::LOCK_NB</tt></td>
|
* <td><tt>File::LOCK_NB</tt></td>
|
||||||
* <td>Non-blocking</td>
|
* <td>Non-blocking</td>
|
||||||
* <td>
|
* <td>
|
||||||
* No blocking; may be combined with other `File::LOCK_SH` or `File::LOCK_EX`
|
* No blocking; may be combined with other <tt>File::LOCK_SH</tt> or <tt>File::LOCK_EX</tt>
|
||||||
* using the bitwise OR operator <tt>|</tt>.
|
* using the bitwise OR operator <tt>|</tt>.
|
||||||
* </td>
|
* </td>
|
||||||
* </tr>
|
* </tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user