summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
@@ -5254,7 +5254,7 @@ rb_thread_flock(void *data)
* <td><tt>File::LOCK_NB</tt></td>
* <td>Non-blocking</td>
* <td>
- * No blocking; may be combined with other `File::LOCK_SH` or `File::LOCK_EX`
* using the bitwise OR operator <tt>|</tt>.
* </td>
* </tr>