get_robust_list.2: Reword EINVAL error text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-28 21:32:02 +01:00
parent 02182e7c8c
commit c0a181aa97
1 changed files with 2 additions and 3 deletions

View File

@ -89,9 +89,8 @@ system call can fail with the following error:
.TP
.B EINVAL
.I len
does not match the size of structure
.B struct robust_list_head
expected by kernel.
does not equal
.IR "sizeof(struct\ robust_list_head)" .
.PP
The
.BR get_robust_list ()