umount.2: ERRORS: Add EINVAL case that was new in 2.6.34

This commit is contained in:
Michael Kerrisk 2014-02-26 09:58:14 +01:00
parent ec4a728e17
commit a756667397
1 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.\" 2008-10-06, mtk: Created this as a new page by splitting
.\" umount/umount2 material out of mount.2
.\"
.TH UMOUNT 2 2010-06-19 "Linux" "Linux Programmer's Manual"
.TH UMOUNT 2 2014-02-26 "Linux" "Linux Programmer's Manual"
.SH NAME
umount, umount2 \- unmount filesystem
.SH SYNOPSIS
@ -136,6 +136,11 @@ and either
or
.BR MNT_FORCE .
.TP
.BR EINVAL " (since Linux 2.6.34)"
.BR umount2 ()
was called with an invalid flag value in
.IR flags .
.TP
.B ENAMETOOLONG
A pathname was longer than
.BR MAXPATHLEN .